File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ Follow the guide in the [official ImageEngine documentation](https://support.ima
15
15
16
16
# Change Log
17
17
18
+ ### Version : V1.0.24
19
+ - Updated PHP version constraint, added PHP 8.2 compatibility
20
+ - Compatible with ** Magento 2.4.6-p1**
21
+
18
22
### Version : V1.0.23
19
23
- Fixed hardcoded media path.
20
24
- Added new config text field for dynamic media folder.
Original file line number Diff line number Diff line change 2
2
"name" : " scientiamobile/module-magento2-image-cdn-imageengine" ,
3
3
"description" : " Image CDN Extension for Magento2 by ImageEngine" ,
4
4
"require" : {
5
- "php" : " ~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0"
5
+ "php" : " ~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0 "
6
6
},
7
- "version" : " 1.0.23 " ,
7
+ "version" : " 1.0.24 " ,
8
8
"license" : " MIT" ,
9
9
"type" : " magento2-module" ,
10
10
"autoload" : {
You can’t perform that action at this time.
0 commit comments