There was an error while loading. Please reload this page.
1 parent f2bcfef commit cdbe28cCopy full SHA for cdbe28c
2 files changed
CHANGES.md
@@ -4,6 +4,10 @@ moodle-mod_collabora
4
Changes
5
-------
6
7
+### v5.0.2
8
+* fix error on security helper (#56)
9
+* optimize cache and connection check
10
+
11
### v5.0.1
12
* adjust code for Moodle 5.1
13
* apply new coding style
version.php
@@ -23,8 +23,8 @@
23
*/
24
defined('MOODLE_INTERNAL') || die;
25
26
-$plugin->version = 2025041901;
27
-$plugin->release = 'v5.0.1 (2026022000)';
+$plugin->version = 2025042000;
+$plugin->release = 'v5.0.2 (2026052600)';
28
$plugin->requires = 2025040800; // Moodle 5.0.
29
$plugin->component = 'mod_collabora';
30
$plugin->maturity = MATURITY_BETA;
0 commit comments