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 cf861b6 commit 4fd352dCopy full SHA for 4fd352d
version.php
@@ -26,10 +26,9 @@
26
27
defined('MOODLE_INTERNAL') || die();
28
29
-$plugin->version = 2025080100;
+$plugin->version = 2025111200;
30
$plugin->requires = 2022112819; // Require Moodle 4.1.
31
-$plugin->supported = [401, 500];
+$plugin->supported = [405, 501];
32
$plugin->component = 'mod_moodleoverflow';
33
-$plugin->maturity = MATURITY_STABLE;
34
-$plugin->release = 'v5.0-r1';
35
-$plugin->dependencies = [];
+$plugin->maturity = MATURITY_ALPHA;
+$plugin->release = 'v5.1-r1';
0 commit comments