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