Skip to content

Commit f4183b0

Browse files
committed
set version to 2.1.8 for bugfix release
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
1 parent 9a3d88e commit f4183b0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

install/froxlor.sql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@
726726
('panel', 'logo_overridecustom', '0'),
727727
('panel', 'settings_mode', '0'),
728728
('panel', 'menu_collapsed', '1'),
729-
('panel', 'version', '2.1.7'),
729+
('panel', 'version', '2.1.8'),
730730
('panel', 'db_version', '202312120');
731731
732732

install/updates/froxlor/update_2.1.inc.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,3 +294,8 @@
294294
Update::showUpdateStep("Updating from 2.1.6 to 2.1.7", false);
295295
Froxlor::updateToVersion('2.1.7');
296296
}
297+
298+
if (Froxlor::isFroxlorVersion('2.1.7')) {
299+
Update::showUpdateStep("Updating from 2.1.7 to 2.1.8", false);
300+
Froxlor::updateToVersion('2.1.8');
301+
}

lib/Froxlor/Froxlor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class Froxlor
3131
{
3232

3333
// Main version variable
34-
const VERSION = '2.1.7';
34+
const VERSION = '2.1.8';
3535

3636
// Database version (YYYYMMDDC where C is a daily counter)
3737
const DBVERSION = '202312120';

0 commit comments

Comments
 (0)