MDL-47494 ddimageortext: Update version number for the 1.4 release.

This commit is contained in:
Tim Hunt 2014-01-08 13:08:26 +00:00
parent e7a04b0423
commit 864d36c939

View file

@ -25,13 +25,13 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->version = 2013070100; $plugin->version = 2014010800;
$plugin->requires = 2013051400; $plugin->requires = 2013051400;
$plugin->cron = 0; $plugin->cron = 0;
$plugin->component = 'qtype_ddimageortext'; $plugin->component = 'qtype_ddimageortext';
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.3 for Moodle 2.5+'; $plugin->release = '1.4 for Moodle 2.5+';
$plugin->dependencies = array( $plugin->dependencies = array(
'qtype_gapselect' => 2013070100, 'qtype_gapselect' => 2014010800,
); );