set version to 2.2.0 for upcoming release
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
committed by
Michael Kaufmann
parent
a58a5fd972
commit
596075d141
@@ -730,7 +730,7 @@ opcache.validate_timestamps'),
|
|||||||
('panel', 'logo_overridecustom', '0'),
|
('panel', 'logo_overridecustom', '0'),
|
||||||
('panel', 'settings_mode', '0'),
|
('panel', 'settings_mode', '0'),
|
||||||
('panel', 'menu_collapsed', '1'),
|
('panel', 'menu_collapsed', '1'),
|
||||||
('panel', 'version', '2.2.0-rc3'),
|
('panel', 'version', '2.2.0'),
|
||||||
('panel', 'db_version', '202408140');
|
('panel', 'db_version', '202408140');
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -159,3 +159,8 @@ if (Froxlor::isDatabaseVersion('202407200')) {
|
|||||||
|
|
||||||
Froxlor::updateToDbVersion('202408140');
|
Froxlor::updateToDbVersion('202408140');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Froxlor::isFroxlorVersion('2.2.0-rc3')) {
|
||||||
|
Update::showUpdateStep("Updating from 2.2.0-rc3 to 2.2.0 stable", false);
|
||||||
|
Froxlor::updateToVersion('2.2.0');
|
||||||
|
}
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ final class Froxlor
|
|||||||
{
|
{
|
||||||
|
|
||||||
// Main version variable
|
// Main version variable
|
||||||
const VERSION = '2.2.0-rc3';
|
const VERSION = '2.2.0';
|
||||||
|
|
||||||
// Database version (YYYYMMDDC where C is a daily counter)
|
// Database version (YYYYMMDDC where C is a daily counter)
|
||||||
const DBVERSION = '202408140';
|
const DBVERSION = '202408140';
|
||||||
|
|||||||
Reference in New Issue
Block a user