Changeset 499342
- Timestamp:
- 02/02/2012 08:29:33 PM (14 years ago)
- Location:
- wp-sentinel/trunk
- Files:
-
- 4 edited
-
classes/sentinel.class.php (modified) (1 diff)
-
configuration.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-sentinel.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-sentinel/trunk/classes/sentinel.class.php
r499330 r499342 31 31 class WPSentinel 32 32 { 33 const VERSION = '2.0. 1';33 const VERSION = '2.0.2'; 34 34 const VERSION_FIELD = 'wp_sentinel_version'; 35 35 -
wp-sentinel/trunk/configuration.json
r498844 r499342 1 {"enabled":true,"notification":false,"logging":true,"flood_time":600,"autoban":true,"ban_attacks":5,"ban_time":24,"whitelist":["gltr_redir","__utmz","__utmc" ],"allowed_html":["blockquote","strong","b","i","em","a","p","br","p"],"max_logins":5}1 {"enabled":true,"notification":false,"logging":true,"flood_time":600,"autoban":true,"ban_attacks":5,"ban_time":24,"whitelist":["gltr_redir","__utmz","__utmc","<?xml_version"],"allowed_html":["blockquote","strong","b","i","em","a","p","br","p"],"max_logins":5} -
wp-sentinel/trunk/readme.txt
r499330 r499342 7 7 Requires at least: 2.8 8 8 Tested up to: 3.3.1 9 Stable tag: 2.0. 19 Stable tag: 2.0.2 10 10 11 11 A wordpress security system plugin which will check every HTTP request against a given set of rules to filter out malicious requests. … … 58 58 == Changelog == 59 59 60 = 2.0.2 = 61 * Added whitelisted variable to make JetPack work properly. 62 60 63 = 2.0.1 = 61 64 * Implemented a full set of rules, tnx to PHPIDS guys. 62 65 * Fixed routine which checks if the user is an admin. 63 * Fixed issue that caused many other plugins such as Je yPack, WP Stats and so on not to work.66 * Fixed issue that caused many other plugins such as JetPack, WP Stats and so on not to work. 64 67 * Fixed issue that caused the admin to be banned. 65 68 * Fixed minor issues that caused php notices. -
wp-sentinel/trunk/wp-sentinel.php
r499330 r499342 3 3 Plugin Name: WP-Sentinel 4 4 Plugin URI: http://lab.evilsocket.net/ 5 Version: 2.0. 15 Version: 2.0.2 6 6 Author: Simone Margaritelli aka evilsocket 7 7 Description: WordPress security system.
Note: See TracChangeset
for help on using the changeset viewer.