Skip to content

Commit

Permalink
Add PHP 8.1 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Apr 12, 2022
1 parent a9b85bb commit f563519
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 26 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"admin reindex"
],
"require": {
"php": "~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0",
"php": "~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
"magepal/magento2-core":">1.1.8"
},
"type": "magento2-module",
"version": "1.1.0",
"version": "1.1.1",
"license": [
"proprietary"
],
"homepage": "http://www.magepal.com/",
"homepage": "https://www.magepal.com/",
"support": {
"email": "[email protected]",
"issues": "https://github.com/magepal/magento2-reindex/issues/"
Expand All @@ -28,7 +28,7 @@
{
"name": "Renon Stewart",
"email": "[email protected]",
"homepage": "http://www.magepal.com/",
"homepage": "https://www.magepal.com/",
"role": "Leader"
}
],
Expand Down
28 changes: 6 additions & 22 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,21 @@
<label>Reindex</label>
<tab>magepal</tab>
<resource>MagePal_Reindex::config_magepal_reindex</resource>
<group id="about" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="0" translate="label">
<group id="about_magepal" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="0" translate="label">
<attribute type="expanded">1</attribute>
<label>About MagePal Reindex</label>
<comment><![CDATA[
<div id="magepal-info">
Copyright © 2021 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=reindex&utm_medium=admin" target="_blank">MagePal, LLC</a>
<div class="magepal-info">
Copyright © 2022 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=reindex&utm_medium=admin" target="_blank">MagePal, LLC</a>
<a href="https://www.magepal.com/help/docs/how-to-reindex-magento-2/?utm_source=reindex&utm_medium=admin#documentation" target="_blank">Documentation</a>
<a href="https://www.magepal.com/help/docs/how-to-reindex-magento-2/?utm_source=reindex&utm_medium=admin#support">Support</a>
<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>
<a href="https://www.magepal.com/reindex.html?utm_source=reindex&utm_medium=admin" target="_blank">Extension Detail</a>
<a href="https://www.magepal.com/magento2/extensions.html?utm_source=reindex&utm_medium=admin" target="_blank">More Extensions</a>
</div>
<hr style="border-top: 1px solid #e3e3e3" />
<style>
#magepal-info a {
font-weight: bold;
border-left: 2px solid #e3e3e3;
padding-left:10px;
padding-right:10px;
color: #ef7e1e;
}
#magepal-info a:first-child {
padding-left: 5px;
border-left: none;
}
#magepal-info {
padding-bottom: 5px;
}
</style>]]></comment>
<hr class="magepal-hr" />
]]>
</comment>
<field id="MagePal_Reindex" translate="label" type="label" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Composer Version</label>
<frontend_model>MagePal\Core\Block\Adminhtml\System\Config\Composer\Version</frontend_model>
Expand Down

0 comments on commit f563519

Please sign in to comment.