From bc7b1a3d4ddea8228b142693d97cf527514c01b8 Mon Sep 17 00:00:00 2001 From: Juan Leyva Date: Thu, 3 Dec 2015 13:02:56 +0100 Subject: [PATCH] MDL-52399 webservice: Add core_notes_delete_notes to the mobile service --- lib/db/services.php | 1 + version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/db/services.php b/lib/db/services.php index 8060d7fb83a..069ac21eee7 100644 --- a/lib/db/services.php +++ b/lib/db/services.php @@ -1163,6 +1163,7 @@ $services = array( 'core_user_get_users_by_id', 'core_webservice_get_site_info', 'core_notes_create_notes', + 'core_notes_delete_notes', 'core_user_get_course_user_profiles', 'core_message_send_instant_messages', 'mod_assign_get_grades', diff --git a/version.php b/version.php index 3e00bee66e6..b1f750ad128 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2015111600.02; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2015111600.03; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes.