Michael Aerni

Zipper Release Notes

Michael Aerni

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.1.0

April 10th, 2023

What's new

  • Added support for Statamic 3.4 #13

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.1

December 9th, 2022

What's improved

  • Abort with 403 instead of 401 when link has expired

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.1

June 8th, 2022

What's improved

  • Prevent saving zip files that will never be used

1.6.0

June 7th, 2022

What's new

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.1

May 26th, 2022

What's fixed

  • Fixed show-stopping bug

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.4.2

March 14th, 2022

What's fixed

  • Restore compatibility with Statamic versions lower than v3.3.*

1.4.1

March 11th, 2022

What's fixed

  • Fix issue with asset fields configured with max_files: 1

1.4.0

March 10th, 2022

What's new

  • Added support for Statamic 3.3

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

1.0.0

October 16th, 2020

  • N/A Changelog not available.