We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5059e1d commit 19ee572Copy full SHA for 19ee572
version.php
@@ -26,9 +26,9 @@
26
27
$plugin = new stdClass();
28
29
-$plugin->version = 2023100100;
+$plugin->version = 2023100101;
30
$plugin->release = '2.17.0';
31
$plugin->requires = 2018120300;
32
-$plugin->supported = [36, 420];
+$plugin->supported = [36, 430];
33
$plugin->maturity = MATURITY_STABLE;
34
$plugin->component = 'tool_moodlebox';
0 commit comments