diff --git a/CHANGELOG.MD b/CHANGELOG.MD index a5bb2dd..84ac6a6 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Added support for exporting Users by user group - Added a field to customize the email subject per export +## 4.1.3 - 2024-08-19 [CRITICAL] +### Fixed +- Fixed an bug where exports would be deteled when the system ran Garbage Collection. You'll have to update to this version and recreate your exports. + ## 4.1.2 - 2024-06-10 ### Fixed - Don't show "unsupported field" warning for Formie's "Heading" field diff --git a/composer.json b/composer.json index 6fa620a..620a2e1 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Export all things", "type": "craft-plugin", "license": "proprietary", - "version": "4.1.2", + "version": "4.1.3", "authors": [ { "name": "Studio Espresso",