mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-48021 bump: Bump all versions to planned release
This bumps all versions to planned 2.8 release (2014111000) version and all the dependencies to current 2.8rc1 (2014110400)
This commit is contained in:
parent
6ce4b8ea30
commit
de881693f7
354 changed files with 742 additions and 742 deletions
|
@ -26,11 +26,11 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'qtype_calculated';
|
||||
$plugin->version = 2014051200;
|
||||
$plugin->version = 2014111000;
|
||||
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->requires = 2014110400;
|
||||
$plugin->dependencies = array(
|
||||
'qtype_numerical' => 2014050800,
|
||||
'qtype_numerical' => 2014110400,
|
||||
);
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
|
@ -26,13 +26,13 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'qtype_calculatedmulti';
|
||||
$plugin->version = 2014051200;
|
||||
$plugin->version = 2014111000;
|
||||
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->requires = 2014110400;
|
||||
$plugin->dependencies = array(
|
||||
'qtype_numerical' => 2014050800,
|
||||
'qtype_calculated' => 2014050800,
|
||||
'qtype_multichoice' => 2014050800,
|
||||
'qtype_numerical' => 2014110400,
|
||||
'qtype_calculated' => 2014110400,
|
||||
'qtype_multichoice' => 2014110400,
|
||||
);
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
|
@ -26,12 +26,12 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'qtype_calculatedsimple';
|
||||
$plugin->version = 2014051200;
|
||||
$plugin->version = 2014111000;
|
||||
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->requires = 2014110400;
|
||||
$plugin->dependencies = array(
|
||||
'qtype_numerical' => 2014050800,
|
||||
'qtype_calculated' => 2014050800,
|
||||
'qtype_numerical' => 2014110400,
|
||||
'qtype_calculated' => 2014110400,
|
||||
);
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'qtype_description';
|
||||
$plugin->version = 2014051200;
|
||||
$plugin->version = 2014111000;
|
||||
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->requires = 2014110400;
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'qtype_essay';
|
||||
$plugin->version = 2014051200;
|
||||
$plugin->version = 2014111000;
|
||||
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->requires = 2014110400;
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'qtype_match';
|
||||
$plugin->version = 2014051200;
|
||||
$plugin->version = 2014111000;
|
||||
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->requires = 2014110400;
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'qtype_missingtype';
|
||||
$plugin->version = 2014051200;
|
||||
$plugin->version = 2014111000;
|
||||
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->requires = 2014110400;
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
|
@ -26,13 +26,13 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'qtype_multianswer';
|
||||
$plugin->version = 2014051200;
|
||||
$plugin->version = 2014111000;
|
||||
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->requires = 2014110400;
|
||||
$plugin->dependencies = array(
|
||||
'qtype_multichoice' => 2014050800,
|
||||
'qtype_numerical' => 2014050800,
|
||||
'qtype_shortanswer' => 2014050800,
|
||||
'qtype_multichoice' => 2014110400,
|
||||
'qtype_numerical' => 2014110400,
|
||||
'qtype_shortanswer' => 2014110400,
|
||||
);
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'qtype_multichoice';
|
||||
$plugin->version = 2014051200;
|
||||
$plugin->version = 2014111000;
|
||||
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->requires = 2014110400;
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'qtype_numerical';
|
||||
$plugin->version = 2014051200;
|
||||
$plugin->version = 2014111000;
|
||||
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->requires = 2014110400;
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'qtype_random';
|
||||
$plugin->version = 2014060200;
|
||||
$plugin->version = 2014111000;
|
||||
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->requires = 2014110400;
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
|
@ -24,14 +24,14 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2014051200;
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->version = 2014111000;
|
||||
$plugin->requires = 2014110400;
|
||||
|
||||
$plugin->component = 'qtype_randomsamatch';
|
||||
|
||||
$plugin->dependencies = array(
|
||||
'qtype_match' => 2014050800,
|
||||
'qtype_shortanswer' => 2014050800,
|
||||
'qtype_match' => 2014110400,
|
||||
'qtype_shortanswer' => 2014110400,
|
||||
);
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'qtype_shortanswer';
|
||||
$plugin->version = 2014051200;
|
||||
$plugin->version = 2014111000;
|
||||
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->requires = 2014110400;
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'qtype_truefalse';
|
||||
$plugin->version = 2014051200;
|
||||
$plugin->version = 2014111000;
|
||||
|
||||
$plugin->requires = 2014050800;
|
||||
$plugin->requires = 2014110400;
|
||||
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue