Skip to content

Commit 3dae501

Browse files
committed
closes #25
1 parent a30be97 commit 3dae501

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

code/Module.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class Module extends CoreModule
1818
protected $author = "Ben Keen";
1919
protected $authorEmail = "ben.keen@gmail.com";
2020
protected $authorLink = "https://formtools.org";
21-
protected $version = "2.0.8";
22-
protected $date = "2018-05-18";
21+
protected $version = "2.0.9";
22+
protected $date = "2018-05-23";
2323
protected $originLanguage = "en_us";
2424

2525
// important! This needs to be updated any time the default template set filename changes

preview.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
$set_id = $config_info["set_id"];
4848
$view_id = $config_info["view_id"];
4949
$include_review_page = $config_info["include_review_page"];
50+
$include_thanks_page_in_nav = $config_info["include_thanks_page_in_nav"];
5051
$thankyou_page_content = $config_info["thankyou_page_content"];
5152
$form_offline_page_content = $config_info["form_offline_page_content"];
5253

0 commit comments

Comments
 (0)