This repository has been archived by the owner on Apr 5, 2018. It is now read-only.
Releases: boboldehampsink/auditlog
Releases · boboldehampsink/auditlog
0.7.1
0.7.0
- Added Craft 2.5 compatibility
- Refactored plugin for better readability, quality and testability
- All service code is now fully covered by unit tests
0.6.2
- Fixed a bug where the date range didn't fully work
- Fixed criteria attributes not fully working
Craft 2.5 update is coming up as 0.7.0
0.6.1
- Added a registerAuditLogSources hook to provide custom sources/criteria
- Fixed Audit Log not being able to fetch a specific log item
- Added a MIT license
0.6.0
- Added the ability to control logging per element type
- Performance fixes - works much smoother now by fully utilizing ElementType API
0.5.0
- Added "onElementChanged" event so you can check if a saved element really changed
- This event will also generate a diff between the before and after state of an element
- Fix errors that could occur when saving entries and categories anonymously
- Clean up arrays before showing, making them more readable
0.4.2
Fixed source not being selected in CSV download
0.4.1
Added CSRF protection for CSV downloads
0.4.0
- Added the ability to download a csv of the log
- Log more readable info, like Category Title & Group, Section Name and User Groups
- Improved searching
- Fixed date ranges not being accurate
- Added a modifyAuditLogSortableAttributes hook
- Improved the UI
0.3.0
- Removed ability to clear log - you can uninstall the plugin to do this
- Added a date range selector
- Made sorting work
- Added ModifyAuditLogTableAttributes and getAuditLogTableAttributeHtml hooks
Warning! This version is updated for Craft 2.3 and does NOT work on Craft 2.2