From ceac202f6417b769a035e0bfcc40852edcb6dee0 Mon Sep 17 00:00:00 2001 From: Juan Leyva Date: Tue, 2 Jun 2015 10:49:26 +0200 Subject: [PATCH] MDL-50442 ws: Add core_user_get_users_by_field 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 7d725ff0220..d618b30aed3 100644 --- a/lib/db/services.php +++ b/lib/db/services.php @@ -1128,6 +1128,7 @@ $services = array( 'gradereport_user_view_grade_report', 'core_rating_get_item_ratings', 'mod_url_view_url', + 'core_user_get_users_by_field', ), 'enabled' => 0, 'restrictedusers' => 0, diff --git a/version.php b/version.php index 07e5ce64fc7..7506bfaa0db 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2015060400.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2015060400.01; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes.