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 06cbeac commit c92beb0Copy full SHA for c92beb0
version.php
@@ -26,9 +26,9 @@
26
27
$plugin = new stdClass();
28
29
-$plugin->version = 2025042700;
30
-$plugin->release = '2.20.0';
+$plugin->version = 2025081400;
+$plugin->release = '2.21.0dev';
31
$plugin->requires = 2024042200;
32
$plugin->supported = [404, 500];
33
-$plugin->maturity = MATURITY_STABLE;
+$plugin->maturity = MATURITY_BETA;
34
$plugin->component = 'tool_moodlebox';
0 commit comments