Plugin Directory

Changeset 499342


Ignore:
Timestamp:
02/02/2012 08:29:33 PM (14 years ago)
Author:
evilsocket
Message:

Added whitelisted variable to make JetPack work properly.

Location:
wp-sentinel/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-sentinel/trunk/classes/sentinel.class.php

    r499330 r499342  
    3131class WPSentinel
    3232{
    33     const VERSION       = '2.0.1';
     33    const VERSION       = '2.0.2';
    3434    const VERSION_FIELD = 'wp_sentinel_version';
    3535
  • 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  
    77Requires at least: 2.8
    88Tested up to: 3.3.1
    9 Stable tag: 2.0.1
     9Stable tag: 2.0.2
    1010
    1111A wordpress security system plugin which will check every HTTP request against a given set of rules to filter out malicious requests.
     
    5858== Changelog ==
    5959
     60= 2.0.2 =
     61* Added whitelisted variable to make JetPack work properly.
     62
    6063= 2.0.1 =
    6164* Implemented a full set of rules, tnx to PHPIDS guys.
    6265* Fixed routine which checks if the user is an admin.
    63 * Fixed issue that caused many other plugins such as JeyPack, 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.
    6467* Fixed issue that caused the admin to be banned.
    6568* Fixed minor issues that caused php notices.
  • wp-sentinel/trunk/wp-sentinel.php

    r499330 r499342  
    33Plugin Name: WP-Sentinel
    44Plugin URI: http://lab.evilsocket.net/
    5 Version: 2.0.1
     5Version: 2.0.2
    66Author: Simone Margaritelli aka evilsocket
    77Description: WordPress security system.
Note: See TracChangeset for help on using the changeset viewer.