Skip to content

Commit f60a449

Browse files
committed
Fix typo
1 parent 463fb9e commit f60a449

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
}
2626
],
2727
"require": {
28-
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0",
29-
"magento/module-backend": "100.0.*|100.1.*|100.2.*",
30-
"magento/framework": "100.0.*|100.1.*|101.0.*"
28+
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0",
29+
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.0",
30+
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*"
3131
},
3232
"type": "magento2-module",
3333
"version": "1.0.2",

etc/adminhtml/system.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<attribute type="expanded">1</attribute>
2121
<comment>
2222
<![CDATA[
23-
<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/>
23+
<strong>Copyright © 2019 <a href="http://www.magepal.com" target="_blank">www.magepal.com</a> / <a href="mailto:[email protected]">[email protected]</a></strong><br />
24+
Discover 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)