Skip to content

Commit 3277263

Browse files
author
Andreas Grabs
committed
mod_etherpadlite: update version and changelog
1 parent c7907a2 commit 3277263

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
@@ -4,6 +4,10 @@ moodle-mod_etherpadlite
44
Changes
55
-------
66

7+
### v5.0
8+
* Tint monologo icon with dark grey as standard, resolves (#77)
9+
* adjust code for Moodle 5.0 using Bootstrap 5.3
10+
711
### v4.4
812

913
* 2024-07-10 - Requires now Moodle 4.4

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
*/
2727
defined('MOODLE_INTERNAL') || die;
2828

29-
$plugin->version = 2024071000; // The current module version (Date: YYYYMMDDXX).
30-
$plugin->release = 'v4.4 (2024071000)';
31-
$plugin->requires = 2024041600;
29+
$plugin->version = 2025041500; // The current module version (Date: YYYYMMDDXX).
30+
$plugin->release = 'v5.0 (2025041500)';
31+
$plugin->requires = 2025040800;
3232
$plugin->component = 'mod_etherpadlite';
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)