Skip to content

Commit

Permalink
version 3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 25, 2019
1 parent 10413e3 commit b0c8b6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b0c8b6b

Please sign in to comment.