Skip to content

Releases: doefom/statamic-export

v0.4.1

20 Dec 20:01
4ebfb53
Compare
Choose a tag to compare

What's Changed

  • Allow exporting Bard fields by @daun in #7

New Contributors

  • @daun made their first contribution in #7

Full Changelog: v0.4.0...v0.4.1

Add support for Statamic v5

18 May 07:08
Compare
Choose a tag to compare

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

02 Mar 08:02
Compare
Choose a tag to compare

Add "php": ">=8.1" and "statamic/cms": "^v4.0.0" as dependencies.

Add vite build

28 Feb 21:16
Compare
Choose a tag to compare

Add the built resources to the repo.

Updating README

28 Feb 21:11
Compare
Choose a tag to compare
  • Fix typos in README.md

Exclude fields when exporting entries and collections

28 Feb 21:04
Compare
Choose a tag to compare

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

25 Feb 20:58
c257c33
Compare
Choose a tag to compare
Merge pull request #1 from doefom/development

Add doc comment to collection method in EntriesExport.php

Add LICENSE

25 Feb 11:07
2c1fcc7
Compare
Choose a tag to compare
Add LICENSE Pre-release
Pre-release
v0.1.1

Create LICENSE

v0.1.0

25 Feb 10:24
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First working version. Still some testing has to be done. But basically usable.