diff --git a/install/froxlor.sql b/install/froxlor.sql index aa7f570e..482ec242 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -538,7 +538,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.33.1'); + ('panel', 'version', '0.9.33.2'); 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 c5583074..e85c402f 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -2900,3 +2900,11 @@ if (isFroxlorVersion('0.9.33')) { updateToVersion('0.9.33.1'); } + +if (isFroxlorVersion('0.9.33.1')) { + + showUpdateStep("Updating from 0.9.33.1 to 0.9.33.2"); + lastStepStatus(0); + updateToVersion('0.9.33.2'); + +} diff --git a/lib/tables.inc.php b/lib/tables.inc.php index d96370d6..3962b8e3 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -51,6 +51,6 @@ define('TABLE_PANEL_DOMAIN_SSL_SETTINGS', 'domain_ssl_settings'); define('TABLE_DOMAINTOIP', 'panel_domaintoip'); // VERSION INFO -$version = '0.9.33.1'; +$version = '0.9.33.2'; $dbversion = '2'; $branding = '';