Skip to content

Commit b0744c8

Browse files
committed
Bump version and edit changelog for next release
1 parent 0dac59b commit b0744c8

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
CHANGELOG
22
=========
33

4+
Changes in v5.0-r2 (since v5.0-r1)
5+
----------------------------------
6+
7+
No changes. The last release was an error due to misplaced Git version
8+
tags.
9+
10+
411
Changes in v5.0-r1 (since v4.5-r1)
5-
------------------
12+
----------------------------------
613

714
- support for Moodle 5.0
815
- add CHANGES.md for user-visible changes

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->maturity = MATURITY_STABLE;
29-
$plugin->release = 'v5.0-r1';
30-
$plugin->version = 2025091600; // The current module version (Date: YYYYMMDDXX).
29+
$plugin->release = 'v5.0-r2';
30+
$plugin->version = 2025091700; // The current module version (Date: YYYYMMDDXX).
3131
$plugin->requires = 2022112800; // Requires 4.1+ Moodle version.
3232
$plugin->component = 'mod_groupmembers'; // Full name of the plugin (used for diagnostics).

0 commit comments

Comments
 (0)