Skip to content

Commit 8e3d9fe

Browse files
committed
set version to 2.3.3 for upcoming release
Signed-off-by: Michael Kaufmann <[email protected]>
1 parent 73ef91d commit 8e3d9fe

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
@@ -747,7 +747,7 @@
747747
('panel', 'logo_overridecustom', '0'),
748748
('panel', 'settings_mode', '0'),
749749
('panel', 'menu_collapsed', '1'),
750-
('panel', 'version', '2.3.2'),
750+
('panel', 'version', '2.3.3'),
751751
('panel', 'db_version', '202512280');
752752
753753

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,8 @@
179179
Update::showUpdateStep("Updating from 2.3.1 to 2.3.2", false);
180180
Froxlor::updateToVersion('2.3.2');
181181
}
182+
183+
if (Froxlor::isFroxlorVersion('2.3.2')) {
184+
Update::showUpdateStep("Updating from 2.3.2 to 2.3.3", false);
185+
Froxlor::updateToVersion('2.3.3');
186+
}

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

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

0 commit comments

Comments
 (0)