From 56b7dbc77c120894ddeddae98a9803457c4750de Mon Sep 17 00:00:00 2001 From: Ben Keen Date: Wed, 18 Jul 2018 21:26:53 -0700 Subject: [PATCH] 3.0.3 --- global/code/Core.class.php | 4 ++-- themes/default/modules_header.tpl | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/global/code/Core.class.php b/global/code/Core.class.php index fc4f75d3..13d8b4c1 100644 --- a/global/code/Core.class.php +++ b/global/code/Core.class.php @@ -252,7 +252,7 @@ class Core { /** * The current version of the Form Tools Core. */ - private static $version = "3.0.2"; + private static $version = "3.0.3"; /** * The release type: alpha, beta or main @@ -262,7 +262,7 @@ class Core { /** * The release date: YYYYMMDD */ - private static $releaseDate = "20180513"; + private static $releaseDate = "20180718"; /** * The minimum required PHP version needed to run Form Tools. diff --git a/themes/default/modules_header.tpl b/themes/default/modules_header.tpl index 9ba2bc63..a160d317 100644 --- a/themes/default/modules_header.tpl +++ b/themes/default/modules_header.tpl @@ -16,14 +16,14 @@ {literal}}{/literal}; //]]> - - - + + + - - + + {css_files files=$css_files module_folder=$module_folder root_url=$g_root_url} {js_files files=$js_files module_folder=$module_folder root_url=$g_root_url} {$head_string}