Audit
Log adding/updating/deleting of elements
Changelog
All notable changes to Audit will be documented here.
Version 3.0.3
🐛Fixed
- –Fixed issue with wrapping overflowing snapshot table ((#79))
Version 3.0.2
🐛Fixed
- –Fixed potential XSS vulnerability ((#73))
Version 3.0.1
✨Added
- –Added `logChildElementEvents` config option (defaults to `false`)
🐛Fixed
- –Fixed deleted element behaviour in multisite
Version 3.0.0
You now have to register for a MaxMind account and obtain a license key in order to download the GeoLite2 databases. This is due to a change that was introduced December 30th 2019, [to comply with GDPR and CCPA](https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/). You need to add a MaxMind license key in the plugin settings after upgrading to 2.0.0 to continue downloading the databases. Check the readme for detailed instructions on this.
✨Added
- –Added new authentication method for downloading MaxMind geolocation databases
🐛Fixed
- –Fixed support for Craft 3.6+ (#68)
Version 1.1.3
⚡Changed
- –Changed snapshot column to `mediumtext`
🐛Fixed
- –Fixed error when snapshot serialized data became corrupt due to being too large for the database column
Version 1.1.2
🐛Fixed
- –Fixed error when a user id wasn't set on a logged event
Version 1.1.1
✨Added
- –Added global set tracking ((#50))
⚡Changed
- –Improved performance when listing user details in tables
🐛Fixed
- –Fixed unserialize error ((#48))
Version 1.1.0
✨Added
- –Added `dbPath`
⚡Changed
- –Changed visibility of constants to allow for PHP 7.0 compatibility
🐛Fixed
- –Fixed events when a element is propogating or a element is a draft/revision
Version 1.0.4
🐛Fixed
- –Timestamp in Audit index is now localized
Version 1.0.3
✨Added
- –Added setting for pruning old records on admin requests
Version 1.0.2
✨Added
- –Added permissions
Version 1.0.1
🐛Fixed
- –Fixed first save of settings on install
Version 1.0.0
✨Added
- –Initial release