Skip to content

Commit

Permalink
Released v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Jun 24, 2016
1 parent 65319db commit 46d1082
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Changelog

#### v1.3.0
- `Added` Added ability to duplicate blocks
- `Added` Added ability to have blank tabs in block type field layouts
- `Improved` Generating search keywords for Neo fields are now offloaded to a task, dramatically reducing saving time
- `Improved` Blocks now only save if their content has been modified, reducing saving time
- `Improved` Block field templates are now cached for improved rendering performance
- `Improved` Javascript (Babel) polyfills now only load if necessary
- `Fixed` Can now use comparison querying (eg. `'>=3'`) on level property in live preview
- `Fixed` Filtering Neo blocks by `typeId` now works correctly

#### v1.2.1
- `Improved` When editing Neo fields, block types and groups are now inserted after the currently selected item
- `Fixed` Added support for Reasons v1.0.4
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1';
return '1.3.0';
}

public function getCraftMinimumVersion()
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.2.1",
"version": "1.3.0",
"description": "A Matrix-like field type that uses existing fields",
"main": "webpack.config.js",
"scripts": {
Expand Down

0 comments on commit 46d1082

Please sign in to comment.