From 06021d15ad5c796d49788ec9268ef9a3a4765355 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sat, 21 Nov 2015 15:17:43 +1100 Subject: [PATCH] version 0.2.1 Signed-off-by: Josh Crawford --- changelog.json | 8 ++++++++ expandedsingles/ExpandedSinglesPlugin.php | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.json b/changelog.json index fb9d1de..ada9d17 100644 --- a/changelog.json +++ b/changelog.json @@ -15,5 +15,13 @@ "[Improved] Craft 2.5 compatibility, including plugin feed.", "[Improved] Cleanup/organise code." ] + }, + { + "version": "0.2.1", + "downloadUrl": "https://github.com/engram-design/ExpandedSingles/archive/0.2.1.zip", + "date": "2015-11-21T13:00:00+0000", + "notes": [ + "[Improved] Removed plugin description (doesn't look great)." + ] } ] \ No newline at end of file diff --git a/expandedsingles/ExpandedSinglesPlugin.php b/expandedsingles/ExpandedSinglesPlugin.php index 569eecc..b340f5a 100644 --- a/expandedsingles/ExpandedSinglesPlugin.php +++ b/expandedsingles/ExpandedSinglesPlugin.php @@ -13,12 +13,12 @@ public function getName() } public function getDescription(){ - return 'Show your Single entries in the Entries Index sidebar, just like Channels and Structures.'; + return ''; } public function getVersion() { - return '0.2.0'; + return '0.2.1'; } public function getSchemaVersion()