mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 18:35:14 +02:00
MDL-47494 qtype: Bump the version numbers for OU DD qtypes
This commit is contained in:
parent
5a22d35e8b
commit
96a744babd
question/type
@ -24,12 +24,12 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2015051000;
|
||||
$plugin->requires = 2014110400;
|
||||
$plugin->version = 2015091100;
|
||||
$plugin->requires = 2015050500;
|
||||
|
||||
$plugin->component = 'qtype_ddimageortext';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
||||
$plugin->dependencies = array(
|
||||
'qtype_gapselect' => 2015040500,
|
||||
'qtype_gapselect' => 2015091100,
|
||||
);
|
||||
|
@ -24,13 +24,13 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2015040500;
|
||||
$plugin->requires = 2014110400;
|
||||
$plugin->version = 2015091100;
|
||||
$plugin->requires = 2015050500;
|
||||
|
||||
$plugin->component = 'qtype_ddmarker';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
||||
$plugin->dependencies = array(
|
||||
'qtype_gapselect' => 2015040500,
|
||||
'qtype_ddimageortext' => 2015040500,
|
||||
'qtype_gapselect' => 2015091100,
|
||||
'qtype_ddimageortext' => 2015091100,
|
||||
);
|
||||
|
@ -24,12 +24,12 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2015040500;
|
||||
$plugin->requires = 2014110400;
|
||||
$plugin->version = 2015091100;
|
||||
$plugin->requires = 2015050500;
|
||||
|
||||
$plugin->component = 'qtype_ddwtos';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
||||
$plugin->dependencies = array(
|
||||
'qtype_gapselect' => 2015040500,
|
||||
'qtype_gapselect' => 2015091100,
|
||||
);
|
||||
|
@ -24,8 +24,8 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2015040500;
|
||||
$plugin->requires = 2014110400;
|
||||
$plugin->version = 2015091100;
|
||||
$plugin->requires = 2015050500;
|
||||
|
||||
$plugin->component = 'qtype_gapselect';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user