Skip to content

Commit

Permalink
Merge tag '4.1.1' into develop
Browse files Browse the repository at this point in the history
4.1.1
  • Loading branch information
brandonkelly committed Jul 6, 2019
2 parents ad5772f + af0d4eb commit 84391d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

## Unreleased
## 4.1.1 - 2019-07-06

### Changed
- It’s now possible for `onAfterParseField` event handlers to modify parsed field values by overriding the `$parsedValue` property on the event. ([#516](https://github.com/craftcms/feed-me/issues/516))

### Fixed
- Fixed an issue that could happen when trying to import tags.
- Fixed a missing PHP class import. ([#563](https://github.com/craftcms/feed-me/issues/563))

## 4.1.0 - 2019-04-24

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": "craftcms/feed-me",
"description": "Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.",
"type": "craft-plugin",
"version": "4.1.0",
"version": "4.1.1",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 84391d2

Please sign in to comment.