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

Commit

Permalink
Updated README and Plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Jan 15, 2015
1 parent 959148c commit 5985c05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AuditLogPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function getName()

function getVersion()
{
return '0.4.2';
return '0.5.0';
}

function getDeveloper()
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ The plugin's folder should be named "auditlog"

Changelog
=================
###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

Expand Down

0 comments on commit 5985c05

Please sign in to comment.