We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2819b commit dc1af5bCopy full SHA for dc1af5b
version.php
@@ -30,8 +30,8 @@
30
31
defined('MOODLE_INTERNAL') || die();
32
33
-$plugin->version = 2018070300;
+$plugin->version = 2018102400;
34
$plugin->requires = 2013111800.00; // Requires this Moodle version (2.7).
35
-$plugin->release = '2.4'; // Plugin release.
+$plugin->release = '2.4.1'; // Plugin release.
36
$plugin->component = 'local_autogroup'; // Full name of the plugin (used for diagnostics).
37
$plugin->maturity = MATURITY_STABLE;
0 commit comments