This extension can be installed via composer:
composer require scientiamobile/module-magento2-image-cdn-imageengine
The extension can then be enabled like this:
./bin/magento module:enable ScientiaMobile_IO
Follow the guide in the official ImageEngine documentation
Compatible with Magento Open Source and Adobe Commerce.
- Updated PHP version constraint, added PHP 8.3 compatibility
- Compatible with Magento 2.4.7
- Compatible with Magento Commerce (tested with Magento Commerce 2.4.5-p1)
- Readme updates
- Corrected module enable instruction - issue #21
- Add Compatibility section
- Fix ACL resource definition
- Updated PHP version constraint, added PHP 8.2 compatibility
- Compatible with Magento 2.4.6-p1
- Fixed hardcoded media path.
- Added new config text field for dynamic media folder.
- Added validation for address URL.
- Fixed: Update client hint headers issue #13
- Issue solved for
img-src
,script
andstyle
are controlled with a content security policy.
- Readme updates
- Compatible with Magento 2.4.5
- Fixed: Update client hint headers issue #7