File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ Follow the guide in the [official ImageEngine documentation](https://support.ima
15
15
16
16
# Change Log
17
17
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
+
18
24
### Version : V1.0.22
19
25
- ** Fixed:** Update client hint headers issue [ #13 ] ( https://github.com/WURFL/magento-imageengine-extension/issues/13 )
20
26
- Issue solved for ` img-src ` ,` script ` and ` style ` are controlled with a content security policy.
Original file line number Diff line number Diff line change 4
4
"require" : {
5
5
"php" : " ~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0"
6
6
},
7
- "version" : " 1.0.22 " ,
7
+ "version" : " 1.0.23 " ,
8
8
"license" : " MIT" ,
9
9
"type" : " magento2-module" ,
10
10
"autoload" : {
You can’t perform that action at this time.
0 commit comments