MDL-72032 core: Add roles to items

- Part of: MDL-69588
This commit is contained in:
Peter Dias
2021-08-23 17:47:22 +08:00
committed by Mathew May
parent 9f40dcae9a
commit dfefc86393
12 changed files with 63 additions and 31 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2021052503;
$plugin->version = 2021052504;
$plugin->requires = 2021052500;
$plugin->component = 'theme_boost';