File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 25
25
fail-fast : false
26
26
matrix :
27
27
php : ['8.1', '8.2', '8.3']
28
- moodle-branch : ['MOODLE_404_STABLE ']
28
+ moodle-branch : ['MOODLE_405_STABLE ']
29
29
database : [pgsql]
30
30
extensions : [redis]
31
31
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ moodle-tool_redis
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 adds a Redis management GUI to Moodle site administration.
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 = 'tool_redis ' ;
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 ;
33
- $ plugin ->dependencies = ['cachestore_redis ' => 2024042200 ];
33
+ $ plugin ->dependencies = ['cachestore_redis ' => 2024060100 ];
You can’t perform that action at this time.
0 commit comments