File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,11 @@ Dynamic cohorts plugin allows dynamically add and remove users from cohorts base
8
8
9
9
# Versions and branches
10
10
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
+
14
16
15
17
## Installing via uploaded ZIP file ##
16
18
Original file line number Diff line number Diff line change 25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
27
27
$ plugin ->component = 'tool_dynamic_cohorts ' ;
28
- $ plugin ->release = 2024051000 ;
29
- $ plugin ->version = 2024051000 ;
28
+ $ plugin ->release = 2024062200 ;
29
+ $ plugin ->version = 2024062200 ;
30
30
$ plugin ->requires = 2022112800 ;
31
- $ plugin ->supported = [401 , 403 ];
31
+ $ plugin ->supported = [404 , 404 ];
32
32
$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments