diff --git a/lib/db/services.php b/lib/db/services.php index 3b29fd0cc41..820e5278b67 100644 --- a/lib/db/services.php +++ b/lib/db/services.php @@ -945,7 +945,9 @@ $services = array( 'mod_assign_save_user_extensions', 'mod_assign_reveal_identities', 'message_airnotifier_is_system_configured', - 'message_airnotifier_are_notification_preferences_configured'), + 'message_airnotifier_are_notification_preferences_configured', + 'core_grades_get_grades', + 'core_grades_update_grades'), 'enabled' => 0, 'restrictedusers' => 0, 'shortname' => MOODLE_OFFICIAL_MOBILE_SERVICE, diff --git a/version.php b/version.php index f80e0f37ca8..3098ce72465 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2014042200.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2014042200.01; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes.