Skip to content

Commit eab2d98

Browse files
committed
issue #68: bump version
1 parent 8a723c7 commit eab2d98

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ Dynamic cohorts plugin allows dynamically add and remove users from cohorts base
88

99
# Versions and branches
1010

11-
| Moodle Version | Branch |
12-
|----------------|-------------------|
13-
| Moodle 4.1+ | MOODLE_401_STABLE |
11+
| Moodle Version | Branch |
12+
|------------------|-------------------|
13+
| Moodle 4.1 - 4.3 | MOODLE_401_STABLE |
14+
| Moodle 4.4+ | MOODLE_404_STABLE |
15+
1416

1517
## Installing via uploaded ZIP file ##
1618

version.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'tool_dynamic_cohorts';
28-
$plugin->release = 2024051000;
29-
$plugin->version = 2024051000;
28+
$plugin->release = 2024062200;
29+
$plugin->version = 2024062200;
3030
$plugin->requires = 2022112800;
31-
$plugin->supported = [401, 403];
31+
$plugin->supported = [404, 404];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)