diff --git a/lib/db/services.php b/lib/db/services.php index fe8736020f8..1cb0188dca8 100644 --- a/lib/db/services.php +++ b/lib/db/services.php @@ -905,7 +905,8 @@ $services = array( '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, diff --git a/version.php b/version.php index c6a89981bbf..286cc3a8769 100644 --- a/version.php +++ b/version.php @@ -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.