We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f334fa6 commit 772d9b8Copy full SHA for 772d9b8
version.php
@@ -16,11 +16,11 @@
16
17
defined('MOODLE_INTERNAL') || die();
18
19
-$plugin->version = 2024121902;
+$plugin->version = 2025042900;
20
$plugin->requires = 2020061500; // Moodle 3.9.
21
-$plugin->release = '4.12.2';
+$plugin->release = '4.13.0';
22
$plugin->maturity = MATURITY_STABLE;
23
$plugin->component = 'qtype_truefalsewiris';
24
$plugin->dependencies = array(
25
- 'qtype_wq' => 2024121902
+ 'qtype_wq' => 2025042900
26
);
0 commit comments