Skip to content

Commit 008aa33

Browse files
committed
Move Hyva dependency to separate package yireo/magento2-webp2-for-hyva
1 parent d3d3701 commit 008aa33

File tree

4 files changed

+5
-39
lines changed

4 files changed

+5
-39
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Fixed
1010
- Remove non-existing `description` in exception handling
11+
- Move Hyva dependency to separate package `yireo/magento2-webp2-for-hyva`
1112

1213
## [0.13.0]
1314
### Added

Observer/AddUrlWebpToGraphqlQuery.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yireo/magento2-webp2",
33
"license": "OSL-3.0",
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"type": "magento2-module",
66
"homepage": "https://www.yireo.com/software/magento-extensions/webp2",
77
"description": "Magento 2 module to add WebP support to the Magento frontend",
@@ -38,6 +38,9 @@
3838
"bitexpert/phpstan-magento": "^0.3.0",
3939
"yireo/magento2-integration-test-helper": "^0.0.8"
4040
},
41+
"suggest": {
42+
"yireo/magento2-webp2-for-hyva": "Additional fixes with Yireo Webp2 for Hyva"
43+
},
4144
"autoload": {
4245
"psr-4": {
4346
"Yireo\\Webp2\\": ""

etc/frontend/events.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)