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 d6aa3d5 commit 4117738Copy full SHA for 4117738
version.php
@@ -26,8 +26,8 @@
26
27
$plugin = new stdClass();
28
29
-$plugin->version = 2018111101;
30
-$plugin->release = '1.12.2-beta';
+$plugin->version = 2018120100;
+$plugin->release = '1.12.2';
31
$plugin->requires = 2017051500;
32
-$plugin->maturity = MATURITY_BETA;
+$plugin->maturity = MATURITY_STABLE;
33
$plugin->component = 'tool_moodlebox';
0 commit comments