From 9552d0c18f2dc99c824a55de5162c478957dbf6a Mon Sep 17 00:00:00 2001 From: Mihai Matei Date: Wed, 9 Aug 2023 14:01:29 +0300 Subject: [PATCH] PHP8.2 compatibility updated composer.json, Magento 2.4.6-p1 compatibility and version bumped in README.md --- README.md | 4 ++++ composer.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c383da..a84047a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Follow the guide in the [official ImageEngine documentation](https://support.ima # Change Log +### Version : V1.0.24 +- Updated PHP version constraint, added PHP 8.2 compatibility +- Compatible with **Magento 2.4.6-p1** + ### Version : V1.0.23 - Fixed hardcoded media path. - Added new config text field for dynamic media folder. diff --git a/composer.json b/composer.json index 79fad07..f2b91ef 100755 --- a/composer.json +++ b/composer.json @@ -2,9 +2,9 @@ "name": "scientiamobile/module-magento2-image-cdn-imageengine", "description": "Image CDN Extension for Magento2 by ImageEngine", "require": { - "php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0" + "php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0" }, - "version": "1.0.23", + "version": "1.0.24", "license": "MIT", "type": "magento2-module", "autoload": {