Skip to content

Commit

Permalink
Add support for client hostname and "None" authentication method
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Dec 21, 2016
1 parent 7625ff7 commit 2bbeb15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"magento/framework": "100.0.*|100.1.*"
},
"type": "magento2-module",
"version": "1.3.1",
"version": "1.4.0",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<label>Version</label>
<frontend_model>MagePal\GmailSmtpApp\Block\Adminhtml\System\Config\Version</frontend_model>
</field>
<field id="name" translate="label" type="text" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="name" translate="label" type="text" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Local client name (domain or IP)</label>
<comment>Default: localhost</comment>
</field>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MagePal_GmailSmtpApp" setup_version="1.3.1">
<module name="MagePal_GmailSmtpApp" setup_version="1.4.0">
<sequence>
<module name="Magento_Email"/>
</sequence>
Expand Down

0 comments on commit 2bbeb15

Please sign in to comment.