Skip to content

Commit

Permalink
Released v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Apr 24, 2016
1 parent 875c2c0 commit cccb049
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## Changelog

#### v1.0.0
- `Added` Added support for the Quick Field plugin
- `Added` Added "Top Level" block type setting for hiding blocks from the main button row
- `Improved` Added support for Internet Explorer 10+
- `Improved` Blocks now force-expanded if they have errors
- `Improved` Expanding and collapsing a block is now animated
- `Improved` Delete confirmation box shows when deleting multiple blocks
- `Fixed` The "Add block above" feature now works correctly for child blocks
- `Fixed` Fixed issue with child block checkbox ordering
- `Fixed` Miscellaneous layout issues and minor bugs

--

#### 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
Expand Down
4 changes: 2 additions & 2 deletions 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.1';
return '1.0.0';
}

public function getCraftMinimumVersion()
Expand All @@ -32,7 +32,7 @@ public function getCraftMinimumVersion()

public function getSchemaVersion()
{
return '0.0.1';
return '1.0.0';
}

public function getDeveloper()
Expand Down

0 comments on commit cccb049

Please sign in to comment.