Skip to content

Commit

Permalink
Merge branch 'release/5.0.0' into v5
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Apr 15, 2024
2 parents 86ca0f1 + b33a23a commit 764542f
Show file tree
Hide file tree
Showing 3 changed files with 2,558 additions and 1,384 deletions.
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.0 - 2024.04.15
### Added
* Stable release for Craft CMS 5

## 5.0.0-beta.2 - 2024.04.04
### Added
* Added the ability to pass in a config array to `.imgTag()`, `.pictureTag()` and `.linkPreloadTag()`
Expand Down
12 changes: 6 additions & 6 deletions 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.0-beta.2",
"version": "5.0.0",
"keywords": [
"craft",
"cms",
Expand Down Expand Up @@ -31,18 +31,18 @@
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0",
"nystudio107/craft-plugin-vite": "^5.0.0-beta.1",
"nystudio107/craft-imageoptimize-imgix": "^5.0.0-beta.1",
"nystudio107/craft-imageoptimize-sharp": "^5.0.0-beta.1",
"nystudio107/craft-imageoptimize-thumbor": "^5.0.0-beta.1",
"nystudio107/craft-plugin-vite": "^5.0.0",
"nystudio107/craft-imageoptimize-imgix": "^5.0.0",
"nystudio107/craft-imageoptimize-sharp": "^5.0.0",
"nystudio107/craft-imageoptimize-thumbor": "^5.0.0",
"ksubileau/color-thief-php": "^1.3",
"mikehaertl/php-shellcommand": "~1.2"
},
"require-dev": {
"craftcms/ecs": "dev-main",
"craftcms/phpstan": "dev-main",
"craftcms/rector": "dev-main",
"nystudio107/craft-minify": "^5.0.0-beta.1"
"nystudio107/craft-minify": "^5.0.0"
},
"scripts": {
"phpstan": "phpstan --ansi --memory-limit=1G",
Expand Down
Loading

0 comments on commit 764542f

Please sign in to comment.