diff --git a/install/froxlor.sql b/install/froxlor.sql index 5ea4c9fd8b..d91e05ff0c 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -539,7 +539,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('panel', 'password_numeric', '0'), ('panel', 'password_special_char_required', '0'), ('panel', 'password_special_char', '!?<>ยง$%+#=@'), - ('panel', 'version', '0.9.34-dev4'); + ('panel', 'version', '0.9.34'); DROP TABLE IF EXISTS `panel_tasks`; diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index a59083efbe..dfda7dcb8d 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -2996,3 +2996,11 @@ updateToVersion('0.9.34-dev4'); } + +if (isFroxlorVersion('0.9.34-dev4')) { + + showUpdateStep("Updating from 0.9.34-dev4 to 0.9.34 final"); + lastStepStatus(0); + + updateToVersion('0.9.34'); +} diff --git a/lib/version.inc.php b/lib/version.inc.php index c40eb01941..18c66676e6 100644 --- a/lib/version.inc.php +++ b/lib/version.inc.php @@ -16,7 +16,7 @@ */ // Main version variable -$version = '0.9.34-dev4'; +$version = '0.9.34'; // Database version (unused, old stuff from SysCP) $dbversion = '2'; diff --git a/templates/misc/standardcustomer/index.html b/templates/misc/standardcustomer/index.html index fb1b74dc60..b60fd2639f 100644 --- a/templates/misc/standardcustomer/index.html +++ b/templates/misc/standardcustomer/index.html @@ -57,7 +57,7 @@