Skip to content

Commit

Permalink
Released v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Sep 10, 2016
1 parent 6fba4ca commit e409270
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

#### v1.3.5
- `Improved` Added German translations
- `Improved` Localised Neo fields can now contain fields that are also localised
- `Fixed` Entry draft preview links now work correctly with Neo fields
- `Fixed` Neo fields with Redactor (rich text) fields no longer always trigger "Do you like to leave?" prompt
- `Fixed` Duplicating a block now duplicates into the correct locale
- `Fixed` Fixed ordering of child block checkboxes (hopefully for the last time)

#### v1.3.4
- `Improved` Updated Javascript dependencies
- `Fixed` Fixed issues with Neo fields not updating correctly when publishing entry drafts
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.3.4';
return '1.3.5';
}

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

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

public function getDeveloper()
Expand Down
4 changes: 2 additions & 2 deletions neo/resources/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion neo/resources/main.js.map

Large diffs are not rendered by default.

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.3.4",
"version": "1.3.5",
"description": "A Matrix-like field type that uses existing fields",
"main": "webpack.config.js",
"scripts": {
Expand Down

0 comments on commit e409270

Please sign in to comment.