Skip to content

Commit

Permalink
version 2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Oct 24, 2018
1 parent 7360f87 commit c781300
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,4 +1,18 @@
[
{
"version": "2.0.14",
"downloadUrl": "https://github.com/verbb/feed-me/archive/2.0.14.zip",
"date": "2018-10-24T00:00:00+10:00",
"notes": [
"[Fixed] Assets - when uploading, make sure to finishing preparing the model.",
"[Fixed] Fix asset imports not finding existing elements properly.",
"[Fixed] Add `postForFeedMeFieldType` hook back.",
"[Fixed] Update resource references to lowercase.",
"[Fixed] Use Craft timezone on postDate/expiryDate fields.",
"[Fixed] Clarify primary elements.",
"[Fixed] Check that $enabledTabs is array before iteration."
]
},
{
"version": "2.0.13",
"downloadUrl": "https://github.com/verbb/feed-me/archive/2.0.13.zip",
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.13';
return '2.0.14';
}

public function getSchemaVersion()
Expand Down

0 comments on commit c781300

Please sign in to comment.