diff --git a/CHANGELOG.md b/CHANGELOG.md index f03025aa..f31d3b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 3.0.0-beta.10 - 2018-05-04 + +### Added + +- Support aliases in feed URL +- Support date as unique identifier + +### Fixed + +- Fix relative paths not working +- Fix matching existing elements with special characters +- Improve handling of remote asset handling when `HEAD` requests fail +- Fix help widget +- Improve date-helper to handle ‘0’ +- Table - ensure dates are parsed + ## 3.0.0-beta.9 - 2018-04-28 ### Fixed diff --git a/composer.json b/composer.json index d509815d..2cec2b63 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.0.0-beta.9", + "version": "3.0.0-beta.10", "keywords": [ "craft", "cms",