Skip to content

Commit

Permalink
version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Dec 6, 2018
1 parent 8bd2613 commit 2519ef7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 3.0.1 - 2018-12-06

### Changed
- All element titles will be truncated automatically if over 255 characters.

### Fixed
- Fix SQL error when setting a default author.
- Fix `matchExistingElement` not supporting false-y values.
- Fix Matrix/Super Table support for nested (complex) fields.
- Fix SQL error ocurring when mapping a parent entry.
- Fix Assets (and other) elements not having their modified data saved properly in some instances.

## 3.0.0 - 2018-11-28

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

0 comments on commit 2519ef7

Please sign in to comment.