Skip to content

Commit

Permalink
version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 31, 2016
1 parent 3bd3627 commit f4536f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
[
{
"version": "1.5.2",
"downloadUrl": "https://github.com/engram-design/FieldManager/archive/1.5.2.zip",
"date": "2016-07-31T12:40:00+10:00",
"notes": [
"[Improved] Now checks for installed fieldtypes on import/clone.",
"[Improved] Added auto-handle generation on mapping screen when importing.",
"[Improved] Now uses `fieldType->prepSettings` when cloning fields. Ensures fields are setup correctly when cloning.",
"[Fixed] Fixed issue with Position Select not importing properly",
"[Fixed] Fixed issue with Matrix / Super Table fields moving fields to new cloned fields"
]
},
{
"version": "1.5.1",
"downloadUrl": "https://github.com/engram-design/FieldManager/archive/1.5.1.zip",
Expand Down
2 changes: 1 addition & 1 deletion fieldmanager/FieldManagerPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function getName()

public function getVersion()
{
return '1.5.1';
return '1.5.2';
}

public function getSchemaVersion()
Expand Down

0 comments on commit f4536f4

Please sign in to comment.