Skip to content

Commit 9c3b33a

Browse files
committed
2.0.2
1 parent 6c8249b commit 9c3b33a

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Swift Mailer module
1+
## wift Mailer module
22

33
The Swift Mailer module, when installed and configured, overrides the default PHP mail() usage and sends all Form Tools emails via the SMTP settings you supply.
44

code/Module.class.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class Module extends FormToolsModule
1818
protected $author = "Ben Keen";
1919
protected $authorEmail = "[email protected]";
2020
protected $authorLink = "https://formtools.org";
21-
protected $version = "2.0.1";
22-
protected $date = "2017-10-31";
21+
protected $version = "2.0.2";
22+
protected $date = "2017-11-07";
2323
protected $originLanguage = "en_us";
2424
protected $jsFiles = array(
2525
"{MODULEROOT}/scripts/field_options.js"

templates/help.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='modules_header.tpl'}
1+
{ft_include file='modules_header.tpl'}
22

33
<table cellpadding="0" cellspacing="0">
44
<tr>
@@ -15,4 +15,4 @@
1515
{$L.text_help}
1616
</p>
1717

18-
{include file='modules_footer.tpl'}
18+
{ft_include file='modules_footer.tpl'}

templates/index.tpl

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file='modules_header.tpl'}
1+
{ft_include file='modules_header.tpl'}
22

33
<table cellpadding="0" cellspacing="0" class="margin_bottom_large">
44
<tr>
@@ -11,7 +11,7 @@
1111
</tr>
1212
</table>
1313

14-
{include file='tabset_open.tpl'}
14+
{ft_include file='tabset_open.tpl'}
1515

1616
{if $page == "settings"}
1717
{include file='./tab_settings.tpl'}
@@ -21,6 +21,6 @@
2121
{include file='./tab_settings.tpl'}
2222
{/if}
2323

24-
{include file='tabset_close.tpl'}
24+
{ft_include file='tabset_close.tpl'}
2525

26-
{include file='modules_footer.tpl'}
26+
{ft_include file='modules_footer.tpl'}

templates/tab_settings.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file="messages.tpl"}
1+
{ft_include file="messages.tpl"}
22

33
<div class="margin_bottom_large">
44
{$text_settings_desc}

templates/tab_test.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{include file="messages.tpl"}
1+
{ft_include file="messages.tpl"}
22

33
<div class="margin_bottom_large">
44
{$L.text_test_desc}

0 commit comments

Comments
 (0)