Skip to content

Commit

Permalink
Released v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Apr 9, 2016
1 parent 5661131 commit a03ce27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Changelog

#### v0.3.1
#### v0.4.0
- `Improved` Implemented transitions when adding/removing blocks
- `Improved` Group buttons now disable when all their child buttons are also disabled
- `Fixed` Fixed bug where child blocks weren't being appended correctly
- `Fixed` Fixed bug with button layout on child blocks when groups were involved

#### v0.3.0
- `Added` Added support for block hierarchies
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 @@ function getDescription()

function getVersion()
{
return '0.3.1';
return '0.4.0';
}

public function getCraftMinimumVersion()
Expand Down

0 comments on commit a03ce27

Please sign in to comment.