From 8c9ec3459f3e28caed20d3d4884c58939e3fd076 Mon Sep 17 00:00:00 2001 From: Brandon Kelly Date: Sat, 6 Jul 2019 07:14:06 -0700 Subject: [PATCH] Finish 4.1.1 --- CHANGELOG.md | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc17551a..551e6413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index c6d6c86a..7a1987d1 100644 --- a/composer.json +++ b/composer.json @@ -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",