diff --git a/CHANGELOG.md b/CHANGELOG.md index a9985d5..9440bfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ Changelog ================= +###0.8.24### + - You can now choose if you want to validate your content + ###0.8.23### - Fixed not showing full history set (missing one line), fixing issue #52 - Skip row when criteria value looks suspicious - preventing possible data loss diff --git a/ImportPlugin.php b/ImportPlugin.php index 827ee62..6dec028 100644 --- a/ImportPlugin.php +++ b/ImportPlugin.php @@ -30,7 +30,7 @@ public function getName() */ public function getVersion() { - return '0.8.23'; + return '0.8.24'; } /**