This commit is contained in:
Jun Pataleta 2023-04-19 17:43:23 +08:00
commit 02ba4ceefa
422 changed files with 879 additions and 879 deletions

View file

@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2022112800;
$plugin->requires = 2022111800;
$plugin->version = 2023042400;
$plugin->requires = 2023041800;
$plugin->component = 'theme_boost';

View file

@ -25,7 +25,7 @@
// This line protects the file from being accessed by a URL directly.
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2022112800;
$plugin->requires = 2022111800;
$plugin->version = 2023042400;
$plugin->requires = 2023041800;
$plugin->component = 'theme_classic';
$plugin->dependencies = array('theme_boost' => 2022111800);
$plugin->dependencies = array('theme_boost' => 2023041800);