Skip to content

Commit

Permalink
version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Sep 4, 2016
1 parent 6b6ad2b commit 12962a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "1.5.3",
"downloadUrl": "https://github.com/engram-design/FieldManager/archive/1.5.3.zip",
"date": "2016-09-05T10:40:00+10:00",
"notes": [
"[Added] Added import support for Smart Map, which needs a special-case."
]
},
{
"version": "1.5.2",
"downloadUrl": "https://github.com/engram-design/FieldManager/archive/1.5.2.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.2';
return '1.5.3';
}

public function getSchemaVersion()
Expand Down

0 comments on commit 12962a2

Please sign in to comment.