diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb3b11f..89e32ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -#### v1.1.1 +#### v1.2.0 - `Improved` Block type buttons will now not be grouped if there is only one inside a group - `Improved` Checkboxes on blocks are now only checked when clicking on them, or the block type label - `Fixed` Neo fields now work properly in live preview mode diff --git a/neo/NeoPlugin.php b/neo/NeoPlugin.php index c8db0e64..f9955c4d 100644 --- a/neo/NeoPlugin.php +++ b/neo/NeoPlugin.php @@ -22,7 +22,7 @@ public function getDescription() public function getVersion() { - return '1.1.1'; + return '1.2.0'; } public function getCraftMinimumVersion() @@ -37,7 +37,7 @@ public function getPHPMinimumVersion() public function getSchemaVersion() { - return '1.1.1'; + return '1.2.0'; } public function getDeveloper() diff --git a/package.json b/package.json index 43f99a7c..2e756f5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "1.1.1", + "version": "1.2.0", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {