From 5558341441fe474b0494951591ea42dfd970aaf2 Mon Sep 17 00:00:00 2001 From: Bob Olde Hampsink Date: Mon, 4 Jan 2016 08:02:04 +0100 Subject: [PATCH] Bumped version # --- CHANGELOG.md | 4 ++++ ImportPlugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e55e9f..271e7ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ Changelog ================= +###0.8.28### + - Fix history overview item url, closing issue #93 (thanks to @timkelty) + - Fix for "only variables should be passed by reference" (PHP7), closing issue #96 (thanks to @ianshea) + ###0.8.27### - Allow custom options for categories and users too, - Set user pending when status field is pending, closing issue #53 diff --git a/ImportPlugin.php b/ImportPlugin.php index 45e9439..8888c21 100644 --- a/ImportPlugin.php +++ b/ImportPlugin.php @@ -30,7 +30,7 @@ public function getName() */ public function getVersion() { - return '0.8.27'; + return '0.8.28'; } /**