Skip to content

Commit

Permalink
3.0.0.beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Apr 9, 2018
1 parent 7992a89 commit 9e18db1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 3.0.0.beta-3 - 2018-04-10

### Fixed

- Fix database column type for backup option causing issues
- Update league/csv dependancy
- Prevent element fields matching all existing elements when not provided a value
- Fix compatibility with Craft Client/Solo
- Check before trying to split pipe characters in values
- Fix backup option being switched off

## 3.0.0.beta-2 - 2018-04-04

### Fixed

- Fix leftover `fieldElementMapping` references


## 3.0.0.beta-1 - 2018-04-03

> {warning} Feed Me 3.0.0 is a major release with significant, breaking changes. Be sure to back up your existing Feed Me 2.x.x settings. In most cases, you'll be required to re-map fields to your feed data, as this has been heavily changed and improved.
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-beta.2",
"version": "3.0.0-beta.3",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 9e18db1

Please sign in to comment.