Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jul 19, 2018
1 parent 99dde0a commit 56b7dbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions global/code/Core.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions themes/default/modules_header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
{literal}}{/literal};
//]]>
</script>
<link type="text/css" rel="stylesheet" href="{$g_root_url}/global/css/main.css?v=3_0_0">
<link type="text/css" rel="stylesheet" href="{$theme_url}/css/styles.css?v=3_0_0">
<link type="text/css" rel="stylesheet" href="{$theme_url}/css/swatch_{$swatch}.css?v=3_0_0">
<link type="text/css" rel="stylesheet" href="{$g_root_url}/global/css/main.css?v=3_0_3">
<link type="text/css" rel="stylesheet" href="{$theme_url}/css/styles.css?v=3_0_3">
<link type="text/css" rel="stylesheet" href="{$theme_url}/css/swatch_{$swatch}.css?v=3_0_3">
<link href="{$theme_url}/css/smoothness/jquery-ui-1.8.6.custom.css" rel="stylesheet" type="text/css"/>
<script src="{$g_root_url}/global/scripts/jquery.js"></script>
<script src="{$theme_url}/scripts/jquery-ui.js"></script>
<script src="{$g_root_url}/global/scripts/general.js?v=3_0_0"></script>
<script src="{$g_root_url}/global/scripts/rsv.js?v=3_0_0"></script>
<script src="{$g_root_url}/global/scripts/general.js?v=3_0_3"></script>
<script src="{$g_root_url}/global/scripts/rsv.js?v=3_0_3"></script>
{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}
Expand Down

0 comments on commit 56b7dbc

Please sign in to comment.