Releases: aerni/statamic-zipper
Releases · aerni/statamic-zipper
v1.5.0
What's new
- Complete refactor of the codebase
- Introducing a new API letting you zip an array of files without the need of the Antlers tag
What's changed
- Requires PHP 8
- Requires Statamic 3.3.12+
v1.4.2
What's fixed
- Restore compatibility with Statamic versions lower than
v3.3.*
v1.4.1
What's fixed
- Fix issue with asset fields configured with
max_files: 1
v1.4.0
What's new
- Added support for Statamic 3.3
v1.3.0
What's new
- Added support for PHP 8
- Better Statamic version constraints
- Update
stechstudio/laravel-zipstream
dependency
What's fixed
v1.2.0
- [new] Use an action route instead of a web route to handle zip creation. This makes much more sense.
v1.1.0
- [new] Complete refactor of the underlying code
- [new] Zips are now streamed while still being created. No need to save the zips to disk first.
- [new] You can still choose to save the zips to disk in the config
v1.0.0
🎉 Initial release! All things are new and shiny!