Skip to content

Commit e6de0ab

Browse files
committed
[docs] Adding release notes for 5.0.3 and friends
1 parent c50f472 commit e6de0ab

File tree

8 files changed

+214
-5
lines changed

8 files changed

+214
-5
lines changed

data/versions.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,12 @@
7979
{
8080
"name": "5.0.3",
8181
"releaseDate": "6 October 2025",
82-
"version": 2025041403,
82+
"version": 2025041403
83+
},
84+
{
85+
"name": "5.0.4",
86+
"releaseDate": "8 December 2025",
87+
"version": 2025041404,
8388
"releaseNoteUrl": false
8489
}
8590
]
@@ -147,7 +152,12 @@
147152
{
148153
"name": "4.5.7",
149154
"releaseDate": "6 October 2025",
150-
"version": 2024100707,
155+
"version": 2024100707
156+
},
157+
{
158+
"name": "4.5.8",
159+
"releaseDate": "8 December 2025",
160+
"version": 2024100708,
151161
"releaseNoteUrl": false
152162
}
153163
]
@@ -220,7 +230,12 @@
220230
{
221231
"name": "4.4.11",
222232
"releaseDate": "6 October 2025",
223-
"version": 2024042211,
233+
"version": 2024042211
234+
},
235+
{
236+
"name": "4.4.12",
237+
"releaseDate": "8 December 2025",
238+
"version": 2024042212,
224239
"releaseNoteUrl": false
225240
}
226241
]
@@ -494,7 +509,12 @@
494509
{
495510
"name": "4.1.21",
496511
"releaseDate": "6 October 2025",
497-
"version": 2022112821,
512+
"version": 2022112821
513+
},
514+
{
515+
"name": "4.1.22",
516+
"releaseDate": "8 December 2025",
517+
"version": 2022112822,
498518
"releaseNoteUrl": false
499519
}
500520
]
-43.8 KB
Binary file not shown.
86.5 KB
Loading

general/releases.md

Lines changed: 1 addition & 1 deletion
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/5002_release_graph.png)
22+
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/5003_release_graph.png)
2323

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

general/releases/4.1/4.1.21.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Moodle 4.1.21
3+
tags:
4+
- Release notes
5+
- Moodle 4.1
6+
sidebar_position: 21
7+
moodleVersion: 4.1.21
8+
description: The release notes for Moodle version 4.1.21.
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-86495](https://tracker.moodle.org/browse/MDL-86495) - Improve error handling for geoPlugin API now the service is no longer available for free use
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.11.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Moodle 4.4.11
3+
tags:
4+
- Release notes
5+
- Moodle 4.4
6+
sidebar_position: 11
7+
moodleVersion: 4.4.11
8+
description: The release notes for Moodle version 4.4.11.
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-86495](https://tracker.moodle.org/browse/MDL-86495) - Improve error handling for geoPlugin API now the service is no longer available for free use
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.5/4.5.7.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
title: Moodle 4.5.7
3+
tags:
4+
- Release notes
5+
- Moodle 4.5
6+
sidebar_position: 7
7+
moodleVersion: 4.5.7
8+
description: The release notes for Moodle version 4.5.7
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-58001](https://tracker.moodle.org/browse/MDL-58001) - Error uploading feedback file in assignment grader when grade type is set to "none"
18+
- [MDL-85546](https://tracker.moodle.org/browse/MDL-85546) - MFA should not be triggered when using "Log in as"
19+
- [MDL-84491](https://tracker.moodle.org/browse/MDL-84491) - Redis: session_set_save_handler should not be initialised every time
20+
- [MDL-85018](https://tracker.moodle.org/browse/MDL-85018) - Duplicate quiz containing a multianswer question gives dml_missing_record_exception
21+
- [MDL-83256](https://tracker.moodle.org/browse/MDL-83256) - When a teacher exports participants list, it doesn't include custom profile fields
22+
- [MDL-80447](https://tracker.moodle.org/browse/MDL-80447) - Use more restricted scope for Google OAuth app verification to comply with Google's access restriction requirements
23+
- [MDL-85166](https://tracker.moodle.org/browse/MDL-85166) - Question category move does not update questionscontextid in question_set_references, breaking backup/restore
24+
- [MDL-86495](https://tracker.moodle.org/browse/MDL-86495) - Improve error handling for geoPlugin API now the service is no longer available for free use
25+
- [MDL-73671](https://tracker.moodle.org/browse/MDL-73671) - Course Reset does not update the Forum "Due date" or "Cut-off date"
26+
- [MDL-83991](https://tracker.moodle.org/browse/MDL-83991) - Tag related SQL queries are running very slow due to large amount of data in tag_instance table
27+
- [MDL-85684](https://tracker.moodle.org/browse/MDL-85684) - Assignment notifications contain poorly formatted assignment/course names
28+
- [MDL-86330](https://tracker.moodle.org/browse/MDL-86330) - Courses appear in course overview block with a delay
29+
- [MDL-85229](https://tracker.moodle.org/browse/MDL-85229) - URL description still displaying when "Display URL description" is unchecked
30+
- [MDL-84815](https://tracker.moodle.org/browse/MDL-84815) - Checkboxes missing in add users to a group search options
31+
- [MDL-71786](https://tracker.moodle.org/browse/MDL-71786) - Course Reset does not update "Remind me to grade by" date on assignments
32+
- [MDL-86667](https://tracker.moodle.org/browse/MDL-86667) - Usability issues in the site registration form
33+
- [MDL-86294](https://tracker.moodle.org/browse/MDL-86294) - Document missing dboptions in config-dist.php
34+
- [MDL-85266](https://tracker.moodle.org/browse/MDL-85266) - Cannot remove bulk uploaded users from selected bulk user actions
35+
- [MDL-84739](https://tracker.moodle.org/browse/MDL-84739) - Rubric creation icons are over sized and affect the layout
36+
- [MDL-80611](https://tracker.moodle.org/browse/MDL-80611) - Help links get accidentally translated and become broken
37+
- [MDL-72956](https://tracker.moodle.org/browse/MDL-72956) - Multiple concurrent feedback submissions cause an error
38+
<!-- cspell:enable -->
39+
40+
## Accessibility improvements
41+
<!-- cspell:disable -->
42+
- [MDL-81455](https://tracker.moodle.org/browse/MDL-81455) - Welcome message on login should not replace contents of page header
43+
- [MDL-72511](https://tracker.moodle.org/browse/MDL-72511) - Calendar arrows need aria-hidden="true"
44+
- [MDL-86599](https://tracker.moodle.org/browse/MDL-86599) - The Submission status/Feedback tables do not have a caption in Assignment
45+
- [MDL-86512](https://tracker.moodle.org/browse/MDL-86512) - Better convey the purpose of select checkboxes within the assignment submissions table
46+
- [MDL-86511](https://tracker.moodle.org/browse/MDL-86511) - TinyMCE fails to insert a hyperlink from the insert a link modal when keyboard used to enter the link
47+
- [MDL-86501](https://tracker.moodle.org/browse/MDL-86501) - ARIA label on icon element instead of anchor in date_time_selector
48+
- [MDL-86499](https://tracker.moodle.org/browse/MDL-86499) - Table sort icons should be decorative
49+
- [MDL-86498](https://tracker.moodle.org/browse/MDL-86498) - Empty links on the badge overview page
50+
- [MDL-86490](https://tracker.moodle.org/browse/MDL-86490) - The icon in the \core\output\core_renderer::action_icon() should be decorative
51+
- [MDL-86489](https://tracker.moodle.org/browse/MDL-86489) - The required icon on feedback questions should be marked as decorative
52+
- [MDL-86488](https://tracker.moodle.org/browse/MDL-86488) - Accessibility issues on the \core\output\action_menu component when rendered as a kebab menu button
53+
- [MDL-86479](https://tracker.moodle.org/browse/MDL-86479) - Accessibility issues on the course index options menu button
54+
- [MDL-86202](https://tracker.moodle.org/browse/MDL-86202) - Inconsistent heading hierarchy (H1, H3, H2) in Lesson
55+
<!-- cspell:enable -->
56+
57+
## Security improvements
58+
<!-- cspell:disable -->
59+
- [MDL-84504](https://tracker.moodle.org/browse/MDL-84504) - Enabling maintenance mode via CLI is not recorded in the config log
60+
<!-- cspell:enable -->
61+
62+
## Security fixes
63+
64+
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/5.0/5.0.3.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: Moodle 5.0.3
3+
tags:
4+
- Release notes
5+
- Moodle 5.0
6+
sidebar_position: 3
7+
moodleVersion: 5.0.3
8+
description: The release notes for Moodle version 5.0.3.
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-58001](https://tracker.moodle.org/browse/MDL-58001) - Error uploading feedback file in assignment grader when grade type is set to "none"
18+
- [MDL-85546](https://tracker.moodle.org/browse/MDL-85546) - MFA should not be triggered when using "Log in as"
19+
- [MDL-84491](https://tracker.moodle.org/browse/MDL-84491) - Redis: session_set_save_handler should not be initialised every time
20+
- [MDL-85018](https://tracker.moodle.org/browse/MDL-85018) - Duplicate quiz containing a multianswer question gives dml_missing_record_exception
21+
- [MDL-86417](https://tracker.moodle.org/browse/MDL-86417) - Backup fails for legacy filter condition due to bug in annotate_set_reference_bank_entries
22+
- [MDL-83256](https://tracker.moodle.org/browse/MDL-83256) - When a teacher exports participants list, it doesn't include custom profile fields
23+
- [MDL-85869](https://tracker.moodle.org/browse/MDL-85869) - Ad-hoc task mod_qbank\task\transfer_question_categories fails with "Duplicate entry" error after upgrade to Moodle 5.0.1+
24+
- [MDL-80447](https://tracker.moodle.org/browse/MDL-80447) - Use more restricted scope for Google OAuth app verification to comply with Google's access restriction requirements
25+
- [MDL-86259](https://tracker.moodle.org/browse/MDL-86259) - Incomplete question category migration task leaves question bank unusable until manually fixed
26+
- [MDL-86495](https://tracker.moodle.org/browse/MDL-86495) - Improve error handling for geoPlugin API now the service is no longer available for free use
27+
- [MDL-86021](https://tracker.moodle.org/browse/MDL-86021) - Activities order in subsections inconsistent between Course page and Activities overview
28+
- [MDL-73671](https://tracker.moodle.org/browse/MDL-73671) - Course Reset does not update the Forum "Due date" or "Cut-off date"
29+
- [MDL-85766](https://tracker.moodle.org/browse/MDL-85766) - Random glossary entry block no longer displays "random" or "next" entries and shows error message on hiding
30+
- [MDL-83991](https://tracker.moodle.org/browse/MDL-83991) - Tag related SQL queries are running very slow due to large amount of data in tag_instance table
31+
- [MDL-86297](https://tracker.moodle.org/browse/MDL-86297) - Incomplete question bank list in selector when moving questions between banks
32+
- [MDL-85684](https://tracker.moodle.org/browse/MDL-85684) - Assignment notifications contain poorly formatted assignment/course names
33+
- [MDL-85652](https://tracker.moodle.org/browse/MDL-85652) - "Display throughout the entire site" in main menu block causes activities to be added to Home page
34+
- [MDL-86330](https://tracker.moodle.org/browse/MDL-86330) - Courses appear in course overview block with a delay
35+
- [MDL-85229](https://tracker.moodle.org/browse/MDL-85229) - URL description still displaying when "Display URL description" is unchecked
36+
- [MDL-71786](https://tracker.moodle.org/browse/MDL-71786) - Course Reset does not update "Remind me to grade by" date on assignments
37+
- [MDL-86177](https://tracker.moodle.org/browse/MDL-86177) - Asynchronous grade recalculations causes errors which break the grader frontend
38+
- [MDL-86800](https://tracker.moodle.org/browse/MDL-86800) - Incorrect table borders appearing across Moodle
39+
- [MDL-86725](https://tracker.moodle.org/browse/MDL-86725) - Grade report search box text not visible on iOS Mobile
40+
- [MDL-86688](https://tracker.moodle.org/browse/MDL-86688) - Running an accessibility check on question bank causes errors
41+
- [MDL-86667](https://tracker.moodle.org/browse/MDL-86667) - Usability issues in the site registration form
42+
- [MDL-86604](https://tracker.moodle.org/browse/MDL-86604) - Table borders are incorrectly displayed in the feedback module
43+
- [MDL-86548](https://tracker.moodle.org/browse/MDL-86548) - Table borders are incorrectly displayed in the glossary module
44+
- [MDL-86531](https://tracker.moodle.org/browse/MDL-86531) - Fix table overflow in course overview page
45+
- [MDL-86413](https://tracker.moodle.org/browse/MDL-86413) - Superfluous borders are displayed in the "User private backup" table
46+
- [MDL-86392](https://tracker.moodle.org/browse/MDL-86392) - Superfluous borders are displayed in the file picker table
47+
- [MDL-86294](https://tracker.moodle.org/browse/MDL-86294) - Document missing dboptions in config-dist.php
48+
- [MDL-86173](https://tracker.moodle.org/browse/MDL-86173) - The "Grade" column should be displayed in the Activities overview page only when there are gradable activities
49+
- [MDL-86162](https://tracker.moodle.org/browse/MDL-86162) - Inconsistent borders added to H5P content types/library pages
50+
- [MDL-86015](https://tracker.moodle.org/browse/MDL-86015) - Assignment grading table advanced filters dropdown closes too early
51+
- [MDL-85266](https://tracker.moodle.org/browse/MDL-85266) - Cannot remove bulk uploaded users from selected bulk user actions
52+
- [MDL-84739](https://tracker.moodle.org/browse/MDL-84739) - Rubric creation icons are over sized and affect the layout
53+
- [MDL-80611](https://tracker.moodle.org/browse/MDL-80611) - Help links get accidentally translated and become broken
54+
- [MDL-72956](https://tracker.moodle.org/browse/MDL-72956) - Multiple concurrent feedback submissions cause an error
55+
<!-- cspell:enable -->
56+
57+
## Accessibility improvements
58+
<!-- cspell:disable -->
59+
- [MDL-81455](https://tracker.moodle.org/browse/MDL-81455) - Welcome message on login should not replace contents of page header
60+
- [MDL-72511](https://tracker.moodle.org/browse/MDL-72511) - Calendar arrows need aria-hidden="true"
61+
- [MDL-86599](https://tracker.moodle.org/browse/MDL-86599) - The Submission status/Feedback tables do not have a caption in Assignment
62+
- [MDL-86512](https://tracker.moodle.org/browse/MDL-86512) - Better convey the purpose of select checkboxes within the assignment submissions table
63+
- [MDL-86511](https://tracker.moodle.org/browse/MDL-86511) - TinyMCE fails to insert a hyperlink from the insert a link modal when keyboard used to enter the link
64+
- [MDL-86501](https://tracker.moodle.org/browse/MDL-86501) - ARIA label on icon element instead of anchor in date_time_selector
65+
- [MDL-86499](https://tracker.moodle.org/browse/MDL-86499) - Table sort icons should be decorative
66+
- [MDL-86498](https://tracker.moodle.org/browse/MDL-86498) - Empty links on the badge overview page
67+
- [MDL-86490](https://tracker.moodle.org/browse/MDL-86490) - The icon in the \core\output\core_renderer::action_icon() should be decorative
68+
- [MDL-86489](https://tracker.moodle.org/browse/MDL-86489) - The required icon on feedback questions should be marked as decorative
69+
- [MDL-86488](https://tracker.moodle.org/browse/MDL-86488) - Accessibility issues on the \core\output\action_menu component when rendered as a kebab menu button
70+
- [MDL-86479](https://tracker.moodle.org/browse/MDL-86479) - Accessibility issues on the course index options menu button
71+
- [MDL-86202](https://tracker.moodle.org/browse/MDL-86202) - Inconsistent heading hierarchy (H1, H3, H2) in Lesson
72+
<!-- cspell:enable -->
73+
74+
## Security improvements
75+
<!-- cspell:disable -->
76+
- [MDL-84504](https://tracker.moodle.org/browse/MDL-84504) - Enabling maintenance mode via CLI is not recorded in the config log
77+
<!-- cspell:enable -->
78+
79+
## Security fixes
80+
81+
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)