Skip to content

Commit

Permalink
chore: Version 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 13, 2025
1 parent 2f14475 commit a8c8e9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ImageOptimize Changelog

## 5.0.7 - 2025.02.13
### Fixed
* Fixed an issue where an exception could be thrown using the default "shortcut" syntax due to a regression ([#422](https://github.com/nystudio107/craft-imageoptimize/issues/422))

## 5.0.6 - 2025.02.12
### Added
* Added the `.placeholder('none')` parameter to allow specifying that no placeholder background image CSS should be used for lazy loaded images (useful for transparent PNGs) ([#410](https://github.com/nystudio107/craft-imageoptimize/issues/410))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-imageoptimize",
"description": "Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like imgix, with zero template changes.",
"type": "craft-plugin",
"version": "5.0.6",
"version": "5.0.7",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit a8c8e9e

Please sign in to comment.