studioespresso/craft-exporter

View on GitHub
CHANGELOG.MD

Summary

Maintainability
Test Coverage
# 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.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 🚀