add missing update steps of 0.10.x to (last) 0.10.38; more darkmode adjustments

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-09-17 17:17:09 +02:00
parent 8f2fbe675a
commit 5591bc41b4
2 changed files with 12 additions and 0 deletions

View File

@@ -995,3 +995,13 @@ if (Froxlor::isFroxlorVersion('0.10.35.1')) {
Update::showUpdateStep("Updating from 0.10.35.1 to 0.10.36", false);
Froxlor::updateToVersion('0.10.36');
}
if (\Froxlor\Froxlor::isFroxlorVersion('0.10.36')) {
showUpdateStep("Updating from 0.10.36 to 0.10.37", false);
\Froxlor\Froxlor::updateToVersion('0.10.37');
}
if (\Froxlor\Froxlor::isFroxlorVersion('0.10.37')) {
showUpdateStep("Updating from 0.10.37 to 0.10.38", false);
\Froxlor\Froxlor::updateToVersion('0.10.38');
}