Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Apr 18, 2018
1 parent 72ab4e5 commit 08aaac7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/Forms.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions code/Module.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class Module extends CoreModule
protected $author = "Ben Keen";
protected $authorEmail = "[email protected]";
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
Expand Down
4 changes: 2 additions & 2 deletions module_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 08aaac7

Please sign in to comment.