mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
MDL-42923 Add renamed web services to the Mobile app service
Keep the deprecated ones for backwards compatibility
This commit is contained in:
parent
ec4c8161a4
commit
cb9d825754
@ -906,7 +906,15 @@ $services = array(
|
|||||||
'core_course_get_contents',
|
'core_course_get_contents',
|
||||||
'core_get_component_strings',
|
'core_get_component_strings',
|
||||||
'core_user_add_user_device',
|
'core_user_add_user_device',
|
||||||
'core_calendar_get_calendar_events'),
|
'core_calendar_get_calendar_events',
|
||||||
|
'core_enrol_get_users_courses',
|
||||||
|
'core_enrol_get_enrolled_users',
|
||||||
|
'core_user_get_users_by_id',
|
||||||
|
'core_webservice_get_site_info',
|
||||||
|
'core_notes_create_notes',
|
||||||
|
'core_user_get_course_user_profiles',
|
||||||
|
'core_enrol_get_enrolled_users',
|
||||||
|
'core_message_send_instant_messages'),
|
||||||
'enabled' => 0,
|
'enabled' => 0,
|
||||||
'restrictedusers' => 0,
|
'restrictedusers' => 0,
|
||||||
'shortname' => MOODLE_OFFICIAL_MOBILE_SERVICE,
|
'shortname' => MOODLE_OFFICIAL_MOBILE_SERVICE,
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$version = 2014022000.00; // YYYYMMDD = weekly release date of this DEV branch.
|
$version = 2014022000.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||||
// RR = release increments - 00 in DEV branches.
|
// RR = release increments - 00 in DEV branches.
|
||||||
// .XX = incremental changes.
|
// .XX = incremental changes.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user