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 b1b618e commit 71f685cCopy full SHA for 71f685c
CHANGES.md
@@ -3,6 +3,10 @@ moodle-mod_collabora
3
4
Changes
5
-------
6
+
7
+### v5.0
8
+* adjust code for Moodle 5.0 using Bootstrap 5.3
9
10
### v4.5.4
11
* 2025-03-16 - If "Enable versioning" was set to "No", an error appeared
12
* 2025-03-16 - Download of version files was not possible
version.php
@@ -23,8 +23,8 @@
23
*/
24
defined('MOODLE_INTERNAL') || die;
25
26
-$plugin->version = 2025030401;
27
-$plugin->release = 'v4.5.4 (2025031600)';
28
-$plugin->requires = 2022111800; // Moodle 4.1.
+$plugin->version = 2025041900;
+$plugin->release = 'v5.0 (2025041900)';
+$plugin->requires = 2025040800; // Moodle 5.0.
29
$plugin->component = 'mod_collabora';
30
$plugin->maturity = MATURITY_BETA;
0 commit comments