File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 31
31
fail-fast : false
32
32
matrix :
33
33
php : ['8.1', '8.2', '8.3']
34
- moodle-branch : ['MOODLE_404_STABLE ']
34
+ moodle-branch : ['MOODLE_405_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-local_resort_courses
4
4
Changes
5
5
-------
6
6
7
+ ### Unreleased
8
+
9
+ * 2024-10-07 - Prepare compatibility for Moodle 4.5.
10
+
7
11
### v4.4-r1
8
12
9
13
* 2024-08-24 - Development: Rename master branch to main, please update your clones.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Moodle plugin which sorts a category page automatically as soon as a course has
9
9
Requirements
10
10
------------
11
11
12
- This plugin requires Moodle 4.4 +
12
+ This plugin requires Moodle 4.5 +
13
13
14
14
15
15
Motivation for this plugin
Original file line number Diff line number Diff line change 27
27
$ plugin ->component = 'local_resort_courses ' ;
28
28
$ plugin ->version = 2024060100 ;
29
29
$ plugin ->release = 'v4.4-r1 ' ;
30
- $ plugin ->requires = 2024042200 ;
31
- $ plugin ->supported = [404 , 404 ];
30
+ $ plugin ->requires = 2024100700 ;
31
+ $ plugin ->supported = [405 , 405 ];
32
32
$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments