Merge branch 'MDL-86208-main' of https://github.com/roland04/moodle
This commit is contained in:
@@ -1745,6 +1745,7 @@ $functions = array(
|
||||
'type' => 'read',
|
||||
'loginrequired' => false,
|
||||
'ajax' => true,
|
||||
'services' => [MOODLE_OFFICIAL_MOBILE_SERVICE],
|
||||
),
|
||||
// Question related functions.
|
||||
'core_question_update_flag' => array(
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2025091600.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2025091600.02; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
$release = '5.1dev+ (Build: 20250916)'; // Human-friendly version name
|
||||
|
||||
Reference in New Issue
Block a user