Skip to content

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 28, 2017
1 parent 4eb9605 commit 0d3eb58
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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",
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.0';
return '2.0.1';
}

public function getSchemaVersion()
Expand Down

0 comments on commit 0d3eb58

Please sign in to comment.