mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
Merge branch 'MDL-64282' of git://github.com/stronk7/moodle
This commit is contained in:
commit
823fc75421
399 changed files with 835 additions and 835 deletions
|
@ -24,6 +24,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2018051400;
|
||||
$plugin->requires = 2018050800;
|
||||
$plugin->version = 2018120300;
|
||||
$plugin->requires = 2018112800;
|
||||
$plugin->component = 'theme_boost';
|
||||
|
|
|
@ -26,6 +26,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
$plugin->version = 2018051400;
|
||||
$plugin->requires = 2018050800;
|
||||
$plugin->version = 2018120300;
|
||||
$plugin->requires = 2018112800;
|
||||
$plugin->component = 'theme_bootstrapbase';
|
||||
|
|
|
@ -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,
|
||||
);
|
||||
|
|
|
@ -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,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue