From a5635b1972087d6c92169946a7ed9ec883907691 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 16 Nov 2022 19:03:37 -0500 Subject: [PATCH] chore: Version 4.0.3 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a0ec4cf..714848d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Fixed an issue which caused the Imgix `auto` to no longer work for auto format ([#357](https://github.com/nystudio107/craft-imageoptimize/issues/357)) * Fixed a JavaScript console error in field settings due to Garnish shuffling around how things work for menus * Fixed an issue where `srcsetWidth()` wouldn't return the proper variant, due to strict comparison operator ([#327](https://github.com/nystudio107/craft-imageoptimize/issues/327)) +* Fixed an issue where using a transform method other than Craft along with `asset.getUrl()` in your templates could throw an exception ([#363](https://github.com/nystudio107/craft-imageoptimize/issues/363)) ## 4.0.2 - 2022.07.17 ### Changed