mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 23:20:09 +01:00
Merge branch 'MDL-57844-master' of git://github.com/dpalou/moodle
This commit is contained in:
commit
8abe17288b
@ -702,6 +702,7 @@ $functions = array(
|
||||
'description' => 'Retrieve the template data for the conversation list',
|
||||
'type' => 'read',
|
||||
'ajax' => true,
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_message_data_for_messagearea_contacts' => array(
|
||||
'classname' => 'core_message_external',
|
||||
@ -710,6 +711,7 @@ $functions = array(
|
||||
'description' => 'Retrieve the template data for the contact list',
|
||||
'type' => 'read',
|
||||
'ajax' => true,
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_message_data_for_messagearea_messages' => array(
|
||||
'classname' => 'core_message_external',
|
||||
@ -718,6 +720,7 @@ $functions = array(
|
||||
'description' => 'Retrieve the template data for the messages',
|
||||
'type' => 'read',
|
||||
'ajax' => true,
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_message_data_for_messagearea_get_most_recent_message' => array(
|
||||
'classname' => 'core_message_external',
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2017020200.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2017020200.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user