MDL-84107 core_analytics: Version bump
This commit is contained in:
+2
-2
@@ -1464,7 +1464,7 @@ function xmldb_main_upgrade($oldversion) {
|
||||
upgrade_main_savepoint(true, 2025022100.02);
|
||||
}
|
||||
|
||||
if ($oldversion < 2025020600.01) {
|
||||
if ($oldversion < 2025030400.01) {
|
||||
// If mlbackend_php is no longer present, remove it.
|
||||
if (!file_exists($CFG->dirroot . '/lib/mlbackend/php/version.php')) {
|
||||
// Clean config.
|
||||
@@ -1490,7 +1490,7 @@ function xmldb_main_upgrade($oldversion) {
|
||||
}
|
||||
|
||||
// Main savepoint reached.
|
||||
upgrade_main_savepoint(true, 2025020600.01);
|
||||
upgrade_main_savepoint(true, 2025030400.01);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2025030400.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2025030400.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
$release = '5.0dev+ (Build: 20250304)'; // Human-friendly version name
|
||||
|
||||
Reference in New Issue
Block a user