Commit ef3a0b4 1 parent 9fda6ea commit ef3a0b4 Copy full SHA for ef3a0b4
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Version 404.0.1 - TBR
5
5
----------------------------
6
- 1 . Alpha version for Moodle 4.4.
6
+ 1 . Release candidate version for Moodle 4.4.
7
7
8
8
Version 403.1.2 - TBR
9
9
----------------------------
Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ A topics based format that uses a grid of user selectable images to select a sec
4
4
5
5
Required release of Moodle
6
6
==========================
7
- This version works with Moodle 4.3 version 2023100900 .00 (Build: 20231009 ) and above within the MOODLE_403_STABLE branch until the
7
+ This version works with Moodle 4.4 version 2024042200 .00 (Build: 20240422 ) and above within the MOODLE_404_STABLE branch until the
8
8
next release.
9
9
10
- Please ensure that your hardware and software complies with 'Requirements' in '[ Installing Moodle] ( https://docs.moodle.org/403 /en/Installing_Moodle ) '.
10
+ Please ensure that your hardware and software complies with 'Requirements' in '[ Installing Moodle] ( https://docs.moodle.org/404 /en/Installing_Moodle ) '.
11
11
12
12
Free software
13
13
=============
14
14
The Grid format is 'free' software under the terms of the GNU GPLv3 License, please see 'COPYING.txt'.
15
15
16
16
The primary source for downloading this branch of the format is https://moodle.org/plugins/view.php?plugin=format_grid
17
- with 'Your Moodle version:' set at 'Moodle 4.3 '.
17
+ with 'Your Moodle version:' set at 'Moodle 4.4 '.
18
18
19
19
The secondary source is https://github.com/gjbarnard/moodle-format_grid/tags
20
20
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ benefits.
33
33
34
34
Required release of Moodle
35
35
==========================
36
- This version works with Moodle 4.2 version 2023042400 .00 (Build: 20230424 ) and above within the MOODLE_402_STABLE branch until the
36
+ This version works with Moodle 4.4 version 2024042200 .00 (Build: 20240422 ) and above within the MOODLE_404_STABLE branch until the
37
37
next release.
38
38
39
- Please ensure that your hardware and software complies with 'Requirements' in '[ Installing Moodle] ( https://docs.moodle.org/402 /en/Installing_Moodle ) '.
39
+ Please ensure that your hardware and software complies with 'Requirements' in '[ Installing Moodle] ( https://docs.moodle.org/404 /en/Installing_Moodle ) '.
40
40
41
41
Reporting issues
42
42
================
Original file line number Diff line number Diff line change 32
32
$ plugin ->version = 2024032900 ;
33
33
34
34
// Required Moodle version.
35
- $ plugin ->requires = 2024032600 .00 ; // 4.4 (Build: 20240326 ).
35
+ $ plugin ->requires = 2024042200 .00 ; // 4.4 (Build: 20240422 ).
36
36
37
37
// Supported Moodle version.
38
38
$ plugin ->supported = [404 , 404 ];
41
41
$ plugin ->component = 'format_grid ' ;
42
42
43
43
// Software maturity level.
44
- $ plugin ->maturity = MATURITY_ALPHA ;
44
+ $ plugin ->maturity = MATURITY_RC ;
45
45
46
46
// User-friendly version number.
47
47
$ plugin ->release = '404.0.1 ' ;
You can’t perform that action at this time.
0 commit comments