Skip to content

Commit 9552d0c

Browse files
committed
PHP8.2 compatibility updated composer.json, Magento 2.4.6-p1 compatibility and version bumped in README.md
1 parent d25f0ab commit 9552d0c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Follow the guide in the [official ImageEngine documentation](https://support.ima
1515

1616
# Change Log
1717

18+
### Version : V1.0.24
19+
- Updated PHP version constraint, added PHP 8.2 compatibility
20+
- Compatible with **Magento 2.4.6-p1**
21+
1822
### Version : V1.0.23
1923
- Fixed hardcoded media path.
2024
- Added new config text field for dynamic media folder.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "scientiamobile/module-magento2-image-cdn-imageengine",
33
"description": "Image CDN Extension for Magento2 by ImageEngine",
44
"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"
66
},
7-
"version": "1.0.23",
7+
"version": "1.0.24",
88
"license": "MIT",
99
"type": "magento2-module",
1010
"autoload": {

0 commit comments

Comments
 (0)