From a090259eaa12d38ed554bd5dfd3ea1e18cae5a2a Mon Sep 17 00:00:00 2001 From: Juan Leyva Date: Thu, 5 Mar 2015 16:52:08 +0100 Subject: [PATCH] MDL-49337 webservices: Include the new WS in the mobile app service --- lib/db/services.php | 3 ++- mod/data/version.php | 2 +- version.php | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/db/services.php b/lib/db/services.php index 00d90d1bcde..b404e676609 100644 --- a/lib/db/services.php +++ b/lib/db/services.php @@ -1013,7 +1013,8 @@ $services = array( 'gradereport_user_get_grades_table', 'core_group_get_course_user_groups', 'core_user_remove_user_device', - 'core_course_get_courses' + 'core_course_get_courses', + 'mod_data_get_databases_by_courses', ), 'enabled' => 0, 'restrictedusers' => 0, diff --git a/mod/data/version.php b/mod/data/version.php index bb795621df2..5668c121783 100644 --- a/mod/data/version.php +++ b/mod/data/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015030900; // The current module version (Date: YYYYMMDDXX) +$plugin->version = 2015030901; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2014110400; // Requires this Moodle version $plugin->component = 'mod_data'; // Full name of the plugin (used for diagnostics) $plugin->cron = 0; diff --git a/version.php b/version.php index f675fe27e88..72fd64f741d 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2015031900.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2015031900.01; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes.