PluginProbe
Patchstack – WordPress & Plugins Security / 2.3.1
Patchstack – WordPress & Plugins Security v2.3.1
2.3.7 trunk 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.16 2.1.17 2.1.18 2.1.19 2.1.2 2.1.20 2.1.21 2.1.22 2.1.23 2.1.24 2.1.25 2.1.3 2.1.4 2.1.5 2.1.6 All 49 releases
← All changes | includes/cron.php +1 -0 trunk2.3.1 View file →
@@ -93,8 +93,9 @@
93 93
94 94 $premium = [
95 95 'patchstack_send_hacker_logs' => 'patchstack_15minute',
96 96 'patchstack_post_firewall_rules' => 'patchstack_daily',
97 + 'patchstack_post_firewall_htaccess_rules' => 'patchstack_daily',
97 98 'patchstack_post_dynamic_firewall_rules' => 'patchstack_hourly',
98 99 'patchstack_send_event_logs' => 'patchstack_15minute',
99 100 'patchstack_check_env' => 'patchstack_trihourly'
100 101 ];