Skip to content

Commit d41b13f

Browse files
committed
updated readme.md and composer.json
1 parent 3f15e3a commit d41b13f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

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

1616
# Change Log
1717

18+
### Version : V1.0.23
19+
- Fixed hardcoded media path.
20+
- Added new config text field for dynamic media folder.
21+
- Added validation for address URL.
22+
23+
1824
### Version : V1.0.22
1925
- **Fixed:** Update client hint headers issue [#13](https://github.com/WURFL/magento-imageengine-extension/issues/13)
2026
- Issue solved for `img-src`,`script` and `style` are controlled with a content security policy.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"require": {
55
"php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0"
66
},
7-
"version": "1.0.22",
7+
"version": "1.0.23",
88
"license": "MIT",
99
"type": "magento2-module",
1010
"autoload": {

0 commit comments

Comments
 (0)