Skip to content

Commit 7a567de

Browse files
authored
Merge pull request #1369 from mickhawkins/main
[docs] Adding release notes for 5.0.1 and friends
2 parents 394cb04 + ecb87a2 commit 7a567de

File tree

8 files changed

+262
-12
lines changed

8 files changed

+262
-12
lines changed

data/versions.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,12 @@
6969
{
7070
"name": "5.0.1",
7171
"releaseDate": "9 June 2025",
72-
"version": 2025041401,
72+
"version": 2025041401
73+
},
74+
{
75+
"name": "5.0.2",
76+
"releaseDate": "11 August 2025",
77+
"version": 2025041402,
7378
"releaseNoteUrl": false
7479
}
7580
]
@@ -127,12 +132,11 @@
127132
{
128133
"name": "4.5.5",
129134
"releaseDate": "9 June 2025",
130-
"version": 2024100705,
131-
"releaseNoteUrl": false
135+
"version": 2024100705
132136
},
133137
{
134138
"name": "4.5.6",
135-
"releaseDate": "9 June 2025",
139+
"releaseDate": "11 August 2025",
136140
"version": 2024100706,
137141
"releaseNoteUrl": false
138142
}
@@ -196,12 +200,11 @@
196200
{
197201
"name": "4.4.9",
198202
"releaseDate": "9 June 2025",
199-
"version": 2024042209,
200-
"releaseNoteUrl": false
203+
"version": 2024042209
201204
},
202205
{
203206
"name": "4.4.10",
204-
"releaseDate": "9 June 2025",
207+
"releaseDate": "11 August 2025",
205208
"version": 2024042210,
206209
"releaseNoteUrl": false
207210
}
@@ -466,12 +469,11 @@
466469
{
467470
"name": "4.1.19",
468471
"releaseDate": "9 June 2025",
469-
"version": 2022112819,
470-
"releaseNoteUrl": false
472+
"version": 2022112819
471473
},
472474
{
473475
"name": "4.1.20",
474-
"releaseDate": "9 June 2025",
476+
"releaseDate": "11 August 2025",
475477
"version": 2022112820,
476478
"releaseNoteUrl": false
477479
}
@@ -2437,4 +2439,4 @@
24372439
"isLTS": false
24382440
}
24392441
]
2440-
}
2442+
}
-39.9 KB
Binary file not shown.
40.9 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/5000_release_graph.png)
22+
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/5001_release_graph.png)
2323

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

general/releases/4.1/4.1.19.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.19
3+
tags:
4+
- Release notes
5+
- Moodle 4.1
6+
sidebar_position: 19
7+
moodleVersion: 4.1.19
8+
description: The release notes for Moodle version 4.1.19.
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-84793](https://tracker.moodle.org/browse/MDL-84793) - Behat: Allow CLI scripts to run on Behat instance
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.9.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Moodle 4.4.9
3+
tags:
4+
- Release notes
5+
- Moodle 4.4
6+
sidebar_position: 9
7+
moodleVersion: 4.4.9
8+
description: The release notes for Moodle version 4.4.9.
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-84232](https://tracker.moodle.org/browse/MDL-84232) - Turning off Recover old grades for re-enrolled users not working for Quiz
18+
- [MDL-78886](https://tracker.moodle.org/browse/MDL-78886) - Next page button not working when viewing Annotated PDFs in Assignment
19+
- [MDL-79464](https://tracker.moodle.org/browse/MDL-79464) - Assignment grading allows navigation after undetected save failure causing data loss
20+
- [MDL-84304](https://tracker.moodle.org/browse/MDL-84304) - Remove the COMPLETION_COMPLETE_FAIL status from SCORM
21+
- [MDL-83550](https://tracker.moodle.org/browse/MDL-83550) - Rubric criterion selection persists after deselection in the assignment grader
22+
- [MDL-83195](https://tracker.moodle.org/browse/MDL-83195) - Cannot release Assignment grades to Gradebook without revealing identities
23+
- [MDL-84793](https://tracker.moodle.org/browse/MDL-84793) - Behat: Allow CLI scripts to run on Behat instance
24+
- [MDL-84140](https://tracker.moodle.org/browse/MDL-84140) - Cannot add activities to course if MoodleNet tool uninstalled
25+
- [MDL-84149](https://tracker.moodle.org/browse/MDL-84149) - Grader report triggers an error during data privacy download
26+
- [MDL-83990](https://tracker.moodle.org/browse/MDL-83990) - Courses created via web service have a default startdate of "0"
27+
- [MDL-84820](https://tracker.moodle.org/browse/MDL-84820) - MoodleNet: Bootstrap upgrade broke sharing modal
28+
<!-- cspell:enable -->
29+
30+
## Accessibility improvements
31+
<!-- cspell:disable -->
32+
- [MDL-84833](https://tracker.moodle.org/browse/MDL-84833) - Clicking "Mark as done" does not provide feedback to assistive technology users
33+
<!-- cspell:enable -->
34+
35+
## Security improvements
36+
<!-- cspell:disable -->
37+
- [MDL-83979](https://tracker.moodle.org/browse/MDL-83979) - Repository URL should always use proxy
38+
- [MDL-55034](https://tracker.moodle.org/browse/MDL-55034) - GET request Includes sesskey during External Blog deletion
39+
<!-- cspell:enable -->
40+
41+
## Security fixes
42+
43+
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.5.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
---
2+
title: Moodle 4.5.5
3+
tags:
4+
- Release notes
5+
- Moodle 4.5
6+
sidebar_position: 5
7+
moodleVersion: 4.5.5
8+
description: The release notes for Moodle version 4.5.5.
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-84232](https://tracker.moodle.org/browse/MDL-84232) - Turning off Recover old grades for re-enrolled users not working for Quiz
18+
- [MDL-82069](https://tracker.moodle.org/browse/MDL-82069) - Setting completion conditions that are not valid in Forum fails silently
19+
- [MDL-78886](https://tracker.moodle.org/browse/MDL-78886) - Next page button not working when viewing Annotated PDFs in Assignment
20+
- [MDL-79464](https://tracker.moodle.org/browse/MDL-79464) - Assignment grading allows navigation after undetected save failure causing data loss
21+
- [MDL-83563](https://tracker.moodle.org/browse/MDL-83563) - Un-intuitive behaviour of disabledIf and hideIf when dependenton is multi-select
22+
- [MDL-84710](https://tracker.moodle.org/browse/MDL-84710) - Add question menu in Quiz is partially obscured in RTL languages
23+
- [MDL-84073](https://tracker.moodle.org/browse/MDL-84073) - Blocks can be duplicated, then made visible when one is hidden
24+
- [MDL-84304](https://tracker.moodle.org/browse/MDL-84304) - Remove the COMPLETION_COMPLETE_FAIL status from SCORM
25+
- [MDL-84128](https://tracker.moodle.org/browse/MDL-84128) - Incorrect orientation when using PHP GD in EXIF remover
26+
- [MDL-83550](https://tracker.moodle.org/browse/MDL-83550) - Rubric criterion selection persists after deselection in the assignment grader
27+
- [MDL-80380](https://tracker.moodle.org/browse/MDL-80380) - Microsoft OAuth2 support: Scope & Endpoint need to be fixed
28+
- [MDL-84432](https://tracker.moodle.org/browse/MDL-84432) - Microsoft OAuth2 support: Discovery not working
29+
- [MDL-83195](https://tracker.moodle.org/browse/MDL-83195) - Cannot release Assignment grades to Gradebook without revealing identities
30+
- [MDL-84793](https://tracker.moodle.org/browse/MDL-84793) - Behat: Allow CLI scripts to run on Behat instance
31+
- [MDL-84983](https://tracker.moodle.org/browse/MDL-84983) - Some languages are causing "unconstructed IntlDateFormatter"
32+
- [MDL-84296](https://tracker.moodle.org/browse/MDL-84296) - AI: Clearer registration data
33+
- [MDL-85034](https://tracker.moodle.org/browse/MDL-85034) - mod_subsection slows down course editing operations (backport of MDL-84844)
34+
- [MDL-85072](https://tracker.moodle.org/browse/MDL-85072) - Ordering question export to XML ignores some options
35+
- [MDL-84070](https://tracker.moodle.org/browse/MDL-84070) - Race conditions when writing to user preferences in two requests
36+
- [MDL-81842](https://tracker.moodle.org/browse/MDL-81842) - Buttons in the sticky footer not displayed properly
37+
- [MDL-85449](https://tracker.moodle.org/browse/MDL-85449) - My courses zero state view does not use a valid documentation link
38+
- [MDL-85571](https://tracker.moodle.org/browse/MDL-85571) - "Assignments due in 7 days" notification sent to all students, ignoring access restrictions
39+
- [MDL-84140](https://tracker.moodle.org/browse/MDL-84140) - Cannot add activities to course if MoodleNet tool uninstalled
40+
- [MDL-84149](https://tracker.moodle.org/browse/MDL-84149) - Grader report triggers an error during data privacy download
41+
- [MDL-85369](https://tracker.moodle.org/browse/MDL-85369) - Conversion of legacy random question filter conditions for the question area is breaking Quizzes
42+
- [MDL-83350](https://tracker.moodle.org/browse/MDL-83350) - The linked file in an activity is not updated when the original file is updated
43+
- [MDL-85361](https://tracker.moodle.org/browse/MDL-85361) - Social activities block: Inline editing field is displayed longer than expected
44+
- [MDL-84442](https://tracker.moodle.org/browse/MDL-84442) - Task logs for Clean up ad-hoc task metadata incorrectly marked as failed
45+
- [MDL-83990](https://tracker.moodle.org/browse/MDL-83990) - Courses created via web service have a default startdate of "0"
46+
- [MDL-84820](https://tracker.moodle.org/browse/MDL-84820) - MoodleNet: Bootstrap upgrade broke sharing modal
47+
- [MDL-85398](https://tracker.moodle.org/browse/MDL-85398) - Long title in a block breaks the block editing (three dots) menu
48+
- [MDL-84274](https://tracker.moodle.org/browse/MDL-84274) - Not possible to log in if MFA active and user has unaccepted privacy agreement
49+
- [MDL-83943](https://tracker.moodle.org/browse/MDL-83943) - Pagination can be broken when browsing users tagged with the same tag
50+
- [MDL-84964](https://tracker.moodle.org/browse/MDL-84964) - Minimum width of glossary entry page causes horizontal scrolling on small devices
51+
- [MDL-84520](https://tracker.moodle.org/browse/MDL-84520) - Opening a course page with a course module anchor does not scroll to the course module
52+
<!-- cspell:enable -->
53+
54+
## Accessibility improvements
55+
<!-- cspell:disable -->
56+
- [MDL-84804](https://tracker.moodle.org/browse/MDL-84804) - Dynamic tabs module doesn't update page titles
57+
- [MDL-84941](https://tracker.moodle.org/browse/MDL-84941) - All "Add content" buttons on the course page have the same aria-label attribute
58+
- [MDL-85220](https://tracker.moodle.org/browse/MDL-85220) - Incorrect heading level in Recently accessed items block
59+
- [MDL-84805](https://tracker.moodle.org/browse/MDL-84805) - Badge-related pages must have unique page titles
60+
- [MDL-83654](https://tracker.moodle.org/browse/MDL-83654) - Matching Quiz question type not working with screen readers (including JAWS)
61+
- [MDL-85239](https://tracker.moodle.org/browse/MDL-85239) - Missing caption for "Previous Attempt Summary" table in Quiz
62+
- [MDL-84806](https://tracker.moodle.org/browse/MDL-84806) - AI actions must inform assistive technology users about the results of the actions' processing
63+
- [MDL-85437](https://tracker.moodle.org/browse/MDL-85437) - Clicking on the Summarise/Explain AI actions must move the focus to the AI drawer
64+
- [MDL-85169](https://tracker.moodle.org/browse/MDL-85169) - Clicking on the label associated with the fieldset in core_form/element-group template does not move the focus
65+
- [MDL-85412](https://tracker.moodle.org/browse/MDL-85412) - No screen reader feedback for adding or deleting items on course homepage
66+
- [MDL-85041](https://tracker.moodle.org/browse/MDL-85041) - Autocomplete and tags elements are not accessible
67+
- [MDL-85450](https://tracker.moodle.org/browse/MDL-85450) - Incorrect heading level in Upcoming events block
68+
- [MDL-84732](https://tracker.moodle.org/browse/MDL-84732) - Modal focus lock can fail after exiting nested lock region
69+
- [MDL-84824](https://tracker.moodle.org/browse/MDL-84824) - The state of dynamic contents in the notifications popover are not relayed to assistive technology users
70+
- [MDL-85467](https://tracker.moodle.org/browse/MDL-85467) - Orphaned label elements in the group selector
71+
- [MDL-85469](https://tracker.moodle.org/browse/MDL-85469) - Accessibility issues in the edit questions page in the feedback activity
72+
- [MDL-85471](https://tracker.moodle.org/browse/MDL-85471) - Bootstrap tooltips must be dismissible
73+
- [MDL-84833](https://tracker.moodle.org/browse/MDL-84833) - Clicking "Mark as done" does not provide feedback to assistive technology users
74+
- [MDL-84817](https://tracker.moodle.org/browse/MDL-84817) - Reflow issue on the messaging drawer on 400% zoom
75+
<!-- cspell:enable -->
76+
77+
## Security improvements
78+
<!-- cspell:disable -->
79+
- [MDL-84009](https://tracker.moodle.org/browse/MDL-84009) - Multi-factor authentication: Updated UI does not support users configuring multiple security keys
80+
- [MDL-83979](https://tracker.moodle.org/browse/MDL-83979) - Repository URL should always use proxy
81+
- [MDL-55034](https://tracker.moodle.org/browse/MDL-55034) - GET request Includes sesskey during External Blog deletion
82+
- [MDL-85341](https://tracker.moodle.org/browse/MDL-85341) - GET requests expose sesskey in course module "edit settings" and "more" controls
83+
<!-- cspell:enable -->
84+
85+
## Security fixes
86+
87+
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)