File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
services :
10
10
postgres :
11
- image : postgres:13
11
+ image : postgres:14
12
12
env :
13
13
POSTGRES_USER : ' postgres'
14
14
POSTGRES_HOST_AUTH_METHOD : ' trust'
30
30
strategy :
31
31
fail-fast : false
32
32
matrix :
33
- php : ['8.1 ', '8.2 ', '8.3 ']
34
- moodle-branch : ['MOODLE_405_STABLE ']
33
+ php : ['8.2 ', '8.3 ', '8.4 ']
34
+ moodle-branch : ['MOODLE_500_STABLE ']
35
35
database : [pgsql, mariadb]
36
36
37
37
steps :
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ moodle-block_cohortspecifichtml
4
4
Changes
5
5
-------
6
6
7
+ ### Unreleased
8
+
9
+ * 2025-04-14 - Prepare compatibility for Moodle 5.0.
10
+
7
11
### v4.5-r1
8
12
9
13
* 2024-10-14 - Upgrade: Adopt changes from MDL-82183 and use new \core\output\html_writer
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This Text block provides the possibility to selectively display the block to mem
9
9
Requirements
10
10
------------
11
11
12
- This plugin requires Moodle 4.5 +
12
+ This plugin requires Moodle 5.0 +
13
13
14
14
15
15
Motivation for this plugin
Original file line number Diff line number Diff line change 27
27
$ plugin ->component = 'block_cohortspecifichtml ' ;
28
28
$ plugin ->version = 2024100700 ;
29
29
$ plugin ->release = 'v4.5-r1 ' ;
30
- $ plugin ->requires = 2024100700 ;
31
- $ plugin ->supported = [405 , 405 ];
30
+ $ plugin ->requires = 2025041400 ;
31
+ $ plugin ->supported = [500 , 500 ];
32
32
$ plugin ->maturity = MATURITY_STABLE ;
33
- $ plugin ->dependencies = ['block_html ' => 2024060100 ];
33
+ $ plugin ->dependencies = ['block_html ' => 2025041400 ];
You can’t perform that action at this time.
0 commit comments