Skip to content

Commit

Permalink
3.0.0-alpha-20171225
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Dec 26, 2017
1 parent 25c2c3c commit f3aae1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ modules/submission_id_manager
modules/js_error_logs
modules/submission_history
modules/custom_fields
modules/submission_accounts

2 changes: 1 addition & 1 deletion global/code/Core.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class Core {
/**
* The release date: YYYYMMDD
*/
private static $releaseDate = "20171220";
private static $releaseDate = "20171225";

/**
* The minimum required PHP version needed to run Form Tools.
Expand Down
1 change: 0 additions & 1 deletion global/code/actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
use FormTools\Themes;
use FormTools\Views;


Core::initNoLogout();
$root_url = Core::getRootUrl();
$LANG = Core::$L;
Expand Down

0 comments on commit f3aae1b

Please sign in to comment.