mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
MDL-77793 core: Bump version for device theme removal
This commit is contained in:
parent
17c6bfa257
commit
776abf1fd6
@ -3305,14 +3305,13 @@ privatefiles,moodle|/user/files.php';
|
||||
upgrade_main_savepoint(true, 2023051500.00);
|
||||
}
|
||||
|
||||
if ($oldversion < 2023052500.00) {
|
||||
|
||||
if ($oldversion < 2023062200.00) {
|
||||
// Remove device specific fields for themes from config table.
|
||||
unset_config('thememobile');
|
||||
unset_config('themelegacy');
|
||||
unset_config('themetablet');
|
||||
|
||||
upgrade_main_savepoint(true, 2023052500.00);
|
||||
upgrade_main_savepoint(true, 2023062200.00);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2023061600.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2023062200.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
$release = '4.3dev (Build: 20230616)'; // Human-friendly version name
|
||||
|
Loading…
x
Reference in New Issue
Block a user