Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Releases: boboldehampsink/auditlog

0.7.1

31 Oct 08:21
Compare
Choose a tag to compare

Fix comparing of non-existing attribute before, closing issue #15

0.7.0

24 Feb 11:47
Compare
Choose a tag to compare
  • 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

29 Jan 09:27
Compare
Choose a tag to compare
  • 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

21 Apr 07:35
Compare
Choose a tag to compare
  • 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

31 Mar 12:07
Compare
Choose a tag to compare
  • Added the ability to control logging per element type
  • Performance fixes - works much smoother now by fully utilizing ElementType API

0.5.0

31 Mar 12:08
Compare
Choose a tag to compare
  • 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

10 Dec 09:26
Compare
Choose a tag to compare

Fixed source not being selected in CSV download

0.4.1

07 Dec 19:26
Compare
Choose a tag to compare

Added CSRF protection for CSV downloads

0.4.0

04 Dec 10:39
Compare
Choose a tag to compare
  • 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

03 Dec 09:51
Compare
Choose a tag to compare
  • 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