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 Oct 24, 2014
1 parent be37a59 commit f857876
Show file tree
Hide file tree
Showing 2 changed files with 4 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.2.2';
return '0.2.3';
}

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

Changelog
=================
###0.2.3###
- Fixed a bug where the plugin didn't work on PHP 5.3

###0.2.2###
- Added the ability to clear the log
- Better fieldtype parsing
Expand Down

0 comments on commit f857876

Please sign in to comment.