Skip to content

Commit 71f685c

Browse files
author
Andreas Grabs
committed
mod_collabora: update version and changelog
1 parent b1b618e commit 71f685c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ moodle-mod_collabora
33

44
Changes
55
-------
6+
7+
### v5.0
8+
* adjust code for Moodle 5.0 using Bootstrap 5.3
9+
610
### v4.5.4
711
* 2025-03-16 - If "Enable versioning" was set to "No", an error appeared
812
* 2025-03-16 - Download of version files was not possible

version.php

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

26-
$plugin->version = 2025030401;
27-
$plugin->release = 'v4.5.4 (2025031600)';
28-
$plugin->requires = 2022111800; // Moodle 4.1.
26+
$plugin->version = 2025041900;
27+
$plugin->release = 'v5.0 (2025041900)';
28+
$plugin->requires = 2025040800; // Moodle 5.0.
2929
$plugin->component = 'mod_collabora';
3030
$plugin->maturity = MATURITY_BETA;

0 commit comments

Comments
 (0)