From 92a18f541bfe0618079147556a63be6b4ea0f1cd Mon Sep 17 00:00:00 2001 From: Pol Torrent Date: Wed, 21 Apr 2021 12:59:09 +0200 Subject: [PATCH] v4.2.6 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 17a01bb..c7e528b 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021031700; -$plugin->release = '4.2.5'; +$plugin->version = 2021042100; +$plugin->release = '4.2.6'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_RC; $plugin->component = 'qtype_multianswerwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2021031700 + 'qtype_wq' => 2021042100 );