Skip to content

Commit 7bf8ce3

Browse files
committed
Add Support for Magento 2.4.6 and PHP 8.2
1 parent 567f58b commit 7bf8ce3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
}
2626
],
2727
"require": {
28-
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0",
28+
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0",
2929
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
3030
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
3131
"magepal/magento2-core": ">=1.1.10"
3232
},
3333
"type": "magento2-module",
34-
"version": "1.1.1",
34+
"version": "1.1.2",
3535
"autoload": {
3636
"files": [
3737
"registration.php"

etc/adminhtml/system.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<label>About Form Field Manager</label>
2020
<comment>
2121
<![CDATA[
22-
<strong>Copyright © 2022 <a href="http://www.magepal.com" target="_blank">www.magepal.com</a> / <a href="mailto:[email protected]">[email protected]</a></strong><br />
22+
<strong>Copyright © 2023 <a href="http://www.magepal.com" target="_blank">www.magepal.com</a> / <a href="mailto:[email protected]">[email protected]</a></strong><br />
2323
Discover other must have extensions at <a href="http://www.magepal.com" target="_blank">www.magepal.com</a>. Thanks for choosing MagePal Extensions.<br/><br/>
2424
<hr class="magepal-hr" />
2525
]]>

0 commit comments

Comments
 (0)