Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

44 lines (34 loc) · 1.36 KB

Compress Changelog

5.0.0 - 2024-09-24

Added

  • Support for Craft 5 (Thanks @bymayo)!

Changed

  • Minimum Craft version is now 5.0.0

Fixed

  • Accept (and convert if necessary) Illuminate\Support\Collection and array in craft.compress.zip and Compress::$plugin->compress->getArchiveModelForQuery()

4.0.1 - 2022-06-17

Added

  • Added "Default Volume Subdirectory" settings to control where assets are stored.
  • Added ability to specify output archive name
  • Added setting to delete stale archives during garbage collection.

Changed

  • Archives created in volumes without public URLs will now be proxied through the server to be fulfilled
  • Files are now streamed into archives instead of being copied to temporary files
  • Running "getLazyLink" will now always return a controller URL instead of a direct link to assets. This should help prevent caching issues.

4.0.0 - 2022-06-16

Change

  • Compress now requires Craft 4
  • Compress now requires PHP 8.0.1
  • Hashing mechanism now accounts for dateUpdated and sorts records. All zip files will need to be regenerated.

1.0.3 - 2019-11-22

Fixed

  • Improved compatibility with PHP 7.0.x (again-again)

1.0.2 - 2019-11-21

Fixed

  • Improved compatibility with PHP 7.0.x (again)

1.0.1 - 2019-11-20

Fixed

  • Improved compatibility with PHP 7.0.x

1.0.0 - 2019-11-1

Added

  • Initial release