diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb22878..d410ba23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.1.9 - 2019-02-22 + +### Fixed +- Add support for league/csv:^9.0, where some combinations of plugins loaded this version instead of 8.0. Caused some CSVs to show as empty. +- Ensure entries created through their fields respect their default status. +- Fix entries section not being selected properly in mapping. +- Ease up on comparing content - doesn’t need to match exact type. + ## 3.1.8 - 2019-02-17 ### Fixed diff --git a/composer.json b/composer.json index 5567f7b8..f6286289 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/feed-me", "description": "Import content from XML, RSS, CSV or JSON feeds into Entries, Categories, Craft Commerce Products (and variants), and more.", "type": "craft-plugin", - "version": "3.1.8", + "version": "3.1.9", "keywords": [ "craft", "cms",