Skip to content

Commit

Permalink
version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 4, 2017
1 parent 484a0d6 commit 50ed1a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion feedme/FeedMePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function getName()

public function getVersion()
{
return '2.0.3';
return '2.0.4';
}

public function getSchemaVersion()
Expand Down

0 comments on commit 50ed1a6

Please sign in to comment.