We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81da1f9 commit 568997dCopy full SHA for 568997d
CHANGES.md
@@ -0,0 +1,6 @@
1
+CHANGELOG
2
+=========
3
+
4
+4.5.0 (2025-05-06)
5
+------------------
6
+* Moodle 4.5 compatible version
version.php
@@ -17,7 +17,6 @@
17
/**
18
* Defines the version and other meta-info about the plugin
19
*
20
- * Setting the $plugin->version to 0 prevents the plugin from being installed.
21
* See https://docs.moodle.org/dev/version.php for more info.
22
23
* @package mod_moodleoverflow
@@ -29,7 +28,7 @@
29
28
defined('MOODLE_INTERNAL') || die();
30
31
$plugin->component = 'mod_moodleoverflow';
32
-$plugin->version = 2025050100;
+$plugin->version = 2025050600;
33
$plugin->requires = 2022112800;
34
$plugin->release = 'v4.5-r1';
35
$plugin->supported = [401, 405];
0 commit comments