From 5451ad4e10f8609083ff4de469208be4ca3e54a7 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sat, 20 May 2017 15:23:14 +1000 Subject: [PATCH] version 2.0.6 --- changelog.json | 14 ++++++++++++++ feedme/FeedMePlugin.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index 672a3ddd..5e82593c 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,19 @@ [ { + "version": "2.0.6", + "downloadUrl": "https://github.com/engram-design/FeedMe/archive/2.0.6.zip", + "date": "2017-05-20T00:00:00+10:00", + "notes": [ + "[Added] Allow option-select fields (Dropdown, Checkboxes, etc) to specify whether data is provided as its value or label", + "[Improved] Prevent against specifying incorrect handles for fields or attributes for default field values (using twig)", + "[Improved] Check categories (and other fields) have correct settings before fetching custom fields", + "[Improved] Ensure required fields get their data populated when targeting a specific locale. Otherwise, will cause the feed to fail due to validation.", + "[Fixed] Users - fixed replacing current user group assignments", + "[Fixed] Minor fix for complex/uneven Matrix fields", + "[Fixed] Fix to check for existing parsed data and merge, rather than overwrite", + "[Fixed] Fix Product/Variant imports not working correctly" + ] + }, { "version": "2.0.5", "downloadUrl": "https://github.com/engram-design/FeedMe/archive/2.0.5.zip", "date": "2017-05-13T00:00:00+10:00", diff --git a/feedme/FeedMePlugin.php b/feedme/FeedMePlugin.php index 77ddf43d..b2cce70c 100644 --- a/feedme/FeedMePlugin.php +++ b/feedme/FeedMePlugin.php @@ -19,7 +19,7 @@ public function getName() public function getVersion() { - return '2.0.5'; + return '2.0.6'; } public function getSchemaVersion()