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 ed271e5 commit 4959b71Copy full SHA for 4959b71
CHANGES.md
@@ -4,3 +4,7 @@ CHANGELOG
4
4.5.0 (2025-05-06)
5
------------------
6
* Moodle 4.5 compatible version
7
+
8
+4.5.1 (2025-05-19)
9
+------------------
10
+[HOTFIX] #214
version.php
@@ -28,9 +28,8 @@
28
defined('MOODLE_INTERNAL') || die();
29
30
$plugin->component = 'mod_moodleoverflow';
31
-$plugin->version = 2025050600;
32
-$plugin->version = 2025051700;
+$plugin->version = 2025051900;
33
$plugin->requires = 2022112800;
34
-$plugin->release = 'v4.5-r1';
+$plugin->release = 'v4.5-r2';
35
$plugin->supported = [401, 405];
36
$plugin->maturity = MATURITY_STABLE;
0 commit comments