Skip to content

Commit

Permalink
Released version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Apr 23, 2016
1 parent 517ca9b commit 46f9660
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion neo/NeoPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function getDescription()

public function getVersion()
{
return '0.5.0';
return '0.5.1';
}

public function getCraftMinimumVersion()
Expand Down

0 comments on commit 46f9660

Please sign in to comment.