Merge branch 'MDL-79551-master-rc' of https://github.com/junpataleta/moodle
This commit is contained in:
@@ -24,6 +24,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2023042400;
|
||||
$plugin->requires = 2023041800;
|
||||
$plugin->version = 2023100900;
|
||||
$plugin->requires = 2023100400;
|
||||
$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 = 2023042400;
|
||||
$plugin->requires = 2023041800;
|
||||
$plugin->version = 2023100900;
|
||||
$plugin->requires = 2023100400;
|
||||
$plugin->component = 'theme_classic';
|
||||
$plugin->dependencies = array('theme_boost' => 2023041800);
|
||||
$plugin->dependencies = ['theme_boost' => 2023100400];
|
||||
|
||||
Reference in New Issue
Block a user