MDL-50346 core: Allow sub-directories in template names

This commit is contained in:
Andrew Nicols
2019-08-07 11:44:49 +08:00
parent 414eca8923
commit 0261d1effa
15 changed files with 209 additions and 64 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2019080100.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2019080700.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.