Skip to content

Commit 08aaac7

Browse files
committed
2.0.5
1 parent 72ab4e5 commit 08aaac7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

code/Forms.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ public static function getGeneratedFormContent($published_form_id, $filename)
872872
/**
873873
* This file was created by the Form Tools Form Builder module.
874874
*/
875-
require_once("$root_dir/global/library.php");
875+
require_once('$root_dir/global/library.php');
876876
use FormTools\Core;
877877
Core::init(array("auto_logout" => false));
878878
\$root_dir = Core::getRootDir();

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.4";
22-
protected $date = "2018-02-04";
21+
protected $version = "2.0.5";
22+
protected $date = "2018-04-17";
2323
protected $originLanguage = "en_us";
2424

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

module_config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@
8282
"css/styles.css",
8383
"default_template_sets/",
8484
"default_template_sets/conformist-1.2.json",
85-
"default_template_sets/default-1.1.json",
85+
"default_template_sets/default-1.2.json",
8686
"default_template_sets/illuminate-1.1.json",
8787
"default_template_sets/prosimple-1.3.json",
8888
"form_resources/",
89-
"form_resources/builder_css.php",
9089
"form_resources/css.php",
90+
"form_resources/js.php",
9191
"images/",
9292
"images/builder_logo.png",
9393
"images/dialog_header_bg.png",

0 commit comments

Comments
 (0)