Skip to content

Commit

Permalink
Move Hyva dependency to separate package yireo/magento2-webp2-for-hyva
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Sep 6, 2023
1 parent d3d3701 commit 008aa33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 39 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [0.13.0]
### Added
Expand Down
32 changes: 0 additions & 32 deletions Observer/AddUrlWebpToGraphqlQuery.php

This file was deleted.

5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yireo/magento2-webp2",
"license": "OSL-3.0",
"version": "0.13.0",
"version": "0.13.1",
"type": "magento2-module",
"homepage": "https://www.yireo.com/software/magento-extensions/webp2",
"description": "Magento 2 module to add WebP support to the Magento frontend",
Expand Down Expand Up @@ -38,6 +38,9 @@
"bitexpert/phpstan-magento": "^0.3.0",
"yireo/magento2-integration-test-helper": "^0.0.8"
},
"suggest": {
"yireo/magento2-webp2-for-hyva": "Additional fixes with Yireo Webp2 for Hyva"
},
"autoload": {
"psr-4": {
"Yireo\\Webp2\\": ""
Expand Down
6 changes: 0 additions & 6 deletions etc/frontend/events.xml

This file was deleted.

0 comments on commit 008aa33

Please sign in to comment.