From 50ed1a6026f8146811705fb9456633f42c4e4d8f Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Thu, 4 May 2017 13:52:46 +1000 Subject: [PATCH] version 2.0.4 --- changelog.json | 13 +++++++++++++ feedme/FeedMePlugin.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index 08b5f887..1e22a776 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,18 @@ [ { + "version": "2.0.4", + "downloadUrl": "https://github.com/engram-design/FeedMe/archive/2.0.4.zip", + "date": "2017-05-04T00:00:00+10:00", + "notes": [ + "[Added] Allow Twig shorthand variables to be used in default fields. This allows you to reference other fields or element attributes in the feed.", + "[Added] Add `nesbot/carbon` for proper date parsing. Now properly supports Unix timestamps for date data.", + "[Added] Smart extension/filename checking for remote asset URLs. This smartly grabs the correct URL from the base path, or query string.", + "[Improved] Commerce Variants - pre-fill existing attribute values if they aren’t mapped in the feed.", + "[Improved] Include more default fields for element types.", + "[Fixed] Fixed issue with setting Category status.", + "[Fixed] Fixed data issue in `BaseFeedMeFieldType:postFieldData()`." + ] + }, { "version": "2.0.3", "downloadUrl": "https://github.com/engram-design/FeedMe/archive/2.0.3.zip", "date": "2017-05-01T00:00:00+10:00", diff --git a/feedme/FeedMePlugin.php b/feedme/FeedMePlugin.php index 3688c662..3c950930 100644 --- a/feedme/FeedMePlugin.php +++ b/feedme/FeedMePlugin.php @@ -19,7 +19,7 @@ public function getName() public function getVersion() { - return '2.0.3'; + return '2.0.4'; } public function getSchemaVersion()