Skip to content

Commit bcbd5c7

Browse files
authored
Merge pull request #1692 from mickhawkins/main
[docs] Adding release notes for 5.2.3 and friends
2 parents 1f54ee5 + bb42124 commit bcbd5c7

10 files changed

Lines changed: 225 additions & 5 deletions

File tree

data/versions.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,14 @@
4343
},
4444
{
4545
"name": "5.2.3",
46-
"releaseDate": "5 October 2026",
46+
"releaseDate": "14 September 2026",
4747
"version": 2026042003,
48+
"notes": "Unscheduled minor release"
49+
},
50+
{
51+
"name": "5.2.4",
52+
"releaseDate": "5 October 2026",
53+
"version": 2026042004,
4854
"releaseNoteUrl": false
4955
}
5056
]
@@ -95,8 +101,14 @@
95101
},
96102
{
97103
"name": "5.1.7",
98-
"releaseDate": "5 October 2026",
104+
"releaseDate": "14 September 2026",
99105
"version": 2025100607,
106+
"notes": "Unscheduled minor release"
107+
},
108+
{
109+
"name": "5.1.8",
110+
"releaseDate": "5 October 2026",
111+
"version": 2025100608,
100112
"releaseNoteUrl": false
101113
}
102114
]
@@ -162,8 +174,14 @@
162174
},
163175
{
164176
"name": "5.0.10",
165-
"releaseDate": "5 October 2026",
177+
"releaseDate": "14 September 2026",
166178
"version": 2025041410,
179+
"notes": "Unscheduled minor release"
180+
},
181+
{
182+
"name": "5.0.11",
183+
"releaseDate": "5 October 2026",
184+
"version": 2025041411,
167185
"releaseNoteUrl": false
168186
}
169187
]
@@ -266,8 +284,14 @@
266284
},
267285
{
268286
"name": "4.5.14",
269-
"releaseDate": "5 October 2026",
287+
"releaseDate": "14 September 2026",
270288
"version": 2024100714,
289+
"notes": "Unscheduled minor release"
290+
},
291+
{
292+
"name": "4.5.15",
293+
"releaseDate": "5 October 2026",
294+
"version": 2024100715,
271295
"releaseNoteUrl": false
272296
}
273297
]
-55.1 KB
Binary file not shown.
56.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/5022_release_graph.png)
22+
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/5023_release_graph.png)
2323

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

general/releases/4.5/4.5.14.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Moodle 4.5.14
3+
tags:
4+
- Release notes
5+
- Moodle 4.5
6+
sidebar_position: 14
7+
moodleVersion: 4.5.14
8+
description: The release notes for Moodle version 4.5.14
9+
---
10+
11+
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
12+
13+
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
14+
15+
## Accessibility fixes and improvements {/* #accessibility-fixes-and-improvements */}
16+
17+
{/* <!-- cspell:disable --> */}
18+
19+
- [MDL-88949](https://moodle.atlassian.net/browse/MDL-88949) - Course index subsections expose duplicate treeitem roles
20+
- [MDL-88948](https://moodle.atlassian.net/browse/MDL-88948) - Course index accessibility issues
21+
- [MDL-85690](https://moodle.atlassian.net/browse/MDL-85690) - Keyboard navigation in TinyMCE's help modal is broken when the editor is displayed on a modal dialogue
22+
- [MDL-84065](https://moodle.atlassian.net/browse/MDL-84065) - Keyboard trap when clicking "Skip Table of Contents"
23+
- [MDL-75699](https://moodle.atlassian.net/browse/MDL-75699) - Moodle modal dialogues always use h5, which might not fit the heading structure
24+
- [MDL-73125](https://moodle.atlassian.net/browse/MDL-73125) - Focus is lost after sortable_list dialogue
25+
- [MDL-72220](https://moodle.atlassian.net/browse/MDL-72220) - Accessibility issues with date_time_selector form field
26+
- [MDL-89207](https://moodle.atlassian.net/browse/MDL-89207) - Expanding and collapsing accordions in forms can result in wrong expanded state
27+
- [MDL-89384](https://moodle.atlassian.net/browse/MDL-89384) - Allow visually hidden column headers in report builder
28+
{/* <!-- cspell:enable --> */}
29+
30+
## Security fixes {/* #security-fixes */}
31+
32+
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.10.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Moodle 5.0.10
3+
tags:
4+
- Release notes
5+
- Moodle 5.0
6+
sidebar_position: 10
7+
moodleVersion: 5.0.10
8+
description: The release notes for Moodle version 5.0.10.
9+
---
10+
11+
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
12+
13+
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
14+
15+
## Accessibility fixes and improvements {/* #accessibility-fixes-and-improvements */}
16+
17+
{/* <!-- cspell:disable --> */}
18+
19+
- [MDL-84065](https://moodle.atlassian.net/browse/MDL-84065) - Keyboard trap when clicking "Skip Table of Contents"
20+
{/* <!-- cspell:enable --> */}
21+
22+
## Security fixes {/* #security-fixes */}
23+
24+
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.1/5.1.6.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
1212

1313
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
1414

15+
:::caution
16+
17+
Please do not upgrade to this version, due to [MDL-89497](https://moodle.atlassian.net/browse/MDL-89497). If you have upgraded to Moodle version 5.1.6, please upgrade to 5.1.7 or higher as soon as possible. See [Important: Recent grade penalty calculation fix](https://moodle.org/mod/forum/discuss.php?d=482393) post in the Gradebook forum for more details.
18+
19+
:::
20+
1521
## General fixes and improvements {/* #general-fixes-and-improvements */}
1622

1723
{/* <!-- cspell:disable --> */}

general/releases/5.1/5.1.7.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Moodle 5.1.7
3+
tags:
4+
- Release notes
5+
- Moodle 5.1
6+
sidebar_position: 7
7+
moodleVersion: 5.1.7
8+
description: The release notes for Moodle version 5.1.7.
9+
---
10+
11+
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
12+
13+
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
14+
15+
## Critical gradebook fix {/* #critical-gradebook-fix */}
16+
17+
This release includes a fix for [MDL-89497](https://moodle.atlassian.net/browse/MDL-89497), which was a critical issue with gradebook calculations updated in 5.2.2 and 5.1.6 ([MDL-88407](https://moodle.atlassian.net/browse/MDL-88407)). The key issue was that the calculation changes did not implement the necessary [gradebook calculation freezing process](https://moodledev.io/general/development/process/gradebook-calculation-changes). The impact was that grades calculated using a penalty {/* <!-- cspell:disable --> */}(multiplicator/offset){/* <!-- cspell:enable --> */} were not frozen to prevent their values possibly changing if a grade re-calculation was triggered in the course (which can sometimes happen automatically). For more details about the issue, please see the [Important: Recent grade penalty calculation fix](https://moodle.org/mod/forum/discuss.php?d=482393) post in the Gradebook forum.
18+
19+
If you are upgrading from 5.1.5 or earlier versions, it is safe to upgrade directly to 5.1.7 and you will benefit from the relevant calculation fixes without the missing grade item freeze (any affected grades will immediately be frozen to ensure they are only re-calculated using the new method if approved to do so).
20+
21+
If your site has been upgraded to 5.1.6, please upgrade to 5.1.7 as soon as possible. This will help minimise the impact of the above issue and allow you to preserve affected grades (using the old calculation method) if necessary. Once your site is upgraded, the affected grades will be correctly frozen (so it is possible to decide whether the new calculation method should apply when a re-grade takes place, but old grades can still be maintained). If any affected assignment grades may have already been recalculated since you upgraded to 5.1.6, they will be frozen, but with the already changed grade. They can be repaired (returned to their originally calculated value) by triggering a re-grade in the affected course(s) while they remain frozen (they are frozen if nobody has clicked the "Accept grade changes and fix calculation errors" button in the gradebook). One of the easiest ways to achieve this is by temporarily adding a new grade item to the relevant courses. This will initiate an automatic re-grade of grade items in the course when the gradebook is next viewed, with frozen grades using the original calculation method. Once completed, you can remove that temporary grade item.
22+
23+
## General fixes and improvements {/* #general-fixes-and-improvements */}
24+
25+
{/* <!-- cspell:disable --> */}
26+
27+
- [MDL-89497](https://moodle.atlassian.net/browse/MDL-89497) - MDL-88407 multiplicator/offset assignment grading fix does not freeze grades
28+
- [MDL-74915](https://moodle.atlassian.net/browse/MDL-74915) - No obvious way to navigate to course specific calendar page
29+
- [MDL-77349](https://moodle.atlassian.net/browse/MDL-77349) - Cannot edit a quiz if it contains a question which has vanished (missingtype)
30+
- [MDL-83441](https://moodle.atlassian.net/browse/MDL-83441) - H5P core doesn't find upgrade script
31+
- [MDL-89289](https://moodle.atlassian.net/browse/MDL-89289) - LTS to LTS upgrade - Convert plugin removal steps into post upgrade ad-hoc tasks
32+
- [MDL-88603](https://moodle.atlassian.net/browse/MDL-88603) - tiny_recordrtc MP4 has wrong duration metadata
33+
- [MDL-89468](https://moodle.atlassian.net/browse/MDL-89468) - TinyMCE Premium: get_api_key always returns usecloud=true regardless of the self-hosted plugin source setting
34+
- [MDL-89439](https://moodle.atlassian.net/browse/MDL-89439) - Enrolment of cohort with "Add to group" not working
35+
- [MDL-89433](https://moodle.atlassian.net/browse/MDL-89433) - Cohort sync repeatedly processes already suspended enrolments
36+
- [MDL-89058](https://moodle.atlassian.net/browse/MDL-89058) - Welcome email does not always apply filters
37+
- [MDL-89021](https://moodle.atlassian.net/browse/MDL-89021) - Assignment submission action bar misalignment
38+
- [MDL-88798](https://moodle.atlassian.net/browse/MDL-88798) - Cloze question ending with ampersand breaks parsing
39+
- [MDL-88723](https://moodle.atlassian.net/browse/MDL-88723) - mod_quiz: User overrides not applied on direct URL access when using SAML2
40+
- [MDL-88583](https://moodle.atlassian.net/browse/MDL-88583) - H5P button not displayed in TinyMCE editor for teachers after new textarea course custom field created
41+
- [MDL-88524](https://moodle.atlassian.net/browse/MDL-88524) - Glossary: Undefined property error when no visible tabs selected in display formats setup
42+
- [MDL-88023](https://moodle.atlassian.net/browse/MDL-88023) - BigBlueButton subplugin page shows plugins enabled when BigBlueButton activity is disabled
43+
{/* <!-- cspell:enable --> */}
44+
45+
## Accessibility fixes and improvements {/* #accessibility-fixes-and-improvements */}
46+
47+
{/* <!-- cspell:disable --> */}
48+
49+
- [MDL-89444](https://moodle.atlassian.net/browse/MDL-89444) - Enrol users dialog groups element lacks accessible name/label
50+
- [MDL-88949](https://moodle.atlassian.net/browse/MDL-88949) - Course index subsections expose duplicate treeitem roles
51+
- [MDL-88948](https://moodle.atlassian.net/browse/MDL-88948) - Course index accessibility issues
52+
- [MDL-85690](https://moodle.atlassian.net/browse/MDL-85690) - Keyboard navigation in TinyMCE's help modal is broken when the editor is displayed on a modal dialogue
53+
- [MDL-84065](https://moodle.atlassian.net/browse/MDL-84065) - Keyboard trap when clicking "Skip Table of Contents"
54+
- [MDL-75699](https://moodle.atlassian.net/browse/MDL-75699) - Moodle modal dialogues always use h5, which might not fit the heading structure
55+
- [MDL-73125](https://moodle.atlassian.net/browse/MDL-73125) - Focus is lost after sortable_list dialogue
56+
- [MDL-72220](https://moodle.atlassian.net/browse/MDL-72220) - Accessibility issues with date_time_selector form field
57+
- [MDL-89207](https://moodle.atlassian.net/browse/MDL-89207) - Expanding and collapsing accordions in forms can result in wrong expanded state
58+
- [MDL-89384](https://moodle.atlassian.net/browse/MDL-89384) - Allow visually hidden column headers in report builder
59+
{/* <!-- cspell:enable --> */}
60+
61+
## Security fixes {/* #security-fixes */}
62+
63+
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.2/5.2.2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
1212

1313
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
1414

15+
:::caution
16+
17+
Please do not upgrade to this version, due to [MDL-89497](https://moodle.atlassian.net/browse/MDL-89497). If you have upgraded to Moodle version 5.2.2, please upgrade to 5.2.3 or higher as soon as possible. See [Important: Recent grade penalty calculation fix](https://moodle.org/mod/forum/discuss.php?d=482393) post in the Gradebook forum for more details.
18+
:::
19+
1520
## General fixes and improvements {/* #general-fixes-and-improvements */}
1621

1722
{/* <!-- cspell:disable --> */}

0 commit comments

Comments
 (0)