Skip to content

Commit f563519

Browse files
committed
Add PHP 8.1 Support
1 parent a9b85bb commit f563519

File tree

2 files changed

+10
-26
lines changed

2 files changed

+10
-26
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"admin reindex"
1010
],
1111
"require": {
12-
"php": "~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0",
12+
"php": "~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.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.0",
18+
"version": "1.1.1",
1919
"license": [
2020
"proprietary"
2121
],
22-
"homepage": "http://www.magepal.com/",
22+
"homepage": "https://www.magepal.com/",
2323
"support": {
2424
"email": "support@magepal.com",
2525
"issues": "https://github.com/magepal/magento2-reindex/issues/"
@@ -28,7 +28,7 @@
2828
{
2929
"name": "Renon Stewart",
3030
"email": "renon@magepal.com",
31-
"homepage": "http://www.magepal.com/",
31+
"homepage": "https://www.magepal.com/",
3232
"role": "Leader"
3333
}
3434
],

etc/adminhtml/system.xml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,37 +15,21 @@
1515
<label>Reindex</label>
1616
<tab>magepal</tab>
1717
<resource>MagePal_Reindex::config_magepal_reindex</resource>
18-
<group id="about" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="0" translate="label">
18+
<group id="about_magepal" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="0" translate="label">
1919
<attribute type="expanded">1</attribute>
2020
<label>About MagePal Reindex</label>
2121
<comment><![CDATA[
22-
<div id="magepal-info">
23-
Copyright © 2021 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=reindex&utm_medium=admin" target="_blank">MagePal, LLC</a>
22+
<div class="magepal-info">
23+
Copyright © 2022 <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>
2727
<a href="https://www.magepal.com/reindex.html?utm_source=reindex&utm_medium=admin" target="_blank">Extension Detail</a>
2828
<a href="https://www.magepal.com/magento2/extensions.html?utm_source=reindex&utm_medium=admin" target="_blank">More Extensions</a>
2929
</div>
30-
<hr style="border-top: 1px solid #e3e3e3" />
31-
<style>
32-
#magepal-info a {
33-
font-weight: bold;
34-
border-left: 2px solid #e3e3e3;
35-
padding-left:10px;
36-
padding-right:10px;
37-
color: #ef7e1e;
38-
}
39-
40-
#magepal-info a:first-child {
41-
padding-left: 5px;
42-
border-left: none;
43-
}
44-
45-
#magepal-info {
46-
padding-bottom: 5px;
47-
}
48-
</style>]]></comment>
30+
<hr class="magepal-hr" />
31+
]]>
32+
</comment>
4933
<field id="MagePal_Reindex" translate="label" type="label" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
5034
<label>Composer Version</label>
5135
<frontend_model>MagePal\Core\Block\Adminhtml\System\Config\Composer\Version</frontend_model>

0 commit comments

Comments
 (0)