Skip to content

Commit cdbe28c

Browse files
committed
mod_collabora: update changelog and version
1 parent f2bcfef commit cdbe28c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ moodle-mod_collabora
44
Changes
55
-------
66

7+
### v5.0.2
8+
* fix error on security helper (#56)
9+
* optimize cache and connection check
10+
711
### v5.0.1
812
* adjust code for Moodle 5.1
913
* apply new coding style

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
*/
2424
defined('MOODLE_INTERNAL') || die;
2525

26-
$plugin->version = 2025041901;
27-
$plugin->release = 'v5.0.1 (2026022000)';
26+
$plugin->version = 2025042000;
27+
$plugin->release = 'v5.0.2 (2026052600)';
2828
$plugin->requires = 2025040800; // Moodle 5.0.
2929
$plugin->component = 'mod_collabora';
3030
$plugin->maturity = MATURITY_BETA;

0 commit comments

Comments
 (0)