Skip to content

Commit 9abefb8

Browse files
committed
Support for Magento 2.3 and PHP 7.2
1 parent d1107fe commit 9abefb8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
}
2424
],
2525
"require": {
26-
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0",
27-
"magento/module-backend": "100.0.*|100.1.*|100.2.*",
28-
"magento/framework": "100.0.*|100.1.*|101.0.*",
26+
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0",
27+
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.0",
28+
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*",
2929
"magento/module-newsletter": "*"
3030
},
3131
"type": "magento2-module",
32-
"version": "1.1.0",
32+
"version": "1.1.1",
3333
"autoload": {
3434
"files": [
3535
"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
<strong>Copyright © 2018 <a href="http://www.magepal.com" target="_blank">www.magepal.com</a> / <a href="mailto:[email protected]">[email protected]</a></strong><br />
24-
Thanks for choosing MagePal Extensions. Trusted by 1000s of developers worldwide.<br/><br/>
24+
Discovery other must have extensions at <a href="http://www.magepal.com" target="_blank">www.magepal.com</a>. Thanks for choosing MagePal Extensions.<br/><br/>
2525
<hr style="border-top: 1px solid #e3e3e3" />
2626
]]>
2727
</comment>

0 commit comments

Comments
 (0)