Skip to content

Commit c83a2df

Browse files
authored
Merge pull request #1095 from mickhawkins/main
[docs] Adding release notes for 4.4.2 and friends
2 parents 0799d43 + 4a8ed24 commit c83a2df

File tree

8 files changed

+298
-1
lines changed

8 files changed

+298
-1
lines changed

data/versions.json

+20
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"name": "4.4.1",
3535
"releaseDate": "10 June 2024",
3636
"version": 2024042201
37+
},
38+
{
39+
"name": "4.4.2",
40+
"releaseDate": "12 August 2024",
41+
"version": 2024042202
3742
}
3843
]
3944
},
@@ -75,6 +80,11 @@
7580
"name": "4.3.5",
7681
"releaseDate": "10 June 2024",
7782
"version": 2023100905
83+
},
84+
{
85+
"name": "4.3.6",
86+
"releaseDate": "12 August 2024",
87+
"version": 2023100906
7888
}
7989
]
8090
},
@@ -131,6 +141,11 @@
131141
"name": "4.2.8",
132142
"releaseDate": "10 June 2024",
133143
"version": 2023042408
144+
},
145+
{
146+
"name": "4.2.9",
147+
"releaseDate": "12 August 2024",
148+
"version": 2023042409
134149
}
135150
]
136151
},
@@ -202,6 +217,11 @@
202217
"name": "4.1.11",
203218
"releaseDate": "10 June 2024",
204219
"version": 2022112811
220+
},
221+
{
222+
"name": "4.1.12",
223+
"releaseDate": "12 August 2024",
224+
"version": 2022112812
205225
}
206226
]
207227
},
-35.5 KB
Binary file not shown.
37.2 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/4041_release_graph.png)
22+
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/4042_release_graph.png)
2323

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

general/releases/4.1/4.1.12.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Moodle 4.1.12
3+
tags:
4+
- Release notes
5+
- Moodle 4.1
6+
sidebar_position: 12
7+
moodleVersion: 4.1.12
8+
description: The release notes for Moodle version 4.1.12.
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-80345](https://tracker.moodle.org/browse/MDL-80345) - Hash collision guaranteed to break cron with 'locktimeout' (only with PostgreSQL)
18+
- [MDL-66903](https://tracker.moodle.org/browse/MDL-66903) - Support autoloading of test classes
19+
- [MDL-82373](https://tracker.moodle.org/browse/MDL-82373) - Support Selenium 4
20+
- [MDL-81265](https://tracker.moodle.org/browse/MDL-81265) - Accessibility issues on the workshop page
21+
<!-- cspell:enable -->
22+
23+
## Accessibility improvements
24+
<!-- cspell:disable -->
25+
- [MDL-72876](https://tracker.moodle.org/browse/MDL-72876) - The new welcome message is not accessible when there's a background
26+
- [MDL-82551](https://tracker.moodle.org/browse/MDL-82551) - Page is missing a level 1 heading when the welcome message is displayed
27+
<!-- cspell:enable -->
28+
29+
## Security improvements
30+
<!-- cspell:disable -->
31+
- [MDL-81803](https://tracker.moodle.org/browse/MDL-81803) - Setting privacyrequestexpiry to 0 immediately expires data requests
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.2/4.2.9.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Moodle 4.2.9
3+
tags:
4+
- Release notes
5+
- Moodle 4.2
6+
sidebar_position: 9
7+
moodleVersion: 4.2.9
8+
description: The release notes for Moodle version 4.2.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-80345](https://tracker.moodle.org/browse/MDL-80345) - Hash collision guaranteed to break cron with 'locktimeout' (only with PostgreSQL)
18+
- [MDL-66903](https://tracker.moodle.org/browse/MDL-66903) - Support autoloading of test classes
19+
- [MDL-82373](https://tracker.moodle.org/browse/MDL-82373) - Support Selenium 4
20+
<!-- cspell:enable -->
21+
22+
## Accessibility improvements
23+
<!-- cspell:disable -->
24+
- [MDL-72876](https://tracker.moodle.org/browse/MDL-72876) - The new welcome message is not accessible when there's a background
25+
<!-- cspell:enable -->
26+
27+
## Security improvements
28+
<!-- cspell:disable -->
29+
- [MDL-81803](https://tracker.moodle.org/browse/MDL-81803) - Setting privacyrequestexpiry to 0 immediately expires data requests
30+
<!-- cspell:enable -->
31+
32+
## Security fixes
33+
34+
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.6.md

+99
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
---
2+
title: Moodle 4.3.6
3+
tags:
4+
- Release notes
5+
- Moodle 4.3
6+
sidebar_position: 6
7+
moodleVersion: 4.3.6
8+
description: The release notes for Moodle version 4.3.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-79758](https://tracker.moodle.org/browse/MDL-79758) - Quiz add from question bank: paging loses filter options
18+
- [MDL-77665](https://tracker.moodle.org/browse/MDL-77665) - H5P activity Link to file error after removing user
19+
- [MDL-80017](https://tracker.moodle.org/browse/MDL-80017) - user_get_grade_items web service throws exception with special characters and spaces
20+
- [MDL-73662](https://tracker.moodle.org/browse/MDL-73662) - 404 error on quiz with browsersecurity when time finish or student clicks "Submit all and finish"
21+
- [MDL-82344](https://tracker.moodle.org/browse/MDL-82344) - LTI Select content button has become required
22+
- [MDL-78388](https://tracker.moodle.org/browse/MDL-78388) - Duplicate activity does not copy permission overrides
23+
- [MDL-75864](https://tracker.moodle.org/browse/MDL-75864) - Cleaning old sessions from cache not working (and raises warnings if no sessions found)
24+
- [MDL-79796](https://tracker.moodle.org/browse/MDL-79796) - Quiz add from question bank pop-up: Question preview icon should be visible without scrolling
25+
- [MDL-66251](https://tracker.moodle.org/browse/MDL-66251) - Static form elements cannot be hidden using hideIf and disabled using disabledif
26+
- [MDL-81739](https://tracker.moodle.org/browse/MDL-81739) - TinyMCE noautolink plugin behaves differently to Atto version
27+
- [MDL-80345](https://tracker.moodle.org/browse/MDL-80345) - Hash collision guaranteed to break cron with 'locktimeout' (only with PostgreSQL)
28+
- [MDL-79231](https://tracker.moodle.org/browse/MDL-79231) - TinyMCE in fullscreen mode doesn't show menus in Feedback comments (Assignment and modals)
29+
- [MDL-81689](https://tracker.moodle.org/browse/MDL-81689) - Failing ad-hoc tasks sometimes run twice ignoring nextruntime/faildelay
30+
- [MDL-70972](https://tracker.moodle.org/browse/MDL-70972) - Course Creator cannot create Single Activity course format
31+
- [MDL-77834](https://tracker.moodle.org/browse/MDL-77834) - Feedback module has a problem with symbols such as ampersand (&) and quotation mark (")
32+
- [MDL-81730](https://tracker.moodle.org/browse/MDL-81730) - Randomly incorrect submission order in PDF annotator
33+
- [MDL-66903](https://tracker.moodle.org/browse/MDL-66903) - Support autoloading of test classes
34+
- [MDL-82605](https://tracker.moodle.org/browse/MDL-82605) - H5P core content bank slow when user has elevated system capabilities
35+
- [MDL-78080](https://tracker.moodle.org/browse/MDL-78080) - Duplicate section has several issues
36+
- [MDL-81781](https://tracker.moodle.org/browse/MDL-81781) - CSV log report exports contain HTML code for the apostrophe in the "Description" field
37+
- [MDL-80064](https://tracker.moodle.org/browse/MDL-80064) - Null passwords no longer allowed for auth plugin user creation
38+
- [MDL-82373](https://tracker.moodle.org/browse/MDL-82373) - Support Selenium 4
39+
- [MDL-80947](https://tracker.moodle.org/browse/MDL-80947) - Changing some course settings removes the "Custom link" URL setting for the course
40+
- [MDL-58287](https://tracker.moodle.org/browse/MDL-58287) - Missing format not listed in plugins overview
41+
- [MDL-80061](https://tracker.moodle.org/browse/MDL-80061) - Change Field Used to Filter recordings in check_dismissed_recordings task
42+
- [MDL-82024](https://tracker.moodle.org/browse/MDL-82024) - Highlight/Un-highlight icon is not updated properly in the actions menu
43+
- [MDL-82100](https://tracker.moodle.org/browse/MDL-82100) - Quiz reports do not show customised question numbers
44+
- [MDL-69514](https://tracker.moodle.org/browse/MDL-69514) - Help text floating after closing a modal
45+
- [MDL-81287](https://tracker.moodle.org/browse/MDL-81287) - Setting Discussions per page (forum_manydiscussions) has no effect
46+
- [MDL-81949](https://tracker.moodle.org/browse/MDL-81949) - Replace CLI script options return true if no arguments given
47+
- [MDL-68540](https://tracker.moodle.org/browse/MDL-68540) - hideIf function doesn't work with editor field
48+
- [MDL-81510](https://tracker.moodle.org/browse/MDL-81510) - "Text and media" resources are not automatically opened in additional cases (follow up of MDL-80934)
49+
- [MDL-82289](https://tracker.moodle.org/browse/MDL-82289) - Feedback response action bar doesn't correctly identify site course
50+
- [MDL-82467](https://tracker.moodle.org/browse/MDL-82467) - Days taking course columns do not aggregate/sort correctly
51+
- [MDL-82309](https://tracker.moodle.org/browse/MDL-82309) - Linktext option gets lost when the new comments loaded in via AJAX
52+
- [MDL-82528](https://tracker.moodle.org/browse/MDL-82528) - Colour setting of the group icon cannot be changed in the settings menu of the activities
53+
- [MDL-82481](https://tracker.moodle.org/browse/MDL-82481) - Custom fields of type dropdown don't format their options consistently
54+
- [MDL-82451](https://tracker.moodle.org/browse/MDL-82451) - Switch hide and show icons for section action menu
55+
- [MDL-82090](https://tracker.moodle.org/browse/MDL-82090) - Workshop error message in settings page after student's submission
56+
- [MDL-81265](https://tracker.moodle.org/browse/MDL-81265) - Accessibility issues on the workshop page
57+
- [MDL-81428](https://tracker.moodle.org/browse/MDL-81428) - The "Add to contacts" button does not let the user know that the request has been sent
58+
- [MDL-68211](https://tracker.moodle.org/browse/MDL-68211) - Feedback has wrong numbers in excel export file
59+
- [MDL-82193](https://tracker.moodle.org/browse/MDL-82193) - AICC HACP multiline content not stored/processed correctly
60+
- [MDL-82200](https://tracker.moodle.org/browse/MDL-82200) - Inplace editable: background behind instruction text sometimes too short
61+
- [MDL-79971](https://tracker.moodle.org/browse/MDL-79971) - Activity completion Report - Course modules can get marked as view even when they aren't viewed
62+
- [MDL-82444](https://tracker.moodle.org/browse/MDL-82444) - The "Tidy" text filter doesn't advertise the fact it requires an extension
63+
- [MDL-82445](https://tracker.moodle.org/browse/MDL-82445) - filter_tidy breaks page locale
64+
- [MDL-81119](https://tracker.moodle.org/browse/MDL-81119) - Recycle bin is ignoring forced config settings
65+
- [MDL-82308](https://tracker.moodle.org/browse/MDL-82308) - Forms - multi-selects - set a sensible default size for the number of choices (backport of MDL-81515)
66+
- [MDL-81761](https://tracker.moodle.org/browse/MDL-81761) - Frequently Used Comment in Assignment is inserted twice when using Chrome
67+
- [MDL-82178](https://tracker.moodle.org/browse/MDL-82178) - Quiz attempt graded notification not sent if the permission is only assigned in the quiz context
68+
- [MDL-80625](https://tracker.moodle.org/browse/MDL-80625) - Plugin mod_bigbluebuttonbn: Wrong API parameter
69+
- [MDL-82167](https://tracker.moodle.org/browse/MDL-82167) - The reactive debug panel throws an error when editing the state manually
70+
- [MDL-81678](https://tracker.moodle.org/browse/MDL-81678) - Course email subjects containing & show &amp;
71+
- [MDL-78773](https://tracker.moodle.org/browse/MDL-78773) - Course Statistics: Mode Selection rendered in Primary Navigation
72+
- [MDL-82233](https://tracker.moodle.org/browse/MDL-82233) - The "This badge has been issued user(s)." notification is displayed in more situations than expected
73+
- [MDL-82202](https://tracker.moodle.org/browse/MDL-82202) - Course last access custom report column doesn't aggregate correctly
74+
- [MDL-82611](https://tracker.moodle.org/browse/MDL-82611) - Grade button appears in assignments without having grading capability
75+
- [MDL-82360](https://tracker.moodle.org/browse/MDL-82360) - Remove error console debugging when uploading course files
76+
- [MDL-82208](https://tracker.moodle.org/browse/MDL-82208) - Starred courses block problem with special characters
77+
- [MDL-81644](https://tracker.moodle.org/browse/MDL-81644) - Calendar day view from calendar block gives error 404 after reloading the page
78+
- [MDL-81932](https://tracker.moodle.org/browse/MDL-81932) - Communication provider change not limiting room name update to newly set provider
79+
- [MDL-81830](https://tracker.moodle.org/browse/MDL-81830) - Clearing course selection in new calendar event triggers exception
80+
- [MDL-82002](https://tracker.moodle.org/browse/MDL-82002) - Video embedding from the app is not styled correctly
81+
- [MDL-73091](https://tracker.moodle.org/browse/MDL-73091) - Undefined variable: overall in award_criteria_courseset.php
82+
- [MDL-81991](https://tracker.moodle.org/browse/MDL-81991) - has_capability() does not return the correct result for some tasks if user data marked "dirty" (requiring re-fetching)
83+
- [MDL-82008](https://tracker.moodle.org/browse/MDL-82008) - "Continue" and "Cancel" buttons not separated in final course restore step
84+
<!-- cspell:enable -->
85+
86+
## Accessibility improvements
87+
<!-- cspell:disable -->
88+
- [MDL-72876](https://tracker.moodle.org/browse/MDL-72876) - The new welcome message is not accessible when there's a background
89+
- [MDL-82551](https://tracker.moodle.org/browse/MDL-82551) - Page is missing a level 1 heading when the welcome message is displayed
90+
<!-- cspell:enable -->
91+
92+
## Security improvements
93+
<!-- cspell:disable -->
94+
- [MDL-81803](https://tracker.moodle.org/browse/MDL-81803) - Setting privacyrequestexpiry to 0 immediately expires data requests
95+
<!-- cspell:enable -->
96+
97+
## Security fixes
98+
99+
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)