Skip to content

Commit 022fd67

Browse files
committed
Add support for PHP 8.3
1 parent d2077d3 commit 022fd67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
}
2828
],
2929
"require": {
30-
"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",
30+
"php": "~7.4.0|~8.1.0|~8.2.0|~8.3.0",
3131
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
3232
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
3333
"magepal/magento2-core": ">=1.1.10"
3434
},
3535
"type": "magento2-module",
36-
"version": "1.2.3",
36+
"version": "1.2.4",
3737
"autoload": {
3838
"files": [
3939
"registration.php"

etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
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=dashboard-links-manager&utm_medium=admin" target="_blank">MagePal, LLC</a>
24+
Copyright © 2024 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=dashboard-links-manager&utm_medium=admin" target="_blank">MagePal, LLC</a>
2525
<a href="https://www.magepal.com/help/docs/magento2-dashboard-links-manager/?utm_source=dashboard-links-manager&utm_medium=admin#documentation" target="_blank">Documentation</a>
2626
<a href="https://www.magepal.com/help/docs/magento2-dashboard-links-manager/?utm_source=dashboard-links-manager&utm_medium=admin#support">Support</a>
2727
<a href="https://www.magepal.com/help/docs/magento2-dashboard-links-manager?utm_source=dashboard-links-manager&utm_medium=admin#current_version" target="_blank">Latest Version</a>

0 commit comments

Comments
 (0)