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 0f58dea commit 15414a1Copy full SHA for 15414a1
version.php
@@ -26,8 +26,8 @@
26
27
$plugin = new stdClass();
28
29
-$plugin->version = 2019052800;
30
-$plugin->release = '2.1.0-beta';
+$plugin->version = 2019052900;
+$plugin->release = '2.1.0';
31
$plugin->requires = 2018120300;
32
-$plugin->maturity = MATURITY_BETA;
+$plugin->maturity = MATURITY_STABLE;
33
$plugin->component = 'tool_moodlebox';
0 commit comments