diff --git a/README.md b/README.md index 0f7f689..c995279 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,23 @@ composer require scientiamobile/module-magento2-image-cdn-imageengine The extension can then be enabled like this: ``` -magento module:enable scientiamobile/module-magento2-image-cdn-imageengine +./bin/magento module:enable ScientiaMobile_IO ``` Follow the guide in the [official ImageEngine documentation](https://support.imageengine.io/hc/en-us/articles/360059128332#h_01F6F5J0AFMN3KBX71A9G8TY9C) +## Compatibility + +Compatible with Magento Open Source and Adobe Commerce. + # Change Log +### Version : V1.0.26 +- Compatible with **Magento Commerce** (tested with Magento Commerce 2.4.5-p1) +- Readme updates + - Corrected module enable instruction - issue [#21](https://github.com/WURFL/magento-imageengine-extension/issues/21) + - Add Compatibility section + ### Version : V1.0.25 - Fix ACL resource definition diff --git a/composer.json b/composer.json index 71c31e5..6aef82c 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "require": { "php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0" }, - "version": "1.0.25", + "version": "1.0.26", "license": "MIT", "type": "magento2-module", "autoload": {