Version 3.0.2
March 29, 2023
Fixed
- Fixed potential XSS vulnerability (#73)
Version 3.0.1
October 3, 2022
Added
- Added
logChildElementEvents
config option (defaults tofalse
)
Fixed
- Fixed deleted element behaviour in multisite
Version 3.0.0
October 3, 2022
Added
- Craft 4 support
- Added structure change support
Fixed
- Fixed support for Craft 3.6+ (#68)
- Fixed behaviour for drafts (#67)
- Fixed multisite behaviour (#62)
Version 1.1.3
August 27, 2020
Fixed
- Fixed error when snapshot serialized data became corrupt due to being too large for the database column
- Fixed deprecation in Composer
Changed
- Changed snapshot column to
mediumtext
Version 1.1.2
July 17, 2020
Fixed
- Fixed error when a user id wasn't set on a logged event
Version 1.1.0
May 9, 2020
Changed
- Changed visibility of constants to allow for PHP 7.0 compatibility
- Now requires Craft 3.2
- Now uses Craft's built in pagination
- Maxmind DB files is now saved to a folder in the
storage
directory by default
Added
- Added
dbPath
Fixed
- Fixed events when a element is propogating or a element is a draft/revision
- Fixed broken pagination urls
Version 1.0.4
December 4, 2018
Fixed
- Timestamp in Audit index is now localized
Version 1.0.3
December 4, 2018
Added
- Added setting for pruning old records on admin requests
Version 1.0.2
December 3, 2018
Added
- Added permissions
- Added button to prune old records
- Documented pruning of old records
Version 1.0.1
June 8, 2018
Fixed
- Fixed first save of settings on install
- Fixed pagination urls for setups with non-standard cpTrigger
Version 1.0.0
April 4, 2018
Added
- Initial release