Skip to content

Commit

Permalink
version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 27, 2017
1 parent e72fd7e commit b02d790
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.0.3",
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/1.0.3.zip",
"date": "2017-02-27T23:00:00+10:00",
"notes": [
"[Added] [Feed Me](http://sgroup.com.au/plugins/feedme) 2.0 support.",
"[Improved] Support for Craft 2.6.2951.",
"[Fixed] Fix Row Layout and limit rows issue. Wait for removal contract function to fire before updating the `canAddMoreRows()` function. Otherwise, button stays disabled when blocks can still be added.",
"[Fixed] Fix for selected fieldtype JS not firing on select in settings.",
"[Fixed] Fix lack of translation for field titles and instructions."
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/1.0.2.zip",
Expand Down
2 changes: 1 addition & 1 deletion supertable/SuperTablePlugin.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.0.2';
return '1.0.3';
}

public function getSchemaVersion()
Expand Down

0 comments on commit b02d790

Please sign in to comment.