Merge branch 'MDL-64282' of git://github.com/stronk7/moodle

This commit is contained in:
David Monllao 2018-11-30 13:02:47 +01:00
commit 823fc75421
399 changed files with 835 additions and 835 deletions

View file

@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2018051400;
$plugin->requires = 2018050800;
$plugin->version = 2018120300;
$plugin->requires = 2018112800;
$plugin->component = 'theme_boost';

View file

@ -26,6 +26,6 @@
defined('MOODLE_INTERNAL') || die;
$plugin->version = 2018051400;
$plugin->requires = 2018050800;
$plugin->version = 2018120300;
$plugin->requires = 2018112800;
$plugin->component = 'theme_bootstrapbase';

View file

@ -30,9 +30,9 @@
defined('MOODLE_INTERNAL') || die;
$plugin->version = 2018051400;
$plugin->requires = 2018050800;
$plugin->version = 2018120300;
$plugin->requires = 2018112800;
$plugin->component = 'theme_clean';
$plugin->dependencies = array(
'theme_bootstrapbase' => 2018050800,
'theme_bootstrapbase' => 2018112800,
);

View file

@ -24,10 +24,10 @@
defined('MOODLE_INTERNAL') || die;
$plugin->version = 2018051400;
$plugin->requires = 2018050800;
$plugin->version = 2018120300;
$plugin->requires = 2018112800;
$plugin->component = 'theme_more';
$plugin->dependencies = array(
'theme_bootstrapbase' => 2018050800,
'theme_clean' => 2018050800,
'theme_bootstrapbase' => 2018112800,
'theme_clean' => 2018112800,
);