From b02d79040b083548ea2e4578ee78881ee60cf5e9 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Mon, 27 Feb 2017 22:28:46 +1100 Subject: [PATCH] version 1.0.3 --- changelog.json | 12 ++++++++++++ supertable/SuperTablePlugin.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index 64efff4..2ec96a3 100644 --- a/changelog.json +++ b/changelog.json @@ -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", diff --git a/supertable/SuperTablePlugin.php b/supertable/SuperTablePlugin.php index a0ae341..102b111 100755 --- a/supertable/SuperTablePlugin.php +++ b/supertable/SuperTablePlugin.php @@ -14,7 +14,7 @@ public function getName() public function getVersion() { - return '1.0.2'; + return '1.0.3'; } public function getSchemaVersion()