Skip to content

Commit

Permalink
version 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 20, 2017
1 parent 87e8c53 commit 5451ad4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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",
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.5';
return '2.0.6';
}

public function getSchemaVersion()
Expand Down

0 comments on commit 5451ad4

Please sign in to comment.