MDL-47494 ddmarker: Update release information.

This commit is contained in:
Tim Hunt
2012-08-16 16:41:59 +02:00
parent 6cbe5bb3b2
commit 51ffcb950a
+2 -2
View File
@@ -26,12 +26,12 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2011051200;
$plugin->version = 2012081600;
$plugin->requires = 2011120500;
$plugin->cron = 0;
$plugin->component = 'qtype_ddmarker';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.0';
$plugin->release = '1.1 for Moodle 2.2';
$plugin->dependencies = array(
'qtype_gapselect' => 2011020100,