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()