From 46f96607a81bd0ff562a695adb0cc4db8291da24 Mon Sep 17 00:00:00 2001 From: Benjamin Fleming Date: Sat, 23 Apr 2016 16:32:53 +1000 Subject: [PATCH] Released version 0.5.1 --- CHANGELOG.md | 6 ++++++ neo/NeoPlugin.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd71041..4074b917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Changelog +#### v0.5.1 +- `Improved` Block tabs now respond to mobile devices +- `Fixed` Fixed bug where reporting errors on new blocks were breaking many non-obvious things +- `Fixed` Fixed bug where blocks of different levels could be group-dragged together +- `Fixed` Fixed bug where child block checkboxes would be in the incorrect order if groups were present + #### v0.5.0 - `Added` Added support for the Relabel plugin diff --git a/neo/NeoPlugin.php b/neo/NeoPlugin.php index da5f252a..7ccc902a 100644 --- a/neo/NeoPlugin.php +++ b/neo/NeoPlugin.php @@ -22,7 +22,7 @@ public function getDescription() public function getVersion() { - return '0.5.0'; + return '0.5.1'; } public function getCraftMinimumVersion()