Skip to content

Commit 8273f6d

Browse files
authored
Merge pull request #76 from Inxmail/75-updates-to-magento-244-with-php-81
Upgrade for Magento 2.4.4, php 8.1
2 parents e97c6c8 + d6f16ec commit 8273f6d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Thank you!
2222

2323

2424
## 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+
2529
**V1.1.4**
2630
* compatibility check and updates for Magento2 CE v2.4.3-p1
2731

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^7.1",
27+
"php": "^8.1",
2828
"ext-json": "*",
29-
"magento/product-community-edition": "^2.1.8"
29+
"magento/product-community-edition": "^2.4.4"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^6.2",

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1414
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">
1616
</module>
1717
</config>

0 commit comments

Comments
 (0)