Skip to content

Commit 9ef4704

Browse files
committed
Prepare compatibility for Moodle 5.1.
1 parent e867129 commit 9ef4704

File tree

3 files changed

+7
-3
lines changed

3 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-local_profilecohort
44
Changes
55
-------
66

7+
### Unreleased
8+
9+
* 2025-10-26 - Prepare compatibility for Moodle 5.1.
10+
711
### v5.0-r3
812

913
* 2025-10-31 - Improvement: Get rid of a deprecation warning on PHP 8.2 and upwards, resolves #66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Moodle plugin which lets admins manage cohort memberships based on users' custom
99
Requirements
1010
------------
1111

12-
This plugin requires Moodle 5.0+
12+
This plugin requires Moodle 5.1+
1313

1414

1515
Motivation for this plugin

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
$plugin->component = 'local_profilecohort';
2828
$plugin->version = 2025041402;
2929
$plugin->release = 'v5.0-r3';
30-
$plugin->requires = 2025041400;
31-
$plugin->supported = [500, 500];
30+
$plugin->requires = 2025100600;
31+
$plugin->supported = [501, 501];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)