mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
Merge branch 'MDL-77940' of https://github.com/stronk7/moodle
This commit is contained in:
commit
02ba4ceefa
422 changed files with 879 additions and 879 deletions
|
@ -24,6 +24,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2022112800;
|
||||
$plugin->requires = 2022111800;
|
||||
$plugin->version = 2023042400;
|
||||
$plugin->requires = 2023041800;
|
||||
$plugin->component = 'theme_boost';
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue