Skip to content

Commit f41d664

Browse files
committed
Add Support for PHP 8.2
1 parent 219be7d commit f41d664

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
@@ -32,7 +32,7 @@
3232
}
3333
],
3434
"require": {
35-
"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",
35+
"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",
3636
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
3737
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
3838
"magepal/magento2-core": ">=1.1.11"
@@ -41,7 +41,7 @@
4141
"magepal/magento2-checkout-success-misc-script":"Add miscellaneous HTML and scripts to your checkout success page"
4242
},
4343
"type": "magento2-module",
44-
"version": "1.1.1",
44+
"version": "1.1.2",
4545
"autoload": {
4646
"files": [
4747
"registration.php"

etc/adminhtml/system.xml

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

0 commit comments

Comments
 (0)