WP Security Audit Log - Version 0.6.3

Version Description

(2014-02-18) = * Bug Fix * Disabled debugging by default (left enabled by mistake)

Download this release

Release Info

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

Code changes from version 0.6.2 to 0.6.3

Files changed (3) hide show
  1. inc/WPPHLogger.php +1 -1
  2. readme.txt +6 -2
  3. wp-security-audit-log.php +2 -2
inc/WPPHLogger.php CHANGED
@@ -8,7 +8,7 @@ function wpphLog($message, $data=null, $function=null,$line=null){ WPPHLogger::w
8
  */
9
  class WPPHLogger
10
  {
11
- private static $_debugLoggingEnabled = true;
12
 
13
  private static $_fileName = 'debug.log';
14
 
8
  */
9
  class WPPHLogger
10
  {
11
+ private static $_debugLoggingEnabled = false;
12
 
13
  private static $_fileName = 'debug.log';
14
 
readme.txt CHANGED
@@ -4,8 +4,8 @@ License: GPLv3
4
  License URI: http://www.gnu.org/licenses/gpl.html
5
  Tags: wordpress security plugin, wordpress security audit log, audit 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, wordpress security monitor, analytics, activity, admin, multisite, wordpress multisite
6
  Requires at least: 3.0
7
- Tested up to: 3.8.1
8
- Stable tag: 0.6.2
9
 
10
  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.
11
 
@@ -96,6 +96,10 @@ Yes, WP Security Audit Log works on WordPress Multisite networkds. For more info
96
 
97
  == Changelog ==
98
 
 
 
 
 
99
  = 0.6.2 (2014-02-03) =
100
  * Bug Fix
101
  * Fixed a number of database issues introduced with the WordPress Multisite Support
4
  License URI: http://www.gnu.org/licenses/gpl.html
5
  Tags: wordpress security plugin, wordpress security audit log, audit 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, wordpress security monitor, analytics, activity, admin, multisite, wordpress multisite
6
  Requires at least: 3.0
7
+ Tested up to: 3.9.1
8
+ Stable tag: 0.6.3
9
 
10
  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.
11
 
96
 
97
  == Changelog ==
98
 
99
+ = 0.6.3 (2014-02-18) =
100
+ * Bug Fix
101
+ * Disabled debugging by default (left enabled by mistake)
102
+
103
  = 0.6.2 (2014-02-03) =
104
  * Bug Fix
105
  * Fixed a number of database issues introduced with the WordPress Multisite Support
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: 0.6.2
8
  Author URI: http://www.wpwhitesecurity.com/
9
  License: GPL2
10
  Text Domain: wp-security-audit-log
@@ -26,7 +26,7 @@ Domain Path: /languages
26
  along with this program; if not, write to the Free Software
27
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28
  */
29
- define('WPPH_PLUGIN_VERSION','0.6.2');
30
  define('WPPH_PLUGIN_PREFIX', 'wpph_');
31
  define('WPPH_PLUGIN_NAME', 'WP Security Audit Log');
32
  define('WPPH_PLUGIN_URL', trailingslashit(plugins_url('', __FILE__)));
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: 0.6.3
8
  Author URI: http://www.wpwhitesecurity.com/
9
  License: GPL2
10
  Text Domain: wp-security-audit-log
26
  along with this program; if not, write to the Free Software
27
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28
  */
29
+ define('WPPH_PLUGIN_VERSION','0.6.3');
30
  define('WPPH_PLUGIN_PREFIX', 'wpph_');
31
  define('WPPH_PLUGIN_NAME', 'WP Security Audit Log');
32
  define('WPPH_PLUGIN_URL', trailingslashit(plugins_url('', __FILE__)));