Skip to content

Commit

Permalink
MDL-42923 Add renamed web services to the Mobile app service
Browse files Browse the repository at this point in the history
Keep the deprecated ones for backwards compatibility
  • Loading branch information
jleyva committed Feb 21, 2014
1 parent ec4c816 commit cb9d825
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion lib/db/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,15 @@
'core_course_get_contents',
'core_get_component_strings',
'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,
'restrictedusers' => 0,
'shortname' => MOODLE_OFFICIAL_MOBILE_SERVICE,
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

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.
// .XX = incremental changes.

Expand Down

0 comments on commit cb9d825

Please sign in to comment.