Skip to content

Releases: aerni/statamic-zipper

v1.5.0

25 May 11:34
462452c
Compare
Choose a tag to compare

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

14 Mar 20:51
Compare
Choose a tag to compare

What's fixed

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

v1.4.1

12 Mar 01:22
Compare
Choose a tag to compare

What's fixed

  • Fix issue with asset fields configured with max_files: 1

v1.4.0

11 Mar 01:51
Compare
Choose a tag to compare

What's new

  • Added support for Statamic 3.3

v1.3.0

01 Nov 10:50
Compare
Choose a tag to compare

What's new

  • Added support for PHP 8
  • Better Statamic version constraints
  • Update stechstudio/laravel-zipstream dependency

What's fixed

  • Fixes issue #1

v1.2.0

29 Oct 12:56
Compare
Choose a tag to compare
  • [new] Use an action route instead of a web route to handle zip creation. This makes much more sense.

v1.1.0

20 Oct 12:14
Compare
Choose a tag to compare
  • [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

16 Oct 15:28
Compare
Choose a tag to compare

🎉 Initial release! All things are new and shiny!