1
0
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:
Damyon Wiese 2015-09-11 14:42:40 +08:00 committed by Tim Hunt
parent 5a22d35e8b
commit 96a744babd
4 changed files with 12 additions and 12 deletions
question/type
ddimageortext
ddmarker
ddwtos
gapselect

@ -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;