Skip to content

Commit

Permalink
Version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 13, 2017
1 parent bbd9dc5 commit 49b2421
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
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.5",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/2.0.5.zip",
"date": "2017-05-13T00:00:00+10:00",
"notes": [
"[Added] Added `checkExistingFieldData` for all fields to first check an existing element (if any) has content matching exactly what is to be imported. It will be skipped if it matches. Controlled by config setting, and off by default.",
"[Improved] Provide better checking for set DateTime object for all date fields.",
"[Improved] Better support for null data in feed.",
"[Improved] Refactoring feed data parsing (for the last time!) for more reliable results with inconsistent feeds/nodes/data. Much better handling of order of data, nested content, and repeatable nodes.",
"[Fixed] Fix asset inner-element fields when remote-uploading.",
"[Fixed] Fix asset `postFieldData` fetching incorrect field data.",
"[Fixed] Fix asset filename guessing to handle more robust filenames.",
"[Fixed] Remove unnecessary log when testing for timestamp."
]
}, {
"version": "2.0.4",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/2.0.4.zip",
"date": "2017-05-04T00:00:00+10:00",
Expand Down
4 changes: 2 additions & 2 deletions feedme/FeedMePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ public function getName()

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

public function getSchemaVersion()
{
return '2.0.2';
return '2.0.5';
}

public function getDeveloper()
Expand Down

0 comments on commit 49b2421

Please sign in to comment.