From a7fc2963529fb39dd1c0af35b0dd9ad8d950d8e3 Mon Sep 17 00:00:00 2001 From: Jisse Reitsma Date: Mon, 6 May 2024 07:50:31 +0200 Subject: [PATCH 1/4] Switch version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4e669f3..95903ed 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "yireo/magento2-webp2", "license": "OSL-3.0", - "version": "0.13.4", + "version": "0.13.5", "type": "magento2-module", "homepage": "https://www.yireo.com/software/magento-extensions/webp2", "description": "Magento 2 module to add WebP support to the Magento frontend", From 8416f7bb9efbe704a375278d26aac73a7412886d Mon Sep 17 00:00:00 2001 From: Sean van Zuidam Date: Wed, 29 May 2024 14:08:27 +0200 Subject: [PATCH 2/4] IMP: docs for warning message --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 445da3b..bc8f7d8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ - When `` tags are found on the page, the corresponding JPG or PNG is converted into WebP and a corresponding `` tag. - The Fotorama gallery of the Magento core product pages is replaced with WebP images without issues as well. However, the Fotorama effect loads new JPG images again, replacing the original `` tag. This shows that the Fotorama library is not scalable and may be a bad decision to use. We recommend you replace it with the [Notorama](https://github.com/robaimes/module-notorama) module instead. -Hyvä support is built into the latest versions of this module. Please do not use the deprecated compatibility module anymore. +> [!WARNING] +> Hyvä support is built into the latest versions of this module. Please do not use the deprecated compatibility module anymore. ## Instructions for using composer Use composer to install this extension. Not using composer is **not** supported. Next, install the new module plus its dependency `Yireo_NextGenImages` into Magento itself: From cb545c1bbed3a6cc137454195ca62c03bf4d332b Mon Sep 17 00:00:00 2001 From: Sean van Zuidam Date: Wed, 29 May 2024 14:11:01 +0200 Subject: [PATCH 3/4] ADD: hyva supported badge --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc8f7d8..095f2be 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Magento 2 module for WebP - + + + + + + + **This module adds WebP support to Magento 2.** From 8bf3a5eaeeb700b7e2ac0cdfeaf1146e41c5fa5c Mon Sep 17 00:00:00 2001 From: Sean van Zuidam Date: Wed, 29 May 2024 14:11:34 +0200 Subject: [PATCH 4/4] IMP: format of badges --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 095f2be..0cf4a95 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ # Magento 2 module for WebP - - - - - - - + **This module adds WebP support to Magento 2.**