Version Description
(2013-12-11) = * Bug Fix * Fixed an issue with Edit Post function (in very specific cases) (http://wordpress.org/support/topic/was-working-great-no-post-edit-function-now)
Download this release
Release Info
Developer | WPWhiteSecurity |
Plugin | WP Security Audit Log |
Version | 0.5.1 |
Comparing to | |
See all releases |
Code changes from version 0.5 to 0.5.1
- inc/WPPHEvent.php +1 -1
- readme.txt +16 -9
- wp-security-audit-log.php +2 -2
inc/WPPHEvent.php
CHANGED
@@ -1802,7 +1802,7 @@ class WPPHEventWatcher extends WPPHEvent
|
|
1802 |
}
|
1803 |
|
1804 |
static function watchPostCategoriesChange($post, $wpdb, $postTitle, $event)
|
1805 |
-
{
|
1806 |
wpphLog(__METHOD__.'() triggered.');
|
1807 |
|
1808 |
if(isset($GLOBALS['WPPH_POST_OLD_CATEGORIES']))
|
1802 |
}
|
1803 |
|
1804 |
static function watchPostCategoriesChange($post, $wpdb, $postTitle, $event)
|
1805 |
+
{ return true;
|
1806 |
wpphLog(__METHOD__.'() triggered.');
|
1807 |
|
1808 |
if(isset($GLOBALS['WPPH_POST_OLD_CATEGORIES']))
|
readme.txt
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
Contributors: WPWhiteSecurity
|
3 |
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
|
6 |
Requires at least: 3.0
|
7 |
-
Tested up to: 3.
|
8 |
-
Stable tag: 0.5
|
9 |
|
10 |
Identify WordPress security issues before they become a problem. Keep an audit log of everything that happens on WordPress including WordPress user activity.
|
11 |
|
@@ -54,6 +54,9 @@ For more information and to get started with WordPress Security, check out the f
|
|
54 |
* [List of all WP Security Audit Log Alerts](http://www.wpwhitesecurity.com/wordpress-security-plugins/wp-security-audit-log/security-audit-alerts-logs/)
|
55 |
* [Recipe for ultimate WordPress Security](http://www.wpwhitesecurity.com/wordpress-security/recipe-ultimate-diy-wordpress-security/)
|
56 |
|
|
|
|
|
|
|
57 |
== Installation ==
|
58 |
|
59 |
1. Upload the `wordress-security-audit-log` folder to the `/wp-content/plugins/` directory
|
@@ -67,7 +70,7 @@ For more information and to get started with WordPress Security, check out the f
|
|
67 |
By default the plugin will keep 5,000 events. When this limit is reached, older events are deleted to make place for the new ones. You can configure the plugin to keep more events from the settings page. You can also configure the plugin to delete events which are older than a number of days.
|
68 |
|
69 |
= Is there a complete list of all WordPress security audit events? =
|
70 |
-
Yes. A complete list can be found [here](http://www.wpwhitesecurity.com/wordpress-security-plugins/wp-security-audit-log/security-audit-
|
71 |
|
72 |
= Can I disable some WordPress security alerts? =
|
73 |
|
@@ -81,7 +84,11 @@ Yes it is possible to disable (and re-enable later) specific WordPress security
|
|
81 |
|
82 |
== Changelog ==
|
83 |
|
84 |
-
= 0.5 =
|
|
|
|
|
|
|
|
|
85 |
* New WordPress Security Alerts for monitoring of Widgets
|
86 |
* Alert 2042: New widget was added
|
87 |
* Alert 2043: A widget was modified
|
@@ -100,7 +107,7 @@ Yes it is possible to disable (and re-enable later) specific WordPress security
|
|
100 |
* Fixed issue where all users were able to see the Dashboard widgets with security alerts - now restricted only to users who have access to the plugin
|
101 |
* Fixed user reported issue (http://wordpress.org/support/topic/errors-on-enabledisable-alerts-page)
|
102 |
|
103 |
-
= 0.4 =
|
104 |
* New WordPress Security Alerts for Custom Post Types
|
105 |
* Alert 2029: New post with custom post type created and saved as draft
|
106 |
* Alert 2030: Post with custom post type is publishes
|
@@ -126,7 +133,7 @@ Yes it is possible to disable (and re-enable later) specific WordPress security
|
|
126 |
* Improved the upgrade procedure of the plugin
|
127 |
* Updated the Audit Log Viewer display to support more resultions such as those of tables and smartphones
|
128 |
|
129 |
-
= 0.3 =
|
130 |
|
131 |
* New WordPress Security Alerts
|
132 |
* Alert 6001: Anyone can Register option in WordPress settings was changed
|
@@ -146,7 +153,7 @@ Yes it is possible to disable (and re-enable later) specific WordPress security
|
|
146 |
* Fixed: Conflict with WP Mandrill and other plugins using pluggable.php
|
147 |
* Fixed: Incorrect alerts generated when plugin is installed via a zip file / upload method
|
148 |
|
149 |
-
= 0.2 =
|
150 |
|
151 |
* Restricted plugin options and WordPress Audit Log Event Viewer only to WordPress administrators
|
152 |
* Improved failed logins events (events generated from the same IP, or same username will be grouped to avoid mass flooding of security events)
|
@@ -161,6 +168,6 @@ Yes it is possible to disable (and re-enable later) specific WordPress security
|
|
161 |
* Added new plugin alerts for when a plugin is installed, uninstalled or upgraded
|
162 |
* Updated navigation menu to use standard WordPress dashboard icons etc
|
163 |
|
164 |
-
= 0.1 =
|
165 |
|
166 |
* Initial beta release of WP Security Audit Log.
|
2 |
Contributors: WPWhiteSecurity
|
3 |
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
|
6 |
Requires at least: 3.0
|
7 |
+
Tested up to: 3.8
|
8 |
+
Stable tag: 0.5.1
|
9 |
|
10 |
Identify WordPress security issues before they become a problem. Keep an audit log of everything that happens on WordPress including WordPress user activity.
|
11 |
|
54 |
* [List of all WP Security Audit Log Alerts](http://www.wpwhitesecurity.com/wordpress-security-plugins/wp-security-audit-log/security-audit-alerts-logs/)
|
55 |
* [Recipe for ultimate WordPress Security](http://www.wpwhitesecurity.com/wordpress-security/recipe-ultimate-diy-wordpress-security/)
|
56 |
|
57 |
+
= Plugin Newsletter =
|
58 |
+
To keep yourself updated with what is new and updated in our WordPress security plugins please subscribe to the [WP White Security Plugins Newsletter](http://eepurl.com/Jn9sP).
|
59 |
+
|
60 |
== Installation ==
|
61 |
|
62 |
1. Upload the `wordress-security-audit-log` folder to the `/wp-content/plugins/` directory
|
70 |
By default the plugin will keep 5,000 events. When this limit is reached, older events are deleted to make place for the new ones. You can configure the plugin to keep more events from the settings page. You can also configure the plugin to delete events which are older than a number of days.
|
71 |
|
72 |
= Is there a complete list of all WordPress security audit events? =
|
73 |
+
Yes. A complete list can be found [here](http://www.wpwhitesecurity.com/wordpress-security-plugins/wp-security-audit-log/security-audit-alerts-logs/)
|
74 |
|
75 |
= Can I disable some WordPress security alerts? =
|
76 |
|
84 |
|
85 |
== Changelog ==
|
86 |
|
87 |
+
= 0.5.1 (2013-12-11) =
|
88 |
+
* Bug Fix
|
89 |
+
* Fixed an issue with Edit Post function (in very specific cases) (http://wordpress.org/support/topic/was-working-great-no-post-edit-function-now)
|
90 |
+
|
91 |
+
= 0.5 (2013-11-06) =
|
92 |
* New WordPress Security Alerts for monitoring of Widgets
|
93 |
* Alert 2042: New widget was added
|
94 |
* Alert 2043: A widget was modified
|
107 |
* Fixed issue where all users were able to see the Dashboard widgets with security alerts - now restricted only to users who have access to the plugin
|
108 |
* Fixed user reported issue (http://wordpress.org/support/topic/errors-on-enabledisable-alerts-page)
|
109 |
|
110 |
+
= 0.4 (2013-10-09) =
|
111 |
* New WordPress Security Alerts for Custom Post Types
|
112 |
* Alert 2029: New post with custom post type created and saved as draft
|
113 |
* Alert 2030: Post with custom post type is publishes
|
133 |
* Improved the upgrade procedure of the plugin
|
134 |
* Updated the Audit Log Viewer display to support more resultions such as those of tables and smartphones
|
135 |
|
136 |
+
= 0.3 (2019-09-19) =
|
137 |
|
138 |
* New WordPress Security Alerts
|
139 |
* Alert 6001: Anyone can Register option in WordPress settings was changed
|
153 |
* Fixed: Conflict with WP Mandrill and other plugins using pluggable.php
|
154 |
* Fixed: Incorrect alerts generated when plugin is installed via a zip file / upload method
|
155 |
|
156 |
+
= 0.2 (2013-08-12) =
|
157 |
|
158 |
* Restricted plugin options and WordPress Audit Log Event Viewer only to WordPress administrators
|
159 |
* Improved failed logins events (events generated from the same IP, or same username will be grouped to avoid mass flooding of security events)
|
168 |
* Added new plugin alerts for when a plugin is installed, uninstalled or upgraded
|
169 |
* Updated navigation menu to use standard WordPress dashboard icons etc
|
170 |
|
171 |
+
= 0.1 (2013-05-24) =
|
172 |
|
173 |
* Initial beta release of WP Security Audit Log.
|
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.5
|
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.5');
|
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.5.1
|
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.5.1');
|
30 |
define('WPPH_PLUGIN_PREFIX', 'wpph_');
|
31 |
define('WPPH_PLUGIN_NAME', 'WP Security Audit Log');
|
32 |
define('WPPH_PLUGIN_URL', trailingslashit(plugins_url('', __FILE__)));
|