From ff1ab81af6381af2a7510ba0b5ad4b1421d13ab4 Mon Sep 17 00:00:00 2001 From: Bob Olde Hampsink Date: Tue, 7 Oct 2014 12:20:04 +0200 Subject: [PATCH] Plugin and README update --- AuditLogPlugin.php | 2 +- README.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/AuditLogPlugin.php b/AuditLogPlugin.php index 3ce6109..8a8eba0 100644 --- a/AuditLogPlugin.php +++ b/AuditLogPlugin.php @@ -11,7 +11,7 @@ function getName() function getVersion() { - return '0.1'; + return '0.2.0'; } function getDeveloper() diff --git a/README.md b/README.md index f32e4b0..af479f8 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Important: The plugin's folder should be named "auditlog" Changelog -================= -###0.1### +================= +###0.2.0### + - Transformed AuditLog into an ElementType for easier sorting, filtering, searching and pagination + +###0.1.0### - Initial push to GitHub \ No newline at end of file