Skip to content

Commit

Permalink
version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 1, 2019
1 parent 90bb6de commit 6db22dd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 3.1.1 - 2019-02-01

### Added
- Updates to asset element importing, including "URL or Path" field.
- Added docs guide for asset element importing (finally, right).

### Changed
- Add some more clarity around errors in help requests.
- Update processing events to be cancelable and modify params.
- Upgrades to nesbot/carbon ^2.10.
- Allow `getSelectOptions()` to modify the ‘none’ option.
- Alphabetise help feeds.

### Fixed
- Fix primary elements not showing all levels of options to pick from.
- Fix error occurring when `parseTwig` was set to true.
- When creating elements via fields, ensure they’re created in the same siteId as the owner element.
- Fix asset field matching local assets.
- Fix import issues when values contain data delimiter with whitespace around the delimiter.
- Updates to asset element importing, fixing a few issues.
- Fix asset fields not matching existing assets.

## 3.1.0 - 2019-01-21

### Added
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.0",
"version": "3.1.1",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 6db22dd

Please sign in to comment.