Skip to content

Releases: venveo/craft-compress

Craft 5

24 Sep 20:33
b301e85
Compare
Choose a tag to compare

What's Changed

  • feat: accept (and convert if necessary) Collections and arrays by @qrazi in #27
  • Added Craft 5 compatibility by @bymayo in #30

New Contributors

Full Changelog: 4.0.1...5.0.0

4.0.1

17 Jun 23:24
456b9bb
Compare
Choose a tag to compare

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

16 Jun 16:45
6161c6d
Compare
Choose a tag to compare

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.

Additional php 7 compatibility improvements

22 Nov 15:35
Compare
Choose a tag to compare

Closes #15

Also prevents potential issues in other places.

1.0.2 "Andrea"

21 Nov 17:06
Compare
Choose a tag to compare
v1.0.2

Fix one more php 7.0.0 issue

Improve php 7.0.0 compatibility

21 Nov 02:52
Compare
Choose a tag to compare

Initial Release

02 Nov 01:07
Compare
Choose a tag to compare
v1.0.0

Clean up utility template a little

Beta 1

30 Aug 14:30
Compare
Choose a tag to compare
Beta 1 Pre-release
Pre-release

Let's make this official