From 36e086bf47704fd5455416a7a9d034373ae5ec5f Mon Sep 17 00:00:00 2001 From: Fabrice Creuzot Date: Tue, 6 Jun 2023 20:00:00 +0000 Subject: [PATCH] Version 4.5.1 --- README.md | 2 +- composer.json | 14 ++++++++++---- .../community/Luigifab/Minifier/etc/config.xml | 4 ++-- .../community/Luigifab/Minifier/lib/minify.php | 7 +++---- .../template/luigifab/minifier/header.phtml | 18 ++++++++++++------ 5 files changed, 28 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index a1199a1..0db658a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ For more information, go to https://www.luigifab.fr/openmage/minifier (IPv6 is r This repository is a releases mirror. To install the module, please use the composer key available in the documentation. -- Current version: 4.5.0 (04/04/2023) +- Current version: 4.5.1 (06/06/2023) - Compatibility: OpenMage 19.x / 20.x / 21.x, PHP 7.2 / 7.3 / 7.4 / 8.0 / 8.1 / 8.2 - Client compatibility: Firefox 36+, Chrome 32+, Opera 19+, Edge 16+, Safari 9+ - Translations: English (en), French (fr-FR/fr-CA), German (de), Italian (it), Portuguese (pt-PT/pt-BR), Spanish (es) / Chinese (zh), Czech (cs), Dutch (nl), Greek (el), Hungarian (hu), Japanese (ja), Polish (pl), Romanian (ro), Russian (ru), Slovak (sk), Turkish (tr), Ukrainian (uk) diff --git a/composer.json b/composer.json index e1cf36e..696e6b8 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,10 @@ "type": "other", "url": "https://gandi.link/f/4b904048" }, + { + "type": "other", + "url": "https://fr.tipeee.com/luigifab" + }, { "type": "other", "url": "https://ekwateur.fr/?parrain=EKW001147103" @@ -28,12 +32,14 @@ ], "require": { "php": ">=7.2.0", - "openmage/magento-lts": ">=19.4.0", + "openmage/magento-lts": ">=19.4.0 || main-dev || next-dev", "symfony/polyfill-php80": "*", - "ext-mbstring": "*", - "ext-json": "*", "ext-curl": "*", - "ext-dom": "*" + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-zlib": "*" }, "minimum-stability": "dev", "extra": { diff --git a/src/app/code/community/Luigifab/Minifier/etc/config.xml b/src/app/code/community/Luigifab/Minifier/etc/config.xml index e5413e4..84c0a16 100644 --- a/src/app/code/community/Luigifab/Minifier/etc/config.xml +++ b/src/app/code/community/Luigifab/Minifier/etc/config.xml @@ -1,7 +1,7 @@