Skip to content

Commit ef3a0b4

Browse files
committed
M4.4 version
1 parent 9fda6ea commit ef3a0b4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ History
33

44
Version 404.0.1 - TBR
55
----------------------------
6-
1. Alpha version for Moodle 4.4.
6+
1. Release candidate version for Moodle 4.4.
77

88
Version 403.1.2 - TBR
99
----------------------------

Readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ A topics based format that uses a grid of user selectable images to select a sec
44

55
Required release of Moodle
66
==========================
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
88
next release.
99

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)'.
1111

1212
Free software
1313
=============
1414
The Grid format is 'free' software under the terms of the GNU GPLv3 License, please see 'COPYING.txt'.
1515

1616
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'.
1818

1919
The secondary source is https://github.com/gjbarnard/moodle-format_grid/tags
2020

Support.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ benefits.
3333

3434
Required release of Moodle
3535
==========================
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
3737
next release.
3838

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)'.
4040

4141
Reporting issues
4242
================

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
$plugin->version = 2024032900;
3333

3434
// Required Moodle version.
35-
$plugin->requires = 2024032600.00; // 4.4 (Build: 20240326).
35+
$plugin->requires = 2024042200.00; // 4.4 (Build: 20240422).
3636

3737
// Supported Moodle version.
3838
$plugin->supported = [404, 404];
@@ -41,7 +41,7 @@
4141
$plugin->component = 'format_grid';
4242

4343
// Software maturity level.
44-
$plugin->maturity = MATURITY_ALPHA;
44+
$plugin->maturity = MATURITY_RC;
4545

4646
// User-friendly version number.
4747
$plugin->release = '404.0.1';

0 commit comments

Comments
 (0)