Skip to content

Commit b9126de

Browse files
committed
Prepare for next release
Add a CHANGES.md for user-visible changes. Bump the plugin version and release version.
1 parent 15aa406 commit b9126de

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CHANGELOG
2+
=========
3+
4+
Changes in v5.0-r1 (since v4.5-r1)
5+
----------------------------------
6+
7+
- support for Moodle 5.0
8+
- add CHANGES.md for user-visible changes

version.php

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

2626

27-
$plugin->version = 2025021900; // The current plugin version (Date: YYYYMMDDXX).
27+
$plugin->version = 2025091700; // The current plugin version (Date: YYYYMMDDXX).
2828
$plugin->requires = 2022112800; // Requires 4.1+ Moodle version.
2929
$plugin->component = 'block_groups'; // Full name of the plugin (used for diagnostics).
30-
$plugin->release = 'v4.5-r1';
30+
$plugin->release = 'v5.0-r1';
3131
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)