Merge branch 'MDL-79618_master' of https://github.com/marcusgreen/moodle
This commit is contained in:
@@ -228,6 +228,7 @@ $functions = array(
|
||||
'capabilities' => 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries',
|
||||
'ajax' => true,
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
'readonlysession' => true,
|
||||
),
|
||||
'core_calendar_get_action_events_by_course' => array(
|
||||
'classname' => 'core_calendar_external',
|
||||
@@ -669,6 +670,7 @@ $functions = array(
|
||||
'type' => 'read',
|
||||
'ajax' => true,
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
'readonlysession' => true,
|
||||
),
|
||||
'core_course_get_recent_courses' => array(
|
||||
'classname' => 'core_course_external',
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2023102700.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2023102700.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
$release = '4.4dev (Build: 20231027)'; // Human-friendly version name
|
||||
|
||||
Reference in New Issue
Block a user