Skip to content

Commit cdf02ce

Browse files
committed
set version to 0.10.7 for upcoming maintenance release
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
1 parent d24056c commit cdf02ce

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

install/froxlor.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ opcache.interned_strings_buffer'),
696696
('panel', 'password_special_char', '!?<>§$%+#=@'),
697697
('panel', 'customer_hide_options', ''),
698698
('panel', 'is_configured', '0'),
699-
('panel', 'version', '0.10.6'),
699+
('panel', 'version', '0.10.7'),
700700
('panel', 'db_version', '201911220');
701701

702702

install/updates/froxlor/0.10/update_0.10.inc.php

+5
Original file line numberDiff line numberDiff line change
@@ -490,3 +490,8 @@
490490
lastStepStatus(0);
491491
\Froxlor\Froxlor::updateToDbVersion('201911220');
492492
}
493+
494+
if (\Froxlor\Froxlor::isFroxlorVersion('0.10.6')) {
495+
showUpdateStep("Updating from 0.10.6 to 0.10.7", false);
496+
\Froxlor\Froxlor::updateToVersion('0.10.7');
497+
}

lib/Froxlor/Froxlor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ final class Froxlor
77
{
88

99
// Main version variable
10-
const VERSION = '0.10.6';
10+
const VERSION = '0.10.7';
1111

1212
// Database version (YYYYMMDDC where C is a daily counter)
1313
const DBVERSION = '201911220';

0 commit comments

Comments
 (0)