Skip to content

Commit b6fae81

Browse files
committed
Merge remote-tracking branch 'origin/main' into v2.2
2 parents c494838 + bab6c3d commit b6fae81

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
@@ -733,7 +733,7 @@
733733
('panel', 'logo_overridecustom', '0'),
734734
('panel', 'settings_mode', '0'),
735735
('panel', 'menu_collapsed', '1'),
736-
('panel', 'version', '2.2.6'),
736+
('panel', 'version', '2.2.7'),
737737
('panel', 'db_version', '202412030');
738738
739739

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,3 +250,8 @@
250250
Update::showUpdateStep("Updating from 2.2.5 to 2.2.6", false);
251251
Froxlor::updateToVersion('2.2.6');
252252
}
253+
254+
if (Froxlor::isFroxlorVersion('2.2.6')) {
255+
Update::showUpdateStep("Updating from 2.2.6 to 2.2.7", false);
256+
Froxlor::updateToVersion('2.2.7');
257+
}

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.2.6';
34+
const VERSION = '2.2.7';
3535

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

0 commit comments

Comments
 (0)