setting version to 0.10.2 for upcoming maintenance release
Signed-off-by: Michael Kaufmann <michael.kaufmann@aixit.com>
This commit is contained in:
@@ -691,7 +691,7 @@ opcache.interned_strings_buffer'),
|
|||||||
('panel', 'password_special_char', '!?<>§$%+#=@'),
|
('panel', 'password_special_char', '!?<>§$%+#=@'),
|
||||||
('panel', 'customer_hide_options', ''),
|
('panel', 'customer_hide_options', ''),
|
||||||
('panel', 'is_configured', '0'),
|
('panel', 'is_configured', '0'),
|
||||||
('panel', 'version', '0.10.1'),
|
('panel', 'version', '0.10.2'),
|
||||||
('panel', 'db_version', '201910120');
|
('panel', 'db_version', '201910120');
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -405,3 +405,8 @@ if (\Froxlor\Froxlor::isDatabaseVersion('201910110')) {
|
|||||||
|
|
||||||
\Froxlor\Froxlor::updateToDbVersion('201910120');
|
\Froxlor\Froxlor::updateToDbVersion('201910120');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (\Froxlor\Froxlor::isFroxlorVersion('0.10.1')) {
|
||||||
|
showUpdateStep("Updating from 0.10.1 to 0.10.2", false);
|
||||||
|
\Froxlor\Froxlor::updateToVersion('0.10.2');
|
||||||
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ final class Froxlor
|
|||||||
{
|
{
|
||||||
|
|
||||||
// Main version variable
|
// Main version variable
|
||||||
const VERSION = '0.10.1';
|
const VERSION = '0.10.2';
|
||||||
|
|
||||||
// Database version (YYYYMMDDC where C is a daily counter)
|
// Database version (YYYYMMDDC where C is a daily counter)
|
||||||
const DBVERSION = '201910120';
|
const DBVERSION = '201910120';
|
||||||
|
|||||||
Reference in New Issue
Block a user