From 0d3eb5810b2bfa4f175fbbddf6499eec207fdad9 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Tue, 28 Feb 2017 23:45:33 +1100 Subject: [PATCH] version 2.0.1 --- changelog.json | 11 +++++++++++ feedme/FeedMePlugin.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index 87c611cf..e9f5a7c3 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,16 @@ [ { + "version": "2.0.1", + "downloadUrl": "https://github.com/engram-design/FeedMe/archive/2.0.1.zip", + "date": "2017-03-01T00:00:00+10:00", + "notes": [ + "[Fixed] Products - Fix existing element-matching on core attributes (matching against title, etc)", + "[Fixed] Products - Ensure content is set correctly for multi-locales", + "[Fixed] Users - Fix profile fields not importing when multi-locales were setup.", + "[Fixed] Fix data-parsing when using via templates. Particular if an error occurs, an error would be thrown, preventing logging of the error.", + "[Fixed] Ensure `unregisterLicenseKey` and `transferLicenseKey` properly decode server response." + ] + }, { "version": "2.0.0", "downloadUrl": "https://github.com/engram-design/FeedMe/archive/2.0.0.zip", "date": "2017-02-25T00:00:00+10:00", diff --git a/feedme/FeedMePlugin.php b/feedme/FeedMePlugin.php index 961bdb45..c8db9299 100644 --- a/feedme/FeedMePlugin.php +++ b/feedme/FeedMePlugin.php @@ -19,7 +19,7 @@ public function getName() public function getVersion() { - return '2.0.0'; + return '2.0.1'; } public function getSchemaVersion()