Merge branch 'MDL-63548_master' of git://github.com/markn86/moodle
authorAndrew Nicols <andrew@nicols.co.uk>
Tue, 23 Oct 2018 02:25:54 +0000 (10:25 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Tue, 23 Oct 2018 02:25:54 +0000 (10:25 +0800)
1  2 
lib/db/services.php
message/classes/api.php
message/externallib.php
message/tests/api_test.php
message/tests/externallib_test.php
message/upgrade.txt
version.php

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc version.php
@@@ -29,7 -29,7 +29,7 @@@
  
  defined('MOODLE_INTERNAL') || die();
  
- $version  = 2018102200.00;              // YYYYMMDD      = weekly release date of this DEV branch.
 -$version  = 2018101900.01;              // YYYYMMDD      = weekly release date of this DEV branch.
++$version  = 2018102300.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                          //         RR    = release increments - 00 in DEV branches.
                                          //           .XX = incremental changes.