Skip to content

Commit 3414cdc

Browse files
committed
2.0.7
1 parent 49e541d commit 3414cdc

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.DS_Store
2+
.idea

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.6";
22-
protected $date = "2018-04-17";
21+
protected $version = "2.0.7";
22+
protected $date = "2019-05-05";
2323
protected $originLanguage = "en_us";
2424

2525
protected $nav = array(

module_config.php

-4
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@
8585
"vendor/composer/autoload_real.php",
8686
"vendor/composer/autoload_static.php",
8787
"vendor/composer/installed.json",
88-
"vendor/swiftmailer/swiftmailer/.gitattributes",
89-
"vendor/swiftmailer/swiftmailer/.gitignore",
90-
"vendor/swiftmailer/swiftmailer/.php_cs.dist",
91-
"vendor/swiftmailer/swiftmailer/.travis.yml",
9288
"vendor/swiftmailer/swiftmailer/CHANGES",
9389
"vendor/swiftmailer/swiftmailer/LICENSE",
9490
"vendor/swiftmailer/swiftmailer/README",

0 commit comments

Comments
 (0)