Skip to content

Commit

Permalink
set version to 2.0.15 for update-bugfix release
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <[email protected]>
  • Loading branch information
d00p committed Apr 7, 2023
1 parent 8f4dfe1 commit ca433d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions install/froxlor.sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@
('system', 'distribution', ''),
('system', 'update_channel', 'stable'),
('system', 'updatecheck_data', ''),
('system', 'update_notify_last', '2.0.14'),
('system', 'update_notify_last', '2.0.15'),
('system', 'traffictool', 'goaccess'),
('api', 'enabled', '0'),
('api', 'customer_default', '1'),
Expand Down Expand Up @@ -742,7 +742,7 @@
('panel', 'logo_overridetheme', '0'),
('panel', 'logo_overridecustom', '0'),
('panel', 'settings_mode', '0'),
('panel', 'version', '2.0.14'),
('panel', 'version', '2.0.15'),
('panel', 'db_version', '202303150');
Expand Down
5 changes: 5 additions & 0 deletions install/updates/froxlor/update_2.x.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -458,3 +458,8 @@
Update::showUpdateStep("Updating from 2.0.13 to 2.0.14", false);
Froxlor::updateToVersion('2.0.14');
}

if (Froxlor::isFroxlorVersion('2.0.14')) {
Update::showUpdateStep("Updating from 2.0.14 to 2.0.15", false);
Froxlor::updateToVersion('2.0.15');
}
2 changes: 1 addition & 1 deletion lib/Froxlor/Froxlor.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ final class Froxlor
{

// Main version variable
const VERSION = '2.0.14';
const VERSION = '2.0.15';

// Database version (YYYYMMDDC where C is a daily counter)
const DBVERSION = '202303150';
Expand Down

0 comments on commit ca433d8

Please sign in to comment.