Merge branch 'MDL-79551-master-rc' of https://github.com/junpataleta/moodle

This commit is contained in:
Sara Arjona
2023-10-04 12:28:14 +02:00
440 changed files with 959 additions and 960 deletions
+2 -2
View File
@@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2023042400;
$plugin->requires = 2023041800;
$plugin->version = 2023100900;
$plugin->requires = 2023100400;
$plugin->component = 'theme_boost';
+3 -3
View File
@@ -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];