Skip to content

Commit

Permalink
MDL-44020 Add core_calendar_get_calendar_events function to the moodl…
Browse files Browse the repository at this point in the history
…e mobile core service
  • Loading branch information
jleyva committed Feb 7, 2014
1 parent 974c2cd commit 925f4d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/db/services.php
Expand Up @@ -905,7 +905,8 @@
'moodle_message_send_instantmessages',
'core_course_get_contents',
'core_get_component_strings',
'core_user_add_user_device'),
'core_user_add_user_device',
'core_calendar_get_calendar_events'),
'enabled' => 0,
'restrictedusers' => 0,
'shortname' => MOODLE_OFFICIAL_MOBILE_SERVICE,
Expand Down
2 changes: 1 addition & 1 deletion version.php
Expand Up @@ -29,7 +29,7 @@

defined('MOODLE_INTERNAL') || die();

$version = 2014020700.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2014020700.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 925f4d6

Please sign in to comment.