From 173634f7e35199d246417014750140ecc21df85a Mon Sep 17 00:00:00 2001 From: Pol Torrent Date: Wed, 21 Apr 2021 11:59:54 +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 28c13d5..8699b1b 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_matchwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2021031700 + 'qtype_wq' => 2021042100 );