We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5e9b5 commit 7931887Copy full SHA for 7931887
CHANGES.md
@@ -4,7 +4,7 @@ moodle-local_profilecohort
4
Changes
5
-------
6
7
-### Unreleased
+### v5.0-r3
8
9
* 2025-10-31 - Improvement: Get rid of a deprecation warning on PHP 8.2 and upwards, resolves #66
10
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'local_profilecohort';
28
-$plugin->version = 2025041401;
29
-$plugin->release = 'v5.0-r2';
+$plugin->version = 2025041402;
+$plugin->release = 'v5.0-r3';
30
$plugin->requires = 2025041400;
31
$plugin->supported = [500, 500];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments