From 56cf1b1112a42c4fba70e33fced4c896ac259276 Mon Sep 17 00:00:00 2001 From: Benjamin Fleming Date: Fri, 10 Jun 2016 00:27:18 +1000 Subject: [PATCH] Rebranded v1.1.1 to v1.2.0 Too much was changed and fixed that a minor jump makes more sense than a patch jump. --- CHANGELOG.md | 2 +- neo/NeoPlugin.php | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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": {