diff --git a/CHANGELOG.md b/CHANGELOG.md index d410ba23..a4b6eb1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.1.10 - 2019-02-26 + +### Fixed +- Allow comments owner to match on custom fields. +- Fix compatibility with latest Comments release, add missing commentDate. +- Comments - Remove unneeded custom save function thanks to `Element::SCENARIO_ESSENTIALS` disabling validation. +- Remove `Db::escapeParam()` when directly querying (not required and causing matching issues). + ## 3.1.9 - 2019-02-22 ### Fixed diff --git a/composer.json b/composer.json index f6286289..b343931b 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.9", + "version": "3.1.10", "keywords": [ "craft", "cms",