MDL-47494 ddmarker: Update version number for the 1.6 release.
This commit is contained in:
@@ -25,12 +25,12 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2014042800;
|
||||
$plugin->version = 2014060300;
|
||||
$plugin->requires = 2013051400;
|
||||
$plugin->cron = 0;
|
||||
$plugin->component = 'qtype_ddmarker';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->release = '1.5 for Moodle 2.5+';
|
||||
$plugin->release = '1.6 for Moodle 2.5+';
|
||||
|
||||
$plugin->dependencies = array(
|
||||
'qtype_gapselect' => 2014010800,
|
||||
|
||||
Reference in New Issue
Block a user