Skip to content

Commit 9977875

Browse files
committed
Add support for PHP 8.3
1 parent 6e95ebd commit 9977875

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"how to setup email magento2"
1717
],
1818
"require": {
19-
"php": "~7.4.0||~8.1.0||~8.2.0",
19+
"php": "~7.4.0|~8.1.0|~8.2.0|~8.3.0",
2020
"magento/module-backend": "102.0.*",
2121
"magento/framework": "103.0.*",
2222
"magepal/magento2-core":">1.1.0"
2323
},
2424
"type": "magento2-module",
25-
"version": "2.9.1",
25+
"version": "2.9.2",
2626
"license": [
2727
"proprietary"
2828
],

etc/adminhtml/system.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<comment>
2222
<![CDATA[
2323
<div class="magepal-info">
24-
Copyright © 2023 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=smtp&utm_medium=admin" target="_blank">MagePal, LLC</a>
24+
Copyright © 2024 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=smtp&utm_medium=admin" target="_blank">MagePal, LLC</a>
2525
<a href="https://www.magepal.com/help/docs/smtp-magento/?utm_source=smtp&utm_medium=admin#documentation" target="_blank">Documentation</a>
2626
<a href="https://www.magepal.com/help/docs/smtp-magento/?utm_source=smtp&utm_medium=admin#support">Support</a>
2727
<a href="https://www.magepal.com/help/docs/smtp-magento?utm_source=smtp&utm_medium=admin#current_version" target="_blank">Latest Version</a>
@@ -51,7 +51,7 @@
5151
<comment>
5252
<![CDATA[
5353
<div class="magepal-info">
54-
Copyright © 2023 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=smtp&utm_medium=admin" target="_blank">MagePal, LLC</a>
54+
Copyright © 2024 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=smtp&utm_medium=admin" target="_blank">MagePal, LLC</a>
5555
<a href="https://www.magepal.com/help/docs/smtp-magento/?utm_source=smtp&utm_medium=admin#documentation" target="_blank">Documentation</a>
5656
<a href="https://www.magepal.com/help/docs/smtp-magento/?utm_source=smtp&utm_medium=admin#support">Support</a>
5757
<a href="https://www.magepal.com/help/docs/smtp-magento?utm_source=smtp&utm_medium=admin#current_version" target="_blank">Latest Version</a>

0 commit comments

Comments
 (0)