Skip to content

Commit 0107442

Browse files
committed
Add support for PHP 8.3
1 parent e1b64a9 commit 0107442

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
@@ -9,13 +9,13 @@
99
"admin reindex"
1010
],
1111
"require": {
12-
"php": "~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0",
12+
"php": "~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0|~8.3.0",
1313
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
1414
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
1515
"magepal/magento2-core":">1.1.8"
1616
},
1717
"type": "magento2-module",
18-
"version": "1.1.2",
18+
"version": "1.1.3",
1919
"license": [
2020
"proprietary"
2121
],

etc/adminhtml/system.xml

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

0 commit comments

Comments
 (0)