scientiamobile / module-magento2-image-cdn-imageengine
Image CDN Extension for Magento2 by ImageEngine
Installs: 6 342
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 10
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0|~8.3.0
- dev-master
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- dev-IES-95
- dev-IES-82
- dev-bugfix/IES-53
- dev-feature/issue-16
- dev-feature/media-path
- dev-dev-evrig
- dev-git-issue-13
- dev-feature/issue-7
- dev-upgrade-2022
- dev-13092022-upgrade
- dev-new_headers
- dev-2019_edition
This package is auto-updated.
Last update: 2024-10-24 23:04:56 UTC
README
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
Compatibility
Compatible with Magento Open Source and Adobe Commerce.
Change Log
Version : V1.0.27
- Updated PHP version constraint, added PHP 8.3 compatibility
- Compatible with Magento 2.4.7
Version : V1.0.26
- Compatible with Magento Commerce (tested with Magento Commerce 2.4.5-p1)
- Readme updates
- Corrected module enable instruction - issue #21
- Add Compatibility section
Version : V1.0.25
- Fix ACL resource definition
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.
- Added validation for address URL.
Version : V1.0.22
- Fixed: Update client hint headers issue #13
- Issue solved for
img-src
,script
andstyle
are controlled with a content security policy.
Version : V1.0.21
- Readme updates
- Compatible with Magento 2.4.5
- Fixed: Update client hint headers issue #7