Skip to content

Commit

Permalink
version 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Crawford <[email protected]>
  • Loading branch information
engram-design committed Nov 21, 2015
1 parent c2bcfae commit 06021d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
]
}
]
4 changes: 2 additions & 2 deletions expandedsingles/ExpandedSinglesPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 06021d1

Please sign in to comment.