WP Security Audit Log - Version 1.2.1

Version Description

(2014-07-2) = * Bug Fix * Fixed reported issue with ugrade (more info here)

Download this release

Release Info

Developer WPWhiteSecurity
Plugin Icon 128x128 WP Security Audit Log
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2.0 to 1.2.1

classes/Sensors/Multisite.php CHANGED
@@ -20,11 +20,11 @@ class WSAL_Sensors_Multisite extends WSAL_AbstractSensor {
20
  protected $old_allowedthemes;
21
 
22
  public function EventAdminInit(){
23
- $this->old_allowedthemes = array_keys(get_site_option('allowedthemes'));
24
  }
25
 
26
  public function EventAdminShutdown(){
27
- $new_allowedthemes = array_keys(get_site_option('allowedthemes'));
28
 
29
  // check for enabled themes
30
  foreach($new_allowedthemes as $theme)
20
  protected $old_allowedthemes;
21
 
22
  public function EventAdminInit(){
23
+ $this->old_allowedthemes = array_keys((array)get_site_option('allowedthemes'));
24
  }
25
 
26
  public function EventAdminShutdown(){
27
+ $new_allowedthemes = array_keys((array)get_site_option('allowedthemes'));
28
 
29
  // check for enabled themes
30
  foreach($new_allowedthemes as $theme)
readme.txt CHANGED
@@ -4,10 +4,10 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=payme
4
  Plugin URI: http://www.wpwhitesecurity.com/wordpress-security-plugins/wp-security-audit-log/
5
  License: GPLv3
6
  License URI: http://www.gnu.org/licenses/gpl.html
7
- Tags: wordpress security plugin, wordpress security audit log, audit log, wordpress log, event log wordpress, wordpress user tracking, wordpress activity log, wordpress audit, security event log, audit trail, security audit trail, wordpress security alerts, wordpress monitor, wordpress security monitor, wordpress admin, wordpress admin monitoring, analytics, activity, admin, multisite, wordpress multisite, syslog, log, changelog, trail, history, notification, dashboard, analytics, actions,
8
  Requires at least: 3.6
9
  Tested up to: 3.9.1
10
- Stable tag: 1.2.0
11
 
12
  Identify WordPress issues before they become a security problem by keeping an audit log of users and all of the under the hood WordPress activity.
13
 
@@ -136,6 +136,10 @@ Yes, WP Security Audit Log works on WordPress Multisite networks, i.e. it can mo
136
 
137
  == Changelog ==
138
 
 
 
 
 
139
  = 1.2.0 (2014-07-2) =
140
  * New Features
141
  * Unlimited Alerts can be stored (removed the 5000 alerts limit)
4
  Plugin URI: http://www.wpwhitesecurity.com/wordpress-security-plugins/wp-security-audit-log/
5
  License: GPLv3
6
  License URI: http://www.gnu.org/licenses/gpl.html
7
+ Tags: wordpress security plugin, wordpress security audit log, audit log, wordpress log, event log wordpress, wordpress user tracking, wordpress activity log, wordpress audit, security event log, audit trail, security audit trail, wordpress security alerts, wordpress monitor, wordpress security monitor, wordpress admin, wordpress admin monitoring, analytics, activity, admin, multisite, wordpress multisite
8
  Requires at least: 3.6
9
  Tested up to: 3.9.1
10
+ Stable tag: 1.2.1
11
 
12
  Identify WordPress issues before they become a security problem by keeping an audit log of users and all of the under the hood WordPress activity.
13
 
136
 
137
  == Changelog ==
138
 
139
+ = 1.2.1 (2014-07-2) =
140
+ * Bug Fix
141
+ * Fixed reported issue with ugrade (more info [here](http://wordpress.org/support/topic/errors-showing-since-120-upgrade-on-multisite-install?replies=4))
142
+
143
  = 1.2.0 (2014-07-2) =
144
  * New Features
145
  * Unlimited Alerts can be stored (removed the 5000 alerts limit)
wp-security-audit-log.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Security Audit Log
4
  Plugin URI: http://www.wpwhitesecurity.com/wordpress-security-plugins/wp-security-audit-log/
5
  Description: Identify WordPress security issues before they become a problem and keep track of everything happening on your WordPress, including WordPress users activity. Similar to Windows Event Log and Linux Syslog, WP Security Audit Log will generate a security alert for everything that happens on your WordPress blog or website. Use the Audit Log Viewer included in the plugin to see all the security alerts.
6
  Author: WP White Security
7
- Version: 1.2.0
8
  Text Domain: wp-security-audit-log
9
  Author URI: http://www.wpwhitesecurity.com/
10
  License: GPL2
4
  Plugin URI: http://www.wpwhitesecurity.com/wordpress-security-plugins/wp-security-audit-log/
5
  Description: Identify WordPress security issues before they become a problem and keep track of everything happening on your WordPress, including WordPress users activity. Similar to Windows Event Log and Linux Syslog, WP Security Audit Log will generate a security alert for everything that happens on your WordPress blog or website. Use the Audit Log Viewer included in the plugin to see all the security alerts.
6
  Author: WP White Security
7
+ Version: 1.2.1
8
  Text Domain: wp-security-audit-log
9
  Author URI: http://www.wpwhitesecurity.com/
10
  License: GPL2