Skip to content

Commit 6f9f9c4

Browse files
committed
[docs] Add security announcements to 4.5.2 and friends
1 parent 187ed11 commit 6f9f9c4

File tree

8 files changed

+239
-1
lines changed

8 files changed

+239
-1
lines changed

data/versions.json

+20
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
"name": "4.5.1",
5252
"releaseDate": "9 December 2024",
5353
"version": 2024100701
54+
},
55+
{
56+
"name": "4.5.2",
57+
"releaseDate": "10 February 2025",
58+
"version": 2024100702
5459
}
5560
]
5661
},
@@ -92,6 +97,11 @@
9297
"name": "4.4.5",
9398
"releaseDate": "9 December 2024",
9499
"version": 2024042205
100+
},
101+
{
102+
"name": "4.4.6",
103+
"releaseDate": "10 February 2025",
104+
"version": 2024042206
95105
}
96106
]
97107
},
@@ -154,6 +164,11 @@
154164
"name": "4.3.9",
155165
"releaseDate": "9 December 2024",
156166
"version": 2023100909
167+
},
168+
{
169+
"name": "4.3.10",
170+
"releaseDate": "10 February 2025",
171+
"version": 2023100910
157172
}
158173
]
159174
},
@@ -318,6 +333,11 @@
318333
"name": "4.1.15",
319334
"releaseDate": "9 December 2024",
320335
"version": 2022112815
336+
},
337+
{
338+
"name": "4.1.16",
339+
"releaseDate": "10 February 2025",
340+
"version": 2022112816
321341
}
322342
]
323343
},
-37.7 KB
Binary file not shown.
36.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/4051_release_graph.png)
22+
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/4052_release_graph.png)
2323

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

general/releases/4.1/4.1.16.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Moodle 4.1.16
3+
tags:
4+
- Release notes
5+
- Moodle 4.1
6+
sidebar_position: 16
7+
moodleVersion: 4.1.16
8+
description: The release notes for Moodle version 4.1.16.
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-84152](https://tracker.moodle.org/browse/MDL-84152) - URLs generated by getExternalTestFileUrl() now contain double forward slash
18+
- [MDL-83988](https://tracker.moodle.org/browse/MDL-83988) - Remove git diffs for JavaScript maps, minified JavaScript, and similar
19+
<!-- cspell:enable -->
20+
21+
## Security fixes
22+
23+
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.10.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Moodle 4.3.10
3+
tags:
4+
- Release notes
5+
- Moodle 4.3
6+
sidebar_position: 10
7+
moodleVersion: 4.3.10
8+
description: The release notes for Moodle version 4.3.10.
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-84152](https://tracker.moodle.org/browse/MDL-84152) - URLs generated by getExternalTestFileUrl() now contain double forward slash
18+
- [MDL-83988](https://tracker.moodle.org/browse/MDL-83988) - Remove git diffs for JavaScript maps, minified JavaScript, and similar
19+
<!-- cspell:enable -->
20+
21+
## Security fixes
22+
23+
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.6.md

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
title: Moodle 4.4.6
3+
tags:
4+
- Release notes
5+
- Moodle 4.4
6+
sidebar_position: 6
7+
moodleVersion: 4.4.6
8+
description: The release notes for Moodle version 4.4.6.
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-82542](https://tracker.moodle.org/browse/MDL-82542) - Question bank: "Show questions from subcategories" no longer remembered as a user preference
18+
- [MDL-82769](https://tracker.moodle.org/browse/MDL-82769) - Legacy random question filter conditions break random question on upgrade
19+
- [MDL-66129](https://tracker.moodle.org/browse/MDL-66129) - Courses restored miss due/closing dates for several activity types in Calendar and other blocks
20+
- [MDL-79121](https://tracker.moodle.org/browse/MDL-79121) - Admins should be prevented from defining a proxybypass value that is not valid
21+
- [MDL-83493](https://tracker.moodle.org/browse/MDL-83493) - Form help icons do not close when clicking elsewhere
22+
- [MDL-79819](https://tracker.moodle.org/browse/MDL-79819) - Tcpdf error: [image] unable to get the size of the image
23+
- [MDL-81115](https://tracker.moodle.org/browse/MDL-81115) - Tag list does not load when switching categories in filter
24+
- [MDL-79268](https://tracker.moodle.org/browse/MDL-79268) - Delete question version confirmation does not make it clear which version is being deleted
25+
- [MDL-81195](https://tracker.moodle.org/browse/MDL-81195) - Weekly format does not handle daylight savings time - Spring and Fall
26+
- [MDL-82237](https://tracker.moodle.org/browse/MDL-82237) - Quiz: "See questions" for Random question does not use all filters
27+
- [MDL-82273](https://tracker.moodle.org/browse/MDL-82273) - Question bank: Newly created questions should be added to selected category
28+
- [MDL-83746](https://tracker.moodle.org/browse/MDL-83746) - Custom menu item pointing to external site is highlighted as active by mistake
29+
- [MDL-83794](https://tracker.moodle.org/browse/MDL-83794) - MathML and SVGs are stripped out by TinyMCE
30+
- [MDL-83341](https://tracker.moodle.org/browse/MDL-83341) - Cannot edit file with access controlled link to MS OneDrive repo
31+
- [MDL-77185](https://tracker.moodle.org/browse/MDL-77185) - PHP 8 error when disk_free_space function is disabled
32+
- [MDL-78365](https://tracker.moodle.org/browse/MDL-78365) - UI of result chart in Choice is broken
33+
- [MDL-84148](https://tracker.moodle.org/browse/MDL-84148) - Competency "Configure scales" dialog contains confusing action buttons
34+
- [MDL-81841](https://tracker.moodle.org/browse/MDL-81841) - Action menu in the database preset displayed under the sticky footer
35+
- [MDL-83005](https://tracker.moodle.org/browse/MDL-83005) - Doubled-up user tour content when using "Show with backdrop"
36+
- [MDL-83832](https://tracker.moodle.org/browse/MDL-83832) - Links to the question history page may include the wrong (or no) category ID, leading to a blank page
37+
- [MDL-81952](https://tracker.moodle.org/browse/MDL-81952) - Warning of missing property in export of multianswer questions
38+
- [MDL-83668](https://tracker.moodle.org/browse/MDL-83668) - TinyMCE is more strict than Atto for onclick JavaScript action (Backport of MDL-80953)
39+
- [MDL-84243](https://tracker.moodle.org/browse/MDL-84243) - Toggling activity done does not update the course index
40+
- [MDL-83297](https://tracker.moodle.org/browse/MDL-83297) - Maxgradesperpage is not configurable
41+
- [MDL-82772](https://tracker.moodle.org/browse/MDL-82772) - Column "questionscontextid" in mdl_question_set_references does not update when filter conditions are changed
42+
- [MDL-83152](https://tracker.moodle.org/browse/MDL-83152) - In Glossary pending approval view, the "By last update" and "By creation date" sorting order UI elements do not react
43+
- [MDL-83831](https://tracker.moodle.org/browse/MDL-83831) - Clicking "Reset columns" on the Question history page gives a confusing result
44+
- [MDL-84129](https://tracker.moodle.org/browse/MDL-84129) - User search: Result fields incomplete when using custom alternativefullnameformat
45+
- [MDL-84008](https://tracker.moodle.org/browse/MDL-84008) - Quiz questions layout makes it difficult to see which choices are grouped together
46+
- [MDL-75075](https://tracker.moodle.org/browse/MDL-75075) - Quiz/Add questions from question bank: Clicking on Question Tags throws error
47+
- [MDL-81685](https://tracker.moodle.org/browse/MDL-81685) - Matrix integration makes incorrect assumptions about user ID format
48+
- [MDL-84264](https://tracker.moodle.org/browse/MDL-84264) - Encode and decode permalinks for the new course section page
49+
- [MDL-84095](https://tracker.moodle.org/browse/MDL-84095) - RecordRTC displays an error notification if there is a failure while recording audio
50+
- [MDL-84275](https://tracker.moodle.org/browse/MDL-84275) - Multi-factor TOTP plugin setup does not format site name properly
51+
- [MDL-84323](https://tracker.moodle.org/browse/MDL-84323) - Remove endorsement from badge JSON
52+
- [MDL-84214](https://tracker.moodle.org/browse/MDL-84214) - Default pre-uploaded presentation is shown to users, but not accessible
53+
- [MDL-83995](https://tracker.moodle.org/browse/MDL-83995) - Imported glossary entries are treated as un-trusted
54+
- [MDL-84152](https://tracker.moodle.org/browse/MDL-84152) - URLs generated by getExternalTestFileUrl() now contain double forward slash
55+
- [MDL-84111](https://tracker.moodle.org/browse/MDL-84111) - Group drag and drop onto image question "Draggable items section" option fields together
56+
- [MDL-82679](https://tracker.moodle.org/browse/MDL-82679) - Collapsible sections can conflict and trigger each other
57+
- [MDL-83690](https://tracker.moodle.org/browse/MDL-83690) - Course index label links broken in plugins
58+
- [MDL-83917](https://tracker.moodle.org/browse/MDL-83917) - get_course_progress_percentage function not performing well in courses with many modules
59+
- [MDL-83183](https://tracker.moodle.org/browse/MDL-83183) - BigBlueButton activities are not sorted consistently on activity index
60+
- [MDL-83940](https://tracker.moodle.org/browse/MDL-83940) - Comment element icons are broken/missized
61+
- [MDL-82697](https://tracker.moodle.org/browse/MDL-82697) - Max sections limit error message does not show number of sections
62+
- [MDL-83377](https://tracker.moodle.org/browse/MDL-83377) - Logout icon is shown in filepicker when searching server files
63+
- [MDL-81478](https://tracker.moodle.org/browse/MDL-81478) - Audio recording has no file extension
64+
- [MDL-83989](https://tracker.moodle.org/browse/MDL-83989) - Drag-drop upload area breaks if you drop a file outside any filemanager
65+
- [MDL-80468](https://tracker.moodle.org/browse/MDL-80468) - MFA factor subplugins unable to properly define admin_externalpage links
66+
- [MDL-83617](https://tracker.moodle.org/browse/MDL-83617) - Changing the number of grades per page in grader report does not redirect to a valid URL
67+
- [MDL-83635](https://tracker.moodle.org/browse/MDL-83635) - Brickfield's img_alt_is_too_long check can fail for multibyte alt texts
68+
- [MDL-83988](https://tracker.moodle.org/browse/MDL-83988) - Remove git diffs for JavaScript maps, minified JavaScript, and similar
69+
- [MDL-83593](https://tracker.moodle.org/browse/MDL-83593) - No homepage link available on smaller devices
70+
- [MDL-75750](https://tracker.moodle.org/browse/MDL-75750) - Login border-radius not rounded on narrow screens
71+
<!-- cspell:enable -->
72+
73+
## Accessibility improvements
74+
<!-- cspell:disable -->
75+
- [MDL-63802](https://tracker.moodle.org/browse/MDL-63802) - Add consistency in all aria-labels in the Classic theme navbar
76+
- [MDL-67683](https://tracker.moodle.org/browse/MDL-67683) - WCAG Best practice: Main landmark must not be contained in another landmark
77+
- [MDL-83809](https://tracker.moodle.org/browse/MDL-83809) - Modal focus lock does not quite follow WAI/ARIA pattern
78+
<!-- cspell:enable -->
79+
80+
## Security fixes
81+
82+
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)