Skip to content

Commit e2b2620

Browse files
authored
Merge pull request #1323 from mickhawkins/main
[docs] Adding release notes for 4.5.4 and friends
2 parents 5078159 + 266ddd6 commit e2b2620

File tree

8 files changed

+168
-7
lines changed

8 files changed

+168
-7
lines changed

data/versions.json

+20-6
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@
6666
{
6767
"name": "4.5.4",
6868
"releaseDate": "14 April 2025",
69-
"version": 2024100704,
69+
"version": 2024100704
70+
},
71+
{
72+
"name": "4.5.5",
73+
"releaseDate": "9 June 2025",
74+
"version": 2024100705,
7075
"releaseNoteUrl": false
7176
}
7277
]
@@ -124,7 +129,12 @@
124129
{
125130
"name": "4.4.8",
126131
"releaseDate": "14 April 2025",
127-
"version": 2024042208,
132+
"version": 2024042208
133+
},
134+
{
135+
"name": "4.4.9",
136+
"releaseDate": "9 June 2025",
137+
"version": 2024042209,
128138
"releaseNoteUrl": false
129139
}
130140
]
@@ -203,8 +213,7 @@
203213
{
204214
"name": "4.3.12",
205215
"releaseDate": "14 April 2025",
206-
"version": 2023100912,
207-
"releaseNoteUrl": false
216+
"version": 2023100912
208217
}
209218
]
210219
},
@@ -384,7 +393,12 @@
384393
{
385394
"name": "4.1.18",
386395
"releaseDate": "14 April 2025",
387-
"version": 2022112818,
396+
"version": 2022112818
397+
},
398+
{
399+
"name": "4.1.19",
400+
"releaseDate": "9 June 2025",
401+
"version": 2022112819,
388402
"releaseNoteUrl": false
389403
}
390404
]
@@ -2349,4 +2363,4 @@
23492363
"isLTS": false
23502364
}
23512365
]
2352-
}
2366+
}
-37.9 KB
Binary file not shown.
39.9 KB
Loading

general/releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The most recent [long-term support release (LTS)](https://en.wikipedia.org/wiki/
1919

2020
<SupportedReleases />
2121

22-
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/4053_release_graph.png)
22+
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/5000_release_graph.png)
2323

2424
<details>
2525
<summary>Release graph key</summary>

general/releases/4.1/4.1.18.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Moodle 4.1.18
3+
tags:
4+
- Release notes
5+
- Moodle 4.1
6+
sidebar_position: 18
7+
moodleVersion: 4.1.18
8+
description: The release notes for Moodle version 4.1.18.
9+
---
10+
11+
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
12+
13+
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
14+
15+
## General fixes and improvements
16+
<!-- cspell:disable -->
17+
- [MDL-85000](https://tracker.moodle.org/browse/MDL-85000) - Error "No compatible source was found for this media" when trying to play OGV files on Firefox
18+
<!-- cspell:enable -->
19+
20+
## Security fixes
21+
22+
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.

general/releases/4.3/4.3.12.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Moodle 4.3.12
3+
tags:
4+
- Release notes
5+
- Moodle 4.3
6+
sidebar_position: 12
7+
moodleVersion: 4.3.12
8+
description: The release notes for Moodle version 4.3.12.
9+
---
10+
11+
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
12+
13+
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
14+
15+
## General fixes and improvements
16+
<!-- cspell:disable -->
17+
- [MDL-85000](https://tracker.moodle.org/browse/MDL-85000) - Error "No compatible source was found for this media" when trying to play OGV files on Firefox
18+
<!-- cspell:enable -->
19+
20+
## Security fixes
21+
22+
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.

general/releases/4.4/4.4.8.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Moodle 4.4.8
3+
tags:
4+
- Release notes
5+
- Moodle 4.4
6+
sidebar_position: 8
7+
moodleVersion: 4.4.8
8+
description: The release notes for Moodle version 4.4.8.
9+
---
10+
11+
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
12+
13+
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
14+
15+
## General fixes and improvements
16+
<!-- cspell:disable -->
17+
- [MDL-75971](https://tracker.moodle.org/browse/MDL-75971) - Add email handling capabilities to Behat (Mailpit)
18+
- [MDL-76801](https://tracker.moodle.org/browse/MDL-76801) - Unexpected behavior in assignment grader when the user filter shows 0 remaining users
19+
- [MDL-84058](https://tracker.moodle.org/browse/MDL-84058) - restore_backup.php does not restore the original course name
20+
- [MDL-83856](https://tracker.moodle.org/browse/MDL-83856) - HTML line break tags visible in feedback for forums with advanced grading
21+
- [MDL-76668](https://tracker.moodle.org/browse/MDL-76668) - No links to manual grading/statistics/responses in Quiz in Single activity course format
22+
- [MDL-80091](https://tracker.moodle.org/browse/MDL-80091) - Assignment grader does not auto-select a student with "Requires grading" filter applied
23+
- [MDL-83591](https://tracker.moodle.org/browse/MDL-83591) - Error in Single View grade report when last viewed grade item is deleted
24+
- [MDL-83272](https://tracker.moodle.org/browse/MDL-83272) - Deleting a question bank category can orphan questions and break quizzes
25+
- [MDL-81655](https://tracker.moodle.org/browse/MDL-81655) - Maintenance warning countdown is hidden behind footer button and block drawer
26+
- [MDL-85112](https://tracker.moodle.org/browse/MDL-85112) - Unread conversations message displayed incorrectly in notifications popover
27+
- [MDL-85001](https://tracker.moodle.org/browse/MDL-85001) - Report builder filtering does not work when report duplicated on page
28+
- [MDL-85023](https://tracker.moodle.org/browse/MDL-85023) - SEB configuration should also allow use of WebRTC recording on MacOS
29+
- [MDL-61730](https://tracker.moodle.org/browse/MDL-61730) - Missing setType() error when importing XML file in gradebook
30+
- [MDL-84970](https://tracker.moodle.org/browse/MDL-84970) - Editor tiny does not support switching to Chinese
31+
- [MDL-84112](https://tracker.moodle.org/browse/MDL-84112) - Default completion is not available with Big blue button when there is a large amount of users
32+
- [MDL-84419](https://tracker.moodle.org/browse/MDL-84419) - Scheduled task timing is incorrect when daylight saving time begins
33+
- [MDL-84997](https://tracker.moodle.org/browse/MDL-84997) - Messaging drawer displays a small background after clearing notifications
34+
- [MDL-84893](https://tracker.moodle.org/browse/MDL-84893) - Users with long names make the message drawer content overlap
35+
- [MDL-84222](https://tracker.moodle.org/browse/MDL-84222) - XOAuth: Sending mail via Google using smptmailer results in exception: call to a member functionhasExpired() on string
36+
- [MDL-85000](https://tracker.moodle.org/browse/MDL-85000) - Error "No compatible source was found for this media" when trying to play OGV files on Firefox
37+
<!-- cspell:enable -->
38+
39+
## Accessibility improvements
40+
<!-- cspell:disable -->
41+
- [MDL-84823](https://tracker.moodle.org/browse/MDL-84823) - Incorrect use of ARIA attributes in the notications popover and messaging drawers
42+
- [MDL-84816](https://tracker.moodle.org/browse/MDL-84816) - Resize text issue on the notifications popover
43+
- [MDL-84826](https://tracker.moodle.org/browse/MDL-84826) - The delete menu item in an action menu has poor colour contrast when in focus
44+
- [MDL-84803](https://tracker.moodle.org/browse/MDL-84803) - Pages in the feedback activity do not have unique titles
45+
- [MDL-61823](https://tracker.moodle.org/browse/MDL-61823) - The filetypes form element has two labels, one of which is broken
46+
<!-- cspell:enable -->
47+
48+
## Security fixes
49+
50+
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.

general/releases/4.5/4.5.4.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Moodle 4.5.4
3+
tags:
4+
- Release notes
5+
- Moodle 4.5
6+
sidebar_position: 4
7+
moodleVersion: 4.5.4
8+
description: The release notes for Moodle version 4.5.4.
9+
---
10+
11+
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
12+
13+
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
14+
15+
## General fixes and improvements
16+
<!-- cspell:disable -->
17+
- [MDL-83499](https://tracker.moodle.org/browse/MDL-83499) - Attempting to duplicate a section with multiple subsections fails
18+
- [MDL-75971](https://tracker.moodle.org/browse/MDL-75971) - Add email handling capabilities to Behat (Mailpit)
19+
- [MDL-76801](https://tracker.moodle.org/browse/MDL-76801) - Unexpected behavior in assignment grader when the user filter shows 0 remaining users
20+
- [MDL-84058](https://tracker.moodle.org/browse/MDL-84058) - restore_backup.php does not restore the original course name
21+
- [MDL-83856](https://tracker.moodle.org/browse/MDL-83856) - HTML line break tags visible in feedback for forums with advanced grading
22+
- [MDL-76668](https://tracker.moodle.org/browse/MDL-76668) - No links to manual grading/statistics/responses in Quiz in Single activity course format
23+
- [MDL-83692](https://tracker.moodle.org/browse/MDL-83692) - MFA SMS factor secret validity duration is forced to zero
24+
- [MDL-80091](https://tracker.moodle.org/browse/MDL-80091) - Assignment grader does not auto-select a student with "Requires grading" filter applied
25+
- [MDL-83591](https://tracker.moodle.org/browse/MDL-83591) - Error in Single View grade report when last viewed grade item is deleted
26+
- [MDL-83272](https://tracker.moodle.org/browse/MDL-83272) - Deleting a question bank category can orphan questions and break quizzes
27+
- [MDL-81655](https://tracker.moodle.org/browse/MDL-81655) - Maintenance warning countdown is hidden behind footer button and block drawer
28+
- [MDL-85112](https://tracker.moodle.org/browse/MDL-85112) - Unread conversations message displayed incorrectly in notifications popover
29+
- [MDL-85001](https://tracker.moodle.org/browse/MDL-85001) - Report builder filtering does not work when report duplicated on page
30+
- [MDL-85023](https://tracker.moodle.org/browse/MDL-85023) - SEB configuration should also allow use of WebRTC recording on MacOS
31+
- [MDL-61730](https://tracker.moodle.org/browse/MDL-61730) - Missing setType() error when importing XML file in gradebook
32+
- [MDL-84940](https://tracker.moodle.org/browse/MDL-84940) - The section links block should not show subsections
33+
- [MDL-84970](https://tracker.moodle.org/browse/MDL-84970) - Editor tiny does not support switching to Chinese
34+
- [MDL-84112](https://tracker.moodle.org/browse/MDL-84112) - Default completion is not available with Big blue button when there is a large amount of users
35+
- [MDL-84419](https://tracker.moodle.org/browse/MDL-84419) - Scheduled task timing is incorrect when daylight saving time begins
36+
- [MDL-84997](https://tracker.moodle.org/browse/MDL-84997) - Messaging drawer displays a small background after clearing notifications
37+
- [MDL-84893](https://tracker.moodle.org/browse/MDL-84893) - Users with long names make the message drawer content overlap
38+
- [MDL-84222](https://tracker.moodle.org/browse/MDL-84222) - XOAuth: Sending mail via Google using smptmailer results in exception: call to a member functionhasExpired() on string
39+
- [MDL-85000](https://tracker.moodle.org/browse/MDL-85000) - Error "No compatible source was found for this media" when trying to play OGV files on Firefox
40+
<!-- cspell:enable -->
41+
42+
## Accessibility improvements
43+
<!-- cspell:disable -->
44+
- [MDL-84823](https://tracker.moodle.org/browse/MDL-84823) - Incorrect use of ARIA attributes in the notications popover and messaging drawers
45+
- [MDL-84816](https://tracker.moodle.org/browse/MDL-84816) - Resize text issue on the notifications popover
46+
- [MDL-84826](https://tracker.moodle.org/browse/MDL-84826) - The delete menu item in an action menu has poor colour contrast when in focus
47+
- [MDL-84803](https://tracker.moodle.org/browse/MDL-84803) - Pages in the feedback activity do not have unique titles
48+
- [MDL-61823](https://tracker.moodle.org/browse/MDL-61823) - The filetypes form element has two labels, one of which is broken
49+
<!-- cspell:enable -->
50+
51+
## Security fixes
52+
53+
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.

0 commit comments

Comments
 (0)