Skip to content

Commit

Permalink
Merge pull request #605 from wpwhitesecurity/develop
Browse files Browse the repository at this point in the history
Hotfix 4.3.3.1
  • Loading branch information
DannyWPWS authored Oct 13, 2021
2 parents 6ee7727 + 461e076 commit 1372bc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@ Please refer to our [support pages](https://wpactivitylog.com/support/?utm_sourc

== Changelog ==

= 4.3.3.1 (2021-10-13) =

**Bug fixes**
* Fixed critical error with PHP 7.2.

= 4.3.3 (2021-10-13) =

Release notes: [WP Activity Log 4.3.3: Plugin setting importer & exporter & support for REST API](https://wpactivitylog.com/wsal-4-3-0/)
Expand Down
6 changes: 3 additions & 3 deletions wp-security-audit-log.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://wpactivitylog.com/
* 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.
* Author: WP White Security
* Version: 4.3.3
* Version: 4.3.3.1
* Text Domain: wp-security-audit-log
* Author URI: https://www.wpwhitesecurity.com/
* License: GPL2
Expand Down Expand Up @@ -49,7 +49,7 @@ class WpSecurityAuditLog {
*
* @var string
*/
public $version = '4.3.3';
public $version = '4.3.3.1';

/**
* Plugin constants.
Expand Down Expand Up @@ -973,7 +973,7 @@ public static function wsal_freemius_update_connect_message( $message, $user_fir
'<strong>' . $plugin_title . '</strong>',
'<strong>' . $plugin_title . '</strong>',
'<a href="https://wpactivitylog.com/support/kb/non-sensitive-diagnostic-data/" target="_blank" tabindex="1">freemius.com</a>',
'<strong>' . $plugin_title . '</strong>',
'<strong>' . $plugin_title . '</strong>'
);
$result .= '<br /><br /><strong>' . esc_html__( 'Note: ', 'wp-security-audit-log' ) . '</strong>';
$result .= esc_html__( 'NO ACTIVITY LOG ACTIVITY & DATA IS SENT BACK TO OUR SERVERS.', 'wp-security-audit-log' );
Expand Down

0 comments on commit 1372bc2

Please sign in to comment.