mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-47494 ddimageortext: Update version number for the 1.4 release.
This commit is contained in:
parent
e7a04b0423
commit
864d36c939
1 changed files with 3 additions and 3 deletions
|
@ -25,13 +25,13 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
|
||||
$plugin->version = 2013070100;
|
||||
$plugin->version = 2014010800;
|
||||
$plugin->requires = 2013051400;
|
||||
$plugin->cron = 0;
|
||||
$plugin->component = 'qtype_ddimageortext';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->release = '1.3 for Moodle 2.5+';
|
||||
$plugin->release = '1.4 for Moodle 2.5+';
|
||||
|
||||
$plugin->dependencies = array(
|
||||
'qtype_gapselect' => 2013070100,
|
||||
'qtype_gapselect' => 2014010800,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue