Skip to content

Commit e0de574

Browse files
committed
[docs] Adding release notes for 4.5.3 and friends
1 parent 305a10c commit e0de574

File tree

5 files changed

+138
-0
lines changed

5 files changed

+138
-0
lines changed

data/versions.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
"name": "4.5.2",
5757
"releaseDate": "10 February 2025",
5858
"version": 2024100702
59+
},
60+
{
61+
"name": "4.5.3",
62+
"releaseDate": "17 March 2025",
63+
"version": 2024100703,
64+
"notes": "Unscheduled minor release"
5965
}
6066
]
6167
},
@@ -102,6 +108,12 @@
102108
"name": "4.4.6",
103109
"releaseDate": "10 February 2025",
104110
"version": 2024042206
111+
},
112+
{
113+
"name": "4.4.7",
114+
"releaseDate": "17 March 2025",
115+
"version": 2024042207,
116+
"notes": "Unscheduled minor release"
105117
}
106118
]
107119
},
@@ -169,6 +181,12 @@
169181
"name": "4.3.10",
170182
"releaseDate": "10 February 2025",
171183
"version": 2023100910
184+
},
185+
{
186+
"name": "4.3.11",
187+
"releaseDate": "17 March 2025",
188+
"version": 2023100911,
189+
"notes": "Unscheduled minor release"
172190
}
173191
]
174192
},
@@ -338,6 +356,12 @@
338356
"name": "4.1.16",
339357
"releaseDate": "10 February 2025",
340358
"version": 2022112816
359+
},
360+
{
361+
"name": "4.1.17",
362+
"releaseDate": "17 March 2025",
363+
"version": 2022112817,
364+
"notes": "Unscheduled minor release"
341365
}
342366
]
343367
},

general/releases/4.1/4.1.17.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Moodle 4.1.17
3+
tags:
4+
- Release notes
5+
- Moodle 4.1
6+
sidebar_position: 17
7+
moodleVersion: 4.1.17
8+
description: The release notes for Moodle version 4.1.17.
9+
---
10+
11+
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
12+
13+
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
14+
15+
## Security fixes
16+
17+
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.11.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Moodle 4.3.11
3+
tags:
4+
- Release notes
5+
- Moodle 4.3
6+
sidebar_position: 11
7+
moodleVersion: 4.3.11
8+
description: The release notes for Moodle version 4.3.11.
9+
---
10+
11+
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
12+
13+
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
14+
15+
## Security fixes
16+
17+
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.7.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Moodle 4.4.7
3+
tags:
4+
- Release notes
5+
- Moodle 4.4
6+
sidebar_position: 7
7+
moodleVersion: 4.4.7
8+
description: The release notes for Moodle version 4.4.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-83541](https://tracker.moodle.org/browse/MDL-83541) - error_question_answers_missing_in_db when duplicate or restore quiz
18+
- [MDL-77646](https://tracker.moodle.org/browse/MDL-77646) - Embed pdf not working on Safari iOS
19+
- [MDL-82440](https://tracker.moodle.org/browse/MDL-82440) - Ghostscript 10.03.1 and above breaks assignment feedback preview
20+
- [MDL-80351](https://tracker.moodle.org/browse/MDL-80351) - Chart axis options ignored
21+
- [MDL-65233](https://tracker.moodle.org/browse/MDL-65233) - Unexpected behaviour of course reset when using a course start time (timeshift)
22+
- [MDL-84398](https://tracker.moodle.org/browse/MDL-84398) - ChartJs - User locale settings ignored for numeric series data
23+
- [MDL-75442](https://tracker.moodle.org/browse/MDL-75442) - When manually grading questions, validation errors styling makes them hard to see, leading to confusion
24+
- [MDL-84295](https://tracker.moodle.org/browse/MDL-84295) - Activity description text displayed differently on course page and activity pages
25+
- [MDL-84584](https://tracker.moodle.org/browse/MDL-84584) - Creating a badge removes all draftfiles for a user
26+
- [MDL-84313](https://tracker.moodle.org/browse/MDL-84313) - webm and ogv cannot be played fully in the app because the range headers are blocked by CORS
27+
- [MDL-83720](https://tracker.moodle.org/browse/MDL-83720) - Broken image links in tag description from external service
28+
- [MDL-84348](https://tracker.moodle.org/browse/MDL-84348) - Guest users should not see the message "You are in preview mode."
29+
- [MDL-84256](https://tracker.moodle.org/browse/MDL-84256) - Remove course icon from course/index.php page
30+
- [MDL-84532](https://tracker.moodle.org/browse/MDL-84532) - mdl_qtype_ordering_options.questionid not found in aggregate or GROUP BY - error when upgrading to 4.5.2 with Microsoft SQL server
31+
- [MDL-67462](https://tracker.moodle.org/browse/MDL-67462) - get_user_badges WS return does not match exporter types
32+
<!-- cspell:enable -->
33+
34+
## Security fixes
35+
36+
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.3.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Moodle 4.5.3
3+
tags:
4+
- Release notes
5+
- Moodle 4.5
6+
sidebar_position: 3
7+
moodleVersion: 4.5.3
8+
description: The release notes for Moodle version 4.5.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-83541](https://tracker.moodle.org/browse/MDL-83541) - error_question_answers_missing_in_db when duplicate or restore quiz
18+
- [MDL-84327](https://tracker.moodle.org/browse/MDL-84327) - Assignment & quiz notifications sent to all course participants regardless of activity restrictions
19+
- [MDL-77646](https://tracker.moodle.org/browse/MDL-77646) - Embed pdf not working on Safari iOS
20+
- [MDL-84051](https://tracker.moodle.org/browse/MDL-84051) - Table mdl_sessions does not get cleaned
21+
- [MDL-82440](https://tracker.moodle.org/browse/MDL-82440) - Ghostscript 10.03.1 and above breaks assignment feedback preview
22+
- [MDL-84543](https://tracker.moodle.org/browse/MDL-84543) - New router seems to clash with $CFG->wwwroot "no slash" requirement
23+
- [MDL-80351](https://tracker.moodle.org/browse/MDL-80351) - Chart axis options ignored
24+
- [MDL-84416](https://tracker.moodle.org/browse/MDL-84416) - Duplicate activity also duplicates badges
25+
- [MDL-65233](https://tracker.moodle.org/browse/MDL-65233) - Unexpected behaviour of course reset when using a course start time (timeshift)
26+
- [MDL-84398](https://tracker.moodle.org/browse/MDL-84398) - ChartJs - User locale settings ignored for numeric series data
27+
- [MDL-84147](https://tracker.moodle.org/browse/MDL-84147) - Large Icon within Moodle Competency Frameworks
28+
- [MDL-75442](https://tracker.moodle.org/browse/MDL-75442) - When manually grading questions, validation errors styling makes them hard to see, leading to confusion
29+
- [MDL-84295](https://tracker.moodle.org/browse/MDL-84295) - Activity description text displayed differently on course page and activity pages
30+
- [MDL-84584](https://tracker.moodle.org/browse/MDL-84584) - Creating a badge removes all draftfiles for a user
31+
- [MDL-84313](https://tracker.moodle.org/browse/MDL-84313) - webm and ogv cannot be played fully in the app because the range headers are blocked by CORS
32+
- [MDL-83720](https://tracker.moodle.org/browse/MDL-83720) - Broken image links in tag description from external service
33+
- [MDL-83970](https://tracker.moodle.org/browse/MDL-83970) - AI: Use component name in registration and logging
34+
- [MDL-84348](https://tracker.moodle.org/browse/MDL-84348) - Guest users should not see the message "You are in preview mode."
35+
- [MDL-84256](https://tracker.moodle.org/browse/MDL-84256) - Remove course icon from course/index.php page
36+
- [MDL-84551](https://tracker.moodle.org/browse/MDL-84551) - AI image generation produces High quality when Standard is chosen
37+
- [MDL-84651](https://tracker.moodle.org/browse/MDL-84651) - AI: Extend AI model support in placement webservice
38+
- [MDL-84532](https://tracker.moodle.org/browse/MDL-84532) - mdl_qtype_ordering_options.questionid not found in aggregate or GROUP BY - error when upgrading to 4.5.2 with Microsoft SQL server
39+
- [MDL-67462](https://tracker.moodle.org/browse/MDL-67462) - get_user_badges WS return does not match exporter types
40+
<!-- cspell:enable -->
41+
42+
## Security fixes
43+
44+
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)