diff --git a/code/Forms.class.php b/code/Forms.class.php index 2498482..31cb751 100644 --- a/code/Forms.class.php +++ b/code/Forms.class.php @@ -872,7 +872,7 @@ public static function getGeneratedFormContent($published_form_id, $filename) /** * This file was created by the Form Tools Form Builder module. */ -require_once("$root_dir/global/library.php"); +require_once('$root_dir/global/library.php'); use FormTools\Core; Core::init(array("auto_logout" => false)); \$root_dir = Core::getRootDir(); diff --git a/code/Module.class.php b/code/Module.class.php index 8216913..54322a8 100644 --- a/code/Module.class.php +++ b/code/Module.class.php @@ -18,8 +18,8 @@ class Module extends CoreModule protected $author = "Ben Keen"; protected $authorEmail = "ben.keen@gmail.com"; protected $authorLink = "https://formtools.org"; - protected $version = "2.0.4"; - protected $date = "2018-02-04"; + protected $version = "2.0.5"; + protected $date = "2018-04-17"; protected $originLanguage = "en_us"; // important! This needs to be updated any time the default template set filename changes diff --git a/module_config.php b/module_config.php index 3ece063..604dcf9 100644 --- a/module_config.php +++ b/module_config.php @@ -82,12 +82,12 @@ "css/styles.css", "default_template_sets/", "default_template_sets/conformist-1.2.json", - "default_template_sets/default-1.1.json", + "default_template_sets/default-1.2.json", "default_template_sets/illuminate-1.1.json", "default_template_sets/prosimple-1.3.json", "form_resources/", - "form_resources/builder_css.php", "form_resources/css.php", + "form_resources/js.php", "images/", "images/builder_logo.png", "images/dialog_header_bg.png",