Skip to content

Releases: nystudio107/craft-imageoptimize

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

Version 1.4.39

25 Sep 23:04
Compare
Choose a tag to compare

Changed

  • Added a try/catch around ColorThief, to catch errors thrown due to empty/transparent images
  • Fix a regression that could cause Optimized Images to not be generated correctly
  • Modernized package.json and webpack build

Version 1.4.38

20 Aug 16:45
Compare
Choose a tag to compare

Changed

  • Fixed an incompatibility with the Spoon plugin by removing matrix-field class from field type settings
  • Fixed an erroneous 2:2 aspect ratio in the default settings
  • Moved to a modern webpack build config for the AdminCP
  • Added install confetti

Version 1.4.37

09 Aug 19:53
Compare
Choose a tag to compare

Changed

  • Reverted an errant commit that removed a fix for propagating field data in multi-site environments
  • Ensure that .webp variants have fully qualified absolute URLs

Version 1.4.36

06 Aug 20:36
Compare
Choose a tag to compare

Added

  • Added the ability to access each image variant's height

Changed

  • Update to the latest version of the Imgix PHP library

Version 1.4.35

12 Jul 20:27
Compare
Choose a tag to compare

Changed

  • Catch all exceptions that happen during ResaveOptimizedImages() job so that execution can continue

Version 1.4.34

12 Jul 17:56
Compare
Choose a tag to compare

Changed

  • Smarter appending of variant creator suffixes, to handle URLs that have query strings

Version 1.4.33

24 May 22:57
Compare
Choose a tag to compare

Changed

  • Handle JPEGs coming in as both jpg & jpeg for the detected file format
  • Remove vestigal empty() checks

Version 1.4.32

09 May 22:52
Compare
Choose a tag to compare

Added

  • Improved CraftQL support by allowing parameter passing to src and srcUrls