Skip to content

Releases: Melapress/wp-security-audit-log

3.0.1

15 Feb 07:23
Compare
Choose a tag to compare

Minor bug fixes

3.0

16 Jan 07:14
Compare
Choose a tag to compare
3.0

*Integrated Freemius
*Added new alerts (change site/WordPress URL)
*Updates and fixes.

2.6.9.1

26 Oct 20:53
Compare
Choose a tag to compare

Minor hotfix - fixed a syntax issue affecting installed on PHP 5.4 or earlier

2.6.9

26 Oct 15:11
Compare
Choose a tag to compare
  1. Added referrer capturing during 404 errors.
  2. Added Setting to log usernames used during failed logins.
  3. Added setting to specify how many failed logins to keep a log of.
  4. Other minor changes.

2.6.8

19 Sep 14:24
Compare
Choose a tag to compare
  1. Improved the sensor for custom post types so posts with NULL value or other temp custom posts are not reported. This was reported in several support tickets.

  2. Added a new check to ensure the object is of WP_Post class.

2.6.7

09 Sep 10:27
Compare
Choose a tag to compare
  • Added a new property in WSAL main class to store the current plugin version.
  • Added a new function in WSAL main class to define constants (to be used throughout the plugin)
  • Improved the code formatting in AuditLog.php

2.6.6

29 Aug 06:23
Compare
Choose a tag to compare

Main feature: Logging support for custom fields created by ACF and similar plugins
Several other improvements.

2.6.5

17 Jul 20:43
Compare
Choose a tag to compare

New Audit Trail Alerts

Alert 1007 for when an administrator terminate's a logged in session using the Users Sessions Management Add-On
Alert 6023 to log 404 HTTP errors (requests to non-existing pages) by website visitors (non WordPress users)

Improvements

  • Seggregated the logging of 404 HTTP Errors
  • Improved the logging of Alert 4014
  • Removed the wsal_wp_session cookie
  • Replaced mcrypt (deprecated in PHP 7) with OpenSSL

2.6.4

01 Jun 05:56
Compare
Choose a tag to compare

Updated queries etc to support new periodic and statistics WordPress reports.

2.6.3

03 May 08:49
Compare
Choose a tag to compare

Security update - updated third party libraries to a more secure version.