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
@@ -21,6 +21,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2019052000; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2019052002; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2019051100; // Requires this Moodle version.
$plugin->component = 'tool_templatelibrary'; // Full name of the plugin (used for diagnostics).