From c88fe129ffa1fdc37618ea33c71445958c76c626 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 6 Feb 2019 19:08:24 +1100 Subject: [PATCH] version 3.1.3 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a5d8411..b198391a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 3.1.3 - 2019-02-06 + +### Fixed +- Fixed `EVENT_BEFORE_PROCESS_FEED` change from 3.1.2 causing issues in feed processing. + ## 3.1.2 - 2019-02-02 ### Changed diff --git a/composer.json b/composer.json index 43336c21..8c5d44b8 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.1.2", + "version": "3.1.3", "keywords": [ "craft", "cms",