diff --git a/CHANGELOG.md b/CHANGELOG.md index 4074b917..a6cf0269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/neo/NeoPlugin.php b/neo/NeoPlugin.php index 7ccc902a..67e16118 100644 --- a/neo/NeoPlugin.php +++ b/neo/NeoPlugin.php @@ -22,7 +22,7 @@ public function getDescription() public function getVersion() { - return '0.5.1'; + return '1.0.0'; } public function getCraftMinimumVersion() @@ -32,7 +32,7 @@ public function getCraftMinimumVersion() public function getSchemaVersion() { - return '0.0.1'; + return '1.0.0'; } public function getDeveloper()