CHANGELOG.MD
# Element Exporter Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## 4.2.0 - Unreleased
### Added
- 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
## 4.1.1 - 2024-06-01
### Fixed
- Removed debugging dump that caused a crash when creating a new export ([#14](https://github.com/studioespresso/craft-exporter/issues/14))
## 4.1.0 - 2024-04-23
### Added
- Added an option to specify the filename as which the export will be generated ([#6](https://github.com/studioespresso/craft-exporter/issues/6))
- Added support for Formie's Name field ([#13](https://github.com/studioespresso/craft-exporter/issues/13))
- Exports can now be created for empty sections ([#12](https://github.com/studioespresso/craft-exporter/issues/12))
### Fixed
- Fixed an error that would occur when editing exports for element that had new fields ([#11](https://github.com/studioespresso/craft-exporter/issues/11))
## 4.0.0 - 2024-03-12
- Inital release 🚀