WP Security Audit Log - Version 3.4.0.1

Version Description

(2019-04-10) =

  • Bug Fixes
    • Backward compatibility issue for PHP 5.4.
    • Fix for audit log page search extension check function.
Download this release

Release Info

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

Code changes from version 3.4 to 3.4.0.1

classes/Views/AuditLog.php CHANGED
@@ -424,7 +424,7 @@ class WSAL_Views_AuditLog extends WSAL_AbstractView {
424
  'no' === $this->_plugin->GetGlobalOption( 'wsal-setup-complete', 'no' )
425
  && 'no' === $this->_plugin->GetGlobalOption( 'wsal-setup-modal-dismissed', 'no' )
426
  ) :
427
- ?>
428
  <div data-remodal-id="wsal-setup-modal">
429
  <button data-remodal-action="close" class="remodal-close"></button>
430
  <p>
@@ -456,7 +456,7 @@ class WSAL_Views_AuditLog extends WSAL_AbstractView {
456
  <?php
457
  endif;
458
 
459
- $is_search_view = class_exists( 'WSAL_SearchExtension' ) && ( ! empty( $this->page_args->search_filters ) || ! empty( trim( $this->page_args->search_term ) ) );
460
  ?>
461
  <script type="text/javascript">
462
  jQuery( document ).ready( function() {
424
  'no' === $this->_plugin->GetGlobalOption( 'wsal-setup-complete', 'no' )
425
  && 'no' === $this->_plugin->GetGlobalOption( 'wsal-setup-modal-dismissed', 'no' )
426
  ) :
427
+ ?>
428
  <div data-remodal-id="wsal-setup-modal">
429
  <button data-remodal-action="close" class="remodal-close"></button>
430
  <p>
456
  <?php
457
  endif;
458
 
459
+ $is_search_view = class_exists( 'WSAL_SearchExtension' ) && ( ! empty( $this->page_args->search_filters ) || ! empty( $this->page_args->search_term ) );
460
  ?>
461
  <script type="text/javascript">
462
  jQuery( document ).ready( function() {
img/all.jpg DELETED
Binary file
img/database.jpg DELETED
Binary file
img/email-notifications/email_notifications.png DELETED
Binary file
img/email-notifications/email_notifications_wizard.png DELETED
Binary file
img/envelope.jpg DELETED
Binary file
img/external-db/extermal_database_mirroring_options.png DELETED
Binary file
img/external-db/external_database_1.png DELETED
Binary file
img/file.jpg DELETED
Binary file
img/monitoring.jpg DELETED
Binary file
img/plugin-logo.png DELETED
Binary file
img/search.jpg DELETED
Binary file
img/search/search.png DELETED
Binary file
img/wordpress-logo-32.png DELETED
Binary file
languages/wp-security-audit-log-it_IT.mo CHANGED
Binary file
readme.txt CHANGED
@@ -6,7 +6,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: wordpress security plugin, wordpress security audit log, audit log, activity logs, event log wordpress, wordpress user tracking, wordpress activity log, wordpress audit, security event log, audit trail, wordpress security monitor, wordpress admin, wordpress admin monitoring, user activity, admin, multisite, dashboard, notification, wordpress monitoring, email notification, wordpress email alerts, SMS messages, tracking, user tracking, user activity report, wordpress audit trail
7
  Requires at least: 3.6
8
  Tested up to: 5.1.1
9
- Stable tag: 3.4
10
  Requires PHP: 5.4.43
11
 
12
  An easy to use & comprehensive WordPress activity log plugin to log all changes on WordPress sites & multisite networks.
@@ -143,6 +143,7 @@ We need help translating the plugin and the WordPress Security Alerts. Please vi
143
 
144
  * Italian translation by [Leonardo Musumeci](http://leonardomusumeci.net/)
145
  * German translation by [Mourad Louha](http://excel-translator.de)
 
146
  * Spanish translation by the [WP Body team](https://wpbody.com/)
147
  * French translations by Denis Moscato
148
 
@@ -196,42 +197,8 @@ Please refer to our [Support & Documentation pages](https://www.wpsecurityauditl
196
 
197
  == Changelog ==
198
 
199
- Release notes: [Announcing SMS Notifications for the WordPress audit logs](https://www.wpsecurityauditlog.com/releases/update-3-4-sms-notifications-integration/)
200
-
201
- = 3.4 (2019-04-03) =
202
-
203
- * **New Features**
204
- * [SMS notifications (integration with Twilio)](https://www.wpsecurityauditlog.com/support-documentation/configure-plugin-send-sms/) for the WordPress audit logs.
205
- * Integration with Bit.ly to shorten URL in SMSs.
206
- * Added buttons to test email and SMS notifications.
207
- * Support for User Switching plugin.
208
-
209
- * **New Activity Log Event IDs**
210
- * Event ID 1008: user logged in as another user.
211
- * Event ID 9083: user changed the billing address (WooCommerce).
212
- * Event ID 9084: user changed the shipping address (WooCommerce).
213
-
214
- * **Plugin Improvements**
215
- * Added more pre-configured SMS & email notifications.
216
- * Improved all sensors to also detect changes that are not done via the dashboard.
217
- * Optimized some metadata database queries (reduced qeuries by 75%).
218
- * Improved the content sensor (better detection of content changes).
219
- * Optimized the database query that fetches list of logged in users.
220
- * Removed email notifications wizard.
221
- * Standardized all tabs and titles in the [Emails & SMS Notifications](https://www.wpsecurityauditlog.com/premium-features/email-notifications-wordpress-activity-log/) feature.
222
- * Improved the help text in the Emails & SMS Notifications feature.
223
- * Removed the limit of 5 criteria in the notifications trigger builder.
224
- * Removed declaration of emails' Mime-type - this is automatically set so there is no need for it.
225
 
226
  * **Bug Fixes**
227
- * WooCommerce order name was not reported in event ID 9040 (changed order detail) in some edge cases.
228
- * Maximum execution time configured in the [WordPress activity log reports](https://www.wpsecurityauditlog.com/premium-features/reports-wordpress-activity-log/) engine now is only used when generating a report.
229
- * CSV reports were not being generated.
230
- * Audit trail auto refresh was not working when using infinite scroll viewer option.
231
- * Plugin reporting event 9032 (disabled use of WooCommerce coupons) by mistake.
232
- * Event IDs 2046 and 2051 were not being reported when files were modified via the editors.
233
- * Plugin reporting event 2002 when there were changes in a post's Yoast SEO metabox.
234
- * Removed all reference to obsolete plugin setting: wsal-archiving-date-e.
235
- * Admins on multisite child sites could see the activity logs of other sites.
236
- * Event ID 2073 (post submitted for review) was not being reported in Gutenberg.
237
- * Event 2074 (scheduled post) was not being reported in Gutenberg.
6
  Tags: wordpress security plugin, wordpress security audit log, audit log, activity logs, event log wordpress, wordpress user tracking, wordpress activity log, wordpress audit, security event log, audit trail, wordpress security monitor, wordpress admin, wordpress admin monitoring, user activity, admin, multisite, dashboard, notification, wordpress monitoring, email notification, wordpress email alerts, SMS messages, tracking, user tracking, user activity report, wordpress audit trail
7
  Requires at least: 3.6
8
  Tested up to: 5.1.1
9
+ Stable tag: 3.4.0.1
10
  Requires PHP: 5.4.43
11
 
12
  An easy to use & comprehensive WordPress activity log plugin to log all changes on WordPress sites & multisite networks.
143
 
144
  * Italian translation by [Leonardo Musumeci](http://leonardomusumeci.net/)
145
  * German translation by [Mourad Louha](http://excel-translator.de)
146
+ * Brazilian Portuguese translation by [Hudson Santos](https://www.smallbee.com.br/)
147
  * Spanish translation by the [WP Body team](https://wpbody.com/)
148
  * French translations by Denis Moscato
149
 
197
 
198
  == Changelog ==
199
 
200
+ = 3.4.0.1 (2019-04-10) =
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
 
202
  * **Bug Fixes**
203
+ * Backward compatibility issue for PHP 5.4.
204
+ * Fix for audit log page search extension check function.
 
 
 
 
 
 
 
 
 
wp-security-audit-log.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://www.wpsecurityauditlog.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 Security Audit Log generates a security alert for everything that happens on your WordPress blogs and websites. Use the Audit Log Viewer included in the plugin to see all the security alerts.
6
  * Author: WP White Security
7
- * Version: 3.4
8
  * Text Domain: wp-security-audit-log
9
  * Author URI: http://www.wpwhitesecurity.com/
10
  * License: GPL2
@@ -54,7 +54,7 @@ if ( ! function_exists( 'wsal_freemius' ) ) {
54
  *
55
  * @var string
56
  */
57
- public $version = '3.4';
58
 
59
  // Plugin constants.
60
  const PLG_CLS_PRFX = 'WSAL_';
4
  * Plugin URI: http://www.wpsecurityauditlog.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 Security Audit Log generates a security alert for everything that happens on your WordPress blogs and websites. Use the Audit Log Viewer included in the plugin to see all the security alerts.
6
  * Author: WP White Security
7
+ * Version: 3.4.0.1
8
  * Text Domain: wp-security-audit-log
9
  * Author URI: http://www.wpwhitesecurity.com/
10
  * License: GPL2
54
  *
55
  * @var string
56
  */
57
+ public $version = '3.4.0.1';
58
 
59
  // Plugin constants.
60
  const PLG_CLS_PRFX = 'WSAL_';