mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-50102' of git://github.com/stronk7/moodle
This commit is contained in:
commit
57fc76ab92
358 changed files with 760 additions and 752 deletions
|
@ -24,6 +24,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
$plugin->version = 2014111000; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2014110400; // Requires this Moodle version.
|
||||
$plugin->version = 2015051100; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2015050500; // Requires this Moodle version.
|
||||
$plugin->component = 'theme_base'; // Full name of the plugin (used for diagnostics).
|
||||
|
|
|
@ -26,6 +26,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
$plugin->version = 2014111000;
|
||||
$plugin->requires = 2014110400;
|
||||
$plugin->version = 2015051100;
|
||||
$plugin->requires = 2015050500;
|
||||
$plugin->component = 'theme_bootstrapbase';
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
$plugin->version = 2014111000; // The current module version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2014110400; // Requires this Moodle version
|
||||
$plugin->version = 2015051100; // The current module version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2015050500; // Requires this Moodle version
|
||||
$plugin->component = 'theme_canvas'; // Full name of the plugin (used for diagnostics)
|
||||
$plugin->dependencies = array(
|
||||
'theme_base' => 2014110400,
|
||||
'theme_base' => 2015050500,
|
||||
);
|
||||
|
|
|
@ -30,9 +30,9 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
$plugin->version = 2014111000;
|
||||
$plugin->requires = 2014110400;
|
||||
$plugin->version = 2015051100;
|
||||
$plugin->requires = 2015050500;
|
||||
$plugin->component = 'theme_clean';
|
||||
$plugin->dependencies = array(
|
||||
'theme_bootstrapbase' => 2014110400,
|
||||
'theme_bootstrapbase' => 2015050500,
|
||||
);
|
||||
|
|
|
@ -24,10 +24,10 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
$plugin->version = 2014111000;
|
||||
$plugin->requires = 2014110400;
|
||||
$plugin->version = 2015051100;
|
||||
$plugin->requires = 2015050500;
|
||||
$plugin->component = 'theme_more';
|
||||
$plugin->dependencies = array(
|
||||
'theme_bootstrapbase' => 2014110400,
|
||||
'theme_clean' => 2014110400,
|
||||
'theme_bootstrapbase' => 2015050500,
|
||||
'theme_clean' => 2015050500,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue