Skip to content

Commit

Permalink
Merge pull request #22 from WURFL/IES-82
Browse files Browse the repository at this point in the history
IES-82 Fix instruction for module enable, update compatibility and version
  • Loading branch information
jonarnes authored Nov 29, 2023
2 parents 7a38f61 + 16a77e2 commit e1a8fce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e1a8fce

Please sign in to comment.