setting version to 0.10.10 for upcoming maintenance release

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-12-13 16:23:43 +01:00
parent 63d915804a
commit fe389ab208
3 changed files with 7 additions and 2 deletions

View File

@@ -701,7 +701,7 @@ opcache.interned_strings_buffer'),
('panel', 'password_special_char', '!?<>§$%+#=@'),
('panel', 'customer_hide_options', ''),
('panel', 'is_configured', '0'),
('panel', 'version', '0.10.9'),
('panel', 'version', '0.10.10'),
('panel', 'db_version', '201912100');

View File

@@ -518,3 +518,8 @@ if (\Froxlor\Froxlor::isDatabaseVersion('201911220')) {
lastStepStatus(0);
\Froxlor\Froxlor::updateToDbVersion('201912100');
}
if (\Froxlor\Froxlor::isFroxlorVersion('0.10.9')) {
showUpdateStep("Updating from 0.10.9 to 0.10.10", false);
\Froxlor\Froxlor::updateToVersion('0.10.10');
}