Skip to content

Commit e1ffb71

Browse files
committed
set version to 2.3.0 for upcoming release
Signed-off-by: Michael Kaufmann <[email protected]>
1 parent ed3845a commit e1ffb71

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
@@ -746,7 +746,7 @@
746746
('panel', 'logo_overridecustom', '0'),
747747
('panel', 'settings_mode', '0'),
748748
('panel', 'menu_collapsed', '1'),
749-
('panel', 'version', '2.3.0-rc1'),
749+
('panel', 'version', '2.3.0'),
750750
('panel', 'db_version', '202511020');
751751
752752

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,8 @@
146146
Update::showUpdateStep("Updating from 2.3.0-dev1 to 2.3.0-rc1", false);
147147
Froxlor::updateToVersion('2.3.0-rc1');
148148
}
149+
150+
if (Froxlor::isFroxlorVersion('2.3.0-rc1')) {
151+
Update::showUpdateStep("Updating from 2.3.0-rc1 to 2.3.0", false);
152+
Froxlor::updateToVersion('2.3.0');
153+
}

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.3.0-rc1';
34+
const VERSION = '2.3.0';
3535

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

0 commit comments

Comments
 (0)