Skip to content

Commit d0c57b0

Browse files
committed
Add Support for Magento 2.4.6 and PHP 8.2
1 parent 6d4755a commit d0c57b0

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
@@ -26,13 +26,13 @@
2626
}
2727
],
2828
"require": {
29-
"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",
29+
"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",
3030
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
3131
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
3232
"magepal/magento2-core": ">=1.1.11"
3333
},
3434
"type": "magento2-module",
35-
"version": "1.3.1",
35+
"version": "1.3.2",
3636
"autoload": {
3737
"files": [
3838
"registration.php"

etc/adminhtml/system.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<attribute type="expanded">1</attribute>
2121
<comment><![CDATA[
2222
<div class="magepal-info">
23-
Copyright © 2022 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=guest-to-customer&utm_medium=admin" target="_blank">MagePal, LLC</a>
23+
Copyright © 2023 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=guest-to-customer&utm_medium=admin" target="_blank">MagePal, LLC</a>
2424
<a href="https://www.magepal.com/help/docs/guest-to-customer/?utm_source=guest-to-customer&utm_medium=admin#documentation" target="_blank">Documentation</a>
2525
<a href="https://www.magepal.com/help/docs/guest-to-customer/?utm_source=guest-to-customer&utm_medium=admin#support">Support</a>
2626
<a href="https://www.magepal.com/help/docs/guest-to-customer?utm_source=guest-to-customer&utm_medium=admin#current_version" target="_blank">Latest Version</a>

0 commit comments

Comments
 (0)