scientiamobile / module-magento2-image-cdn-imageengine
Image CDN Extension for Magento2 by ImageEngine
Installs: 4 003
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 10
Forks: 1
Open Issues: 1
Type:magento2-module
Requires
- php: ~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0
This package is auto-updated.
Last update: 2023-02-04 12:30:30 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:
magento module:enable scientiamobile/module-magento2-image-cdn-imageengine
Follow the guide in the official ImageEngine documentation
Change Log
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