Releases: doefom/statamic-export
Releases · doefom/statamic-export
v0.4.1
Add support for Statamic v5
What's new
- Add support for Statamic v5
What's fixed
Thanks to @jonatanalvarsson for PRing this:
- Properly handling special field
slug
- Properly handling dated collections
Update composer.json dependencies
Add "php": ">=8.1"
and "statamic/cms": "^v4.0.0"
as dependencies.
Add vite build
Add the built resources to the repo.
Updating README
- Fix typos in README.md
Exclude fields when exporting entries and collections
Whats new
- Exclude fields when exporting entries
- Exclude fields when exporting collections
- Add loading state to export button and disable export button while loading
First functional version
Merge pull request #1 from doefom/development Add doc comment to collection method in EntriesExport.php
Add LICENSE
v0.1.1 Create LICENSE