Skip to content

Commit

Permalink
Add support for Magento 2.2 and PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Sep 13, 2017
1 parent ce5b8d4 commit 4f50593
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Test/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function execute() {
$mail->setFrom($from, $name);
$mail->addTo($to, $to);
$mail->setSubject('Hello from MagePal');
$mail->setBodyText('Thank you for choosing MagePal extension.');
$mail->setBodyHtml('Thank you for choosing MagePal extension. <br><br>Like our extension? Please feel free to try our other free modules available at <a href="https://packagist.org/packages/magepal/">https://packagist.org/packages/magepal/</a>');


$result = __('Sent... Please check your email') . ' ' . $to;
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"Amazon SES"
],
"require": {
"php": "~5.6.0|7.0.2|~7.0.6",
"magento/module-backend": "100.0.*|100.1.*",
"magento/framework": "100.0.*|100.1.*"
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*",
"magento/framework": "100.0.*|100.1.*|100.2.*"
},
"type": "magento2-module",
"version": "1.4.5",
Expand Down

0 comments on commit 4f50593

Please sign in to comment.