File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ Thank you!
22
22
23
23
24
24
## Version History
25
+ ** V1.2.0**
26
+ * Compatibility check and updates for Magento2 CE v2.4.4
27
+ * Compatibility check for PHP Version 8.1
28
+
25
29
** V1.1.4**
26
30
* compatibility check and updates for Magento2 CE v2.4.3-p1
27
31
Original file line number Diff line number Diff line change 24
24
}
25
25
],
26
26
"require" : {
27
- "php" : " ^7 .1" ,
27
+ "php" : " ^8 .1" ,
28
28
"ext-json" : " *" ,
29
- "magento/product-community-edition" : " ^2.1.8 "
29
+ "magento/product-community-edition" : " ^2.4.4 "
30
30
},
31
31
"require-dev" : {
32
32
"phpunit/phpunit" : " ^6.2" ,
Original file line number Diff line number Diff line change 12
12
13
13
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
14
14
xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
15
- <module name =" Flagbit_Inxmail" setup_version =" 1.1.4 " >
15
+ <module name =" Flagbit_Inxmail" setup_version =" 1.2.0 " >
16
16
</module >
17
17
</config >
You can’t perform that action at this time.
0 commit comments