Skip to content

Releases: nystudio107/craft-imageoptimize

Version 1.5.4

23 Feb 03:29
Compare
Choose a tag to compare

Changed

  • Fixed an issue where focal points weren't always respected for Imgix

Version 1.5.3

08 Feb 01:08
Compare
Choose a tag to compare

Changed

  • Fixed an issue where .env vars were not actually parsed

Version 1.5.2

07 Feb 14:11
Compare
Choose a tag to compare

Changed

Version 1.5.1

28 Dec 20:02
Compare
Choose a tag to compare

Changed

  • Refactored the Imgix and Thumbor Image Transforms out to external packages

Version 1.5.0

27 Dec 17:16
Compare
Choose a tag to compare

Changed

  • Refactored out the ImageTransform interface to use Yii2's DI to allow them to be stand-alone components
  • Respond to Assets::EVENT_GET_ASSET_THUMB_URL for direct thumbnail generation from third party image transform services

Version 1.4.44

19 Nov 05:06
Compare
Choose a tag to compare

Changed

  • Default format and quality to null so they can be omitted if you're generating transforms via Twig
  • Fix an issue with Imgix with images that have no focal point set

Version 1.4.43

06 Nov 04:38
Compare
Choose a tag to compare

Changed

  • Fix Thumbor focal point order
  • Fix a regression that broke images in sub-folders for Imgix
  • Retooled the JavaScript build system to be more compatible with edge case server setups

Version 1.4.42

15 Oct 15:50
Compare
Choose a tag to compare

Added

  • Added the ability to have OptimizedImages fields ignore SVG and/or GIF files
  • Added support Thumbor resizing service

Version 1.4.41

12 Oct 03:04
Compare
Choose a tag to compare

Changed

  • Fixed an issue where volumes with sub-folders such as Amazon S3 or Google Cloud didn't generate the correct URLs
  • Fixed the build process so it will no longer look for devServer on installs
  • Added a link to the variant does not exist to aid in diagnosing what is wrong
  • Changed the signature of ::getWebPUrl() to send in all of the transform params

Version 1.4.40

05 Oct 16:00
Compare
Choose a tag to compare

Added

  • Add Super Table conditional for field

Changed

  • Updated build process