Skip to content

Releases: nystudio107/craft-imageoptimize

Version 1.5.6

21 May 16:50
Compare
Choose a tag to compare

Changed

  • Fixed an issue where newly added Image Variant blocks had incorrect ids on the Retina checkboxes
  • Updated build system

Version 1.5.5

22 Apr 17:13
Compare
Choose a tag to compare

Changed

  • Updated Twig namespacing to be compliant with deprecated class aliases in 2.7.x

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