From aea4a6b6fa88d1ba2b968d753734100c01182ce9 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Wed, 12 Nov 2014 16:00:45 +0000 Subject: [PATCH] MDL-47494 ddimageortext: Bump the version number for the 1.6 release. --- question/type/ddimageortext/version.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/question/type/ddimageortext/version.php b/question/type/ddimageortext/version.php index 57ccc69f6b9..1385dbd31db 100644 --- a/question/type/ddimageortext/version.php +++ b/question/type/ddimageortext/version.php @@ -17,21 +17,20 @@ /** * Version information for the drag-and-drop onto image question type. * - * @package qtype_ddimageortext - * @copyright 2011 The Open University - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * @package qtype_ddimageortext + * @copyright 2011 The Open University + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); - -$plugin->version = 2014042800; -$plugin->requires = 2013051400; +$plugin->version = 2014111200; +$plugin->requires = 2013101800; $plugin->cron = 0; $plugin->component = 'qtype_ddimageortext'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.5 for Moodle 2.5+'; +$plugin->release = '1.6 for Moodle 2.6+'; $plugin->dependencies = array( - 'qtype_gapselect' => 2014010800, + 'qtype_gapselect' => 2014111200, ); -- 2.11.4.GIT