Skip to content

Commit

Permalink
Rebranded v1.1.1 to v1.2.0
Browse files Browse the repository at this point in the history
Too much was changed and fixed that a minor jump makes more sense than a
patch jump.
  • Loading branch information
benjamminf committed Jun 9, 2016
1 parent 50446b7 commit 56cf1b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 '1.1.1';
return '1.2.0';
}

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

public function getSchemaVersion()
{
return '1.1.1';
return '1.2.0';
}

public function getDeveloper()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 56cf1b1

Please sign in to comment.