Version Description
(2021-10-13) =
Bug fixes * Fixed critical error with PHP 7.2.
Download this release
Release Info
Developer | WPWhiteSecurity |
Plugin | WP Security Audit Log |
Version | 4.3.3.1 |
Comparing to | |
See all releases |
Code changes from version 4.3.3 to 4.3.3.1
- readme.txt +13 -6
- wp-security-audit-log.php +3 -3
readme.txt
CHANGED
@@ -6,7 +6,7 @@ License URI: https://www.gnu.org/licenses/gpl.html
|
|
6 |
Tags: activity log, wordpress activity logs, security audit log, audit log, user tracking, security event log, audit trail, wordpress security monitor, wordpress admin, wordpress admin monitoring, user activity, admin, multisite, SMS alerts, wordpress monitoring, email notification, wordpress email alerts, tracking, user tracking, user activity report, wordpress audit trail
|
7 |
Requires at least: 4.4
|
8 |
Tested up to: 5.8
|
9 |
-
Stable tag: 4.3.
|
10 |
Requires PHP: 7.0
|
11 |
|
12 |
The #1 user-rated activity log plugin. Keep a comprehensive log of the changes that happen on your site with this easy to use plugin.
|
@@ -208,9 +208,14 @@ Please refer to our [support pages](https://wpactivitylog.com/support/?utm_sourc
|
|
208 |
|
209 |
== Changelog ==
|
210 |
|
|
|
|
|
|
|
|
|
|
|
211 |
= 4.3.3 (2021-10-13) =
|
212 |
|
213 |
-
Release notes: [WP Activity Log 4.3.3: Plugin setting importer & exporter
|
214 |
|
215 |
**New activity log event IDs**
|
216 |
* ID 5028: Enabled or disabled automatic updates for a plugin.
|
@@ -238,15 +243,17 @@ Release notes: [WP Activity Log 4.3.3: Plugin setting importer & exporter, suppo
|
|
238 |
* ID 6327: Changed the statues of the setting "Logging events to database".
|
239 |
|
240 |
**New features**
|
|
|
241 |
* Plugin settings exporter & importer: easily export and import the plugin's settings configuration for backups, migration etc.
|
242 |
-
*
|
243 |
-
*
|
244 |
-
*
|
245 |
* Added the new {first_name} and {last_name} tags to the custom notifications template.
|
246 |
* New hook to [edit the activity log event data before it is sent to mirrors](https://wpactivitylog.com/support/kb/list-hooks/#wsal_event_data_before_mirror).
|
247 |
|
248 |
**Improvements**
|
249 |
-
|
|
|
250 |
* [Activity log retention policy](https://wpactivitylog.com/support/kb/activity-log-retention-policies/) can now be specified by the number of days.
|
251 |
* Plugin now reports user role changes done via the "Members" plugin (by Memberpress).
|
252 |
* Event ID 2010 (user uploaded a file) now includes a link to the uploaded attachment.
|
6 |
Tags: activity log, wordpress activity logs, security audit log, audit log, user tracking, security event log, audit trail, wordpress security monitor, wordpress admin, wordpress admin monitoring, user activity, admin, multisite, SMS alerts, wordpress monitoring, email notification, wordpress email alerts, tracking, user tracking, user activity report, wordpress audit trail
|
7 |
Requires at least: 4.4
|
8 |
Tested up to: 5.8
|
9 |
+
Stable tag: 4.3.1.1
|
10 |
Requires PHP: 7.0
|
11 |
|
12 |
The #1 user-rated activity log plugin. Keep a comprehensive log of the changes that happen on your site with this easy to use plugin.
|
208 |
|
209 |
== Changelog ==
|
210 |
|
211 |
+
= 4.3.3.1 (2021-10-13) =
|
212 |
+
|
213 |
+
**Bug fixes**
|
214 |
+
* Fixed critical error with PHP 7.2.
|
215 |
+
|
216 |
= 4.3.3 (2021-10-13) =
|
217 |
|
218 |
+
Release notes: [WP Activity Log 4.3.3: Plugin setting importer & exporter & support for REST API](https://wpactivitylog.com/wsal-4-3-0/)
|
219 |
|
220 |
**New activity log event IDs**
|
221 |
* ID 5028: Enabled or disabled automatic updates for a plugin.
|
243 |
* ID 6327: Changed the statues of the setting "Logging events to database".
|
244 |
|
245 |
**New features**
|
246 |
+
|
247 |
* Plugin settings exporter & importer: easily export and import the plugin's settings configuration for backups, migration etc.
|
248 |
+
* Options to delete specific data from the activity log, such as all events about a user, or an IP address.
|
249 |
+
* Plugin keeps log of authenticated user changes done to the website via the REST API.
|
250 |
+
* New button to only terminate the users' sessions that match the search criteria in Logged in users' session.
|
251 |
* Added the new {first_name} and {last_name} tags to the custom notifications template.
|
252 |
* New hook to [edit the activity log event data before it is sent to mirrors](https://wpactivitylog.com/support/kb/list-hooks/#wsal_event_data_before_mirror).
|
253 |
|
254 |
**Improvements**
|
255 |
+
|
256 |
+
* Logs from subsites on multisite networks can be mirrored to AWS Cloudwatch as individual log streams.
|
257 |
* [Activity log retention policy](https://wpactivitylog.com/support/kb/activity-log-retention-policies/) can now be specified by the number of days.
|
258 |
* Plugin now reports user role changes done via the "Members" plugin (by Memberpress).
|
259 |
* Event ID 2010 (user uploaded a file) now includes a link to the uploaded attachment.
|
wp-security-audit-log.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://wpactivitylog.com/
|
5 |
* Description: Identify WordPress security issues before they become a problem. Keep track of everything happening on your WordPress including WordPress users activity. Similar to Windows Event Log and Linux Syslog, WP Activity Log generates a security alert for everything that happens on your WordPress blogs and websites. Use the Activity log viewer included in the plugin to see all the security alerts.
|
6 |
* Author: WP White Security
|
7 |
-
* Version: 4.3.3
|
8 |
* Text Domain: wp-security-audit-log
|
9 |
* Author URI: https://www.wpwhitesecurity.com/
|
10 |
* License: GPL2
|
@@ -49,7 +49,7 @@ if ( ! function_exists( 'wsal_freemius' ) ) {
|
|
49 |
*
|
50 |
* @var string
|
51 |
*/
|
52 |
-
public $version = '4.3.3';
|
53 |
|
54 |
/**
|
55 |
* Plugin constants.
|
@@ -973,7 +973,7 @@ if ( ! function_exists( 'wsal_freemius' ) ) {
|
|
973 |
'<strong>' . $plugin_title . '</strong>',
|
974 |
'<strong>' . $plugin_title . '</strong>',
|
975 |
'<a href="https://wpactivitylog.com/support/kb/non-sensitive-diagnostic-data/" target="_blank" tabindex="1">freemius.com</a>',
|
976 |
-
'<strong>' . $plugin_title . '</strong>'
|
977 |
);
|
978 |
$result .= '<br /><br /><strong>' . esc_html__( 'Note: ', 'wp-security-audit-log' ) . '</strong>';
|
979 |
$result .= esc_html__( 'NO ACTIVITY LOG ACTIVITY & DATA IS SENT BACK TO OUR SERVERS.', 'wp-security-audit-log' );
|
4 |
* Plugin URI: https://wpactivitylog.com/
|
5 |
* Description: Identify WordPress security issues before they become a problem. Keep track of everything happening on your WordPress including WordPress users activity. Similar to Windows Event Log and Linux Syslog, WP Activity Log generates a security alert for everything that happens on your WordPress blogs and websites. Use the Activity log viewer included in the plugin to see all the security alerts.
|
6 |
* Author: WP White Security
|
7 |
+
* Version: 4.3.3.1
|
8 |
* Text Domain: wp-security-audit-log
|
9 |
* Author URI: https://www.wpwhitesecurity.com/
|
10 |
* License: GPL2
|
49 |
*
|
50 |
* @var string
|
51 |
*/
|
52 |
+
public $version = '4.3.3.1';
|
53 |
|
54 |
/**
|
55 |
* Plugin constants.
|
973 |
'<strong>' . $plugin_title . '</strong>',
|
974 |
'<strong>' . $plugin_title . '</strong>',
|
975 |
'<a href="https://wpactivitylog.com/support/kb/non-sensitive-diagnostic-data/" target="_blank" tabindex="1">freemius.com</a>',
|
976 |
+
'<strong>' . $plugin_title . '</strong>'
|
977 |
);
|
978 |
$result .= '<br /><br /><strong>' . esc_html__( 'Note: ', 'wp-security-audit-log' ) . '</strong>';
|
979 |
$result .= esc_html__( 'NO ACTIVITY LOG ACTIVITY & DATA IS SENT BACK TO OUR SERVERS.', 'wp-security-audit-log' );
|