2.4.0
August 13th, 2024
2.3.0
May 12th, 2023
What's new
- Added support for Statamic 4
- Added support for Laravel 10
- Dropped support for Statamic 3
2.2.0
April 11th, 2023
What's fixed
- Fix browser error
err_connection_closed
by storing encrypted Zip instances to file instead of passing them as query parameter https://github.com/aerni/statamic-zipper/pull/14
What's new
- Added scheduled command to daily delete old reference files. Make sure your Scheduler is running. https://github.com/aerni/statamic-zipper/pull/15
2.0.0
December 11th, 2022
What's changed
- Complete refactor of the codebase, laying a solid foundation for future enhancements.
What's breaking
- The addon's API has changed. If you are programmatically creating your zip files, make sure to read the docs on how to use it now. It should be fairly straightforward.
1.7.0
December 8th, 2022
What's new
- Added the option to expire links #10
What's improved
- Improved security by signing routes
- Added filename parameter to the cipher
1.6.0
June 7th, 2022
What's new
- Added support for private containers
What's improved
- Better security by encrypting the file paths in the URL
- Proper support for S3 filesystem disks
What's changed
- Requires Laravel 9
1.5.0
May 25th, 2022
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+
1.3.0
November 1st, 2021
What's new
- Added support for PHP 8
- Better Statamic version constraints
- Update
stechstudio/laravel-zipstream
dependency
What's fixed
- Fixes issue #1
1.2.0
October 29th, 2020
- New Use an action route instead of a web route to handle zip creation. This makes much more sense.
1.1.0
October 20th, 2020
- 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