MDL-63548 core_message: added mark_all_conversation_messages_as_read WS

This commit is contained in:
Mark Nelson
2018-10-23 09:52:43 +08:00
parent abf7a261a9
commit 09ec501781
4 changed files with 192 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2018101900.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2018101900.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.