This commit is contained in:
Huong Nguyen
2024-03-12 08:53:54 +07:00
+1 -1
View File
@@ -1492,7 +1492,7 @@ function disable_output_buffering() {
*/
function is_major_upgrade_required() {
global $CFG;
$lastmajordbchanges = 2022101400.03; // This should be the version where the breaking changes happen.
$lastmajordbchanges = 2024010400.00; // This should be the version where the breaking changes happen.
$required = empty($CFG->version);
$required = $required || (float)$CFG->version < $lastmajordbchanges;