Skip to content

Commit 64f654c

Browse files
authored
Merge pull request #1147 from mickhawkins/main
[docs] Adding release notes for 4.5, 4.4.4 and friends
2 parents 894cd71 + 3528a7e commit 64f654c

File tree

11 files changed

+588
-8
lines changed

11 files changed

+588
-8
lines changed

data/versions.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"versions": [
44
{
55
"name": "4.5",
6-
"codeFreezeDate": "26 August 2024",
76
"releaseDate": "7 October 2024",
87
"generalEndDate": "6 October 2025",
98
"securityEndDate": "6 October 2027",
@@ -12,8 +11,8 @@
1211
{
1312
"name": "4.5.0",
1413
"releaseDate": "7 October 2024",
15-
"version": false,
16-
"releaseNoteUrl": false
14+
"version": 2024100700,
15+
"upgradePath": "https://docs.moodle.org/405/en/Upgrading"
1716
}
1817
]
1918
},
@@ -45,6 +44,11 @@
4544
"releaseDate": "2 September 2024",
4645
"version": 2024042203,
4746
"notes": "Unscheduled minor release"
47+
},
48+
{
49+
"name": "4.4.4",
50+
"releaseDate": "7 October 2024",
51+
"version": 2024042204
4852
}
4953
]
5054
},
@@ -97,6 +101,11 @@
97101
"releaseDate": "2 September 2024",
98102
"version": 2023100907,
99103
"notes": "Unscheduled minor release"
104+
},
105+
{
106+
"name": "4.3.8",
107+
"releaseDate": "7 October 2024",
108+
"version": 2023100908
100109
}
101110
]
102111
},
@@ -164,6 +173,11 @@
164173
"releaseDate": "2 September 2024",
165174
"version": 2023042410,
166175
"notes": "Unscheduled minor release"
176+
},
177+
{
178+
"name": "4.2.11",
179+
"releaseDate": "7 October 2024",
180+
"version": 2023042411
167181
}
168182
]
169183
},
@@ -246,6 +260,11 @@
246260
"releaseDate": "2 September 2024",
247261
"version": 2022112813,
248262
"notes": "Unscheduled minor release"
263+
},
264+
{
265+
"name": "4.1.14",
266+
"releaseDate": "7 October 2024",
267+
"version": 2022112814
249268
}
250269
]
251270
},
-36.9 KB
Binary file not shown.
38.7 KB
Loading

general/releases.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ This page lists all official releases of Moodle, grouped by branch in reverse ch
1515

1616
## Version support
1717

18-
The most recent [long-term support release (LTS)](https://en.wikipedia.org/wiki/Long-term_support) version is Moodle 4.1. The next LTS version will be Moodle 4.5.
18+
The most recent [long-term support release (LTS)](https://en.wikipedia.org/wiki/Long-term_support) version is Moodle 4.5. The next LTS version will be Moodle 5.3.
1919

2020
<SupportedReleases />
2121

22-
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/4043_release_graph.png)
22+
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/4050_release_graph.png)
2323

2424
<details>
2525
<summary>Release graph key</summary>
@@ -90,6 +90,17 @@ Minor releases dates differ slightly from release to release depending on the ti
9090

9191
:::
9292

93+
## Moodle 4.5
94+
95+
<ReleaseTable releaseName="4.5" />
96+
97+
:::info
98+
99+
Bug fixes for general core bugs in 4.5.x will end 6 October 2025 (12 months).<br/>
100+
Bug fixes for security issues in 4.5.x will end October 2027 (36 months).
101+
102+
:::
103+
93104
## Moodle 4.4
94105

95106
<ReleaseTable releaseName="4.4" />

general/releases/4.1/4.1.14.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Moodle 4.1.14
3+
tags:
4+
- Release notes
5+
- Moodle 4.1
6+
sidebar_position: 14
7+
moodleVersion: 4.1.14
8+
description: The release notes for Moodle version 4.1.14.
9+
---
10+
11+
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
12+
13+
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
14+
15+
## Accessibility improvements
16+
<!-- cspell:disable -->
17+
- [MDL-83047](https://tracker.moodle.org/browse/MDL-83047) - All headings now have white background colour
18+
- [MDL-82677](https://tracker.moodle.org/browse/MDL-82677) - Upgrade screen can have poor contrast when a background image is set
19+
- [MDL-82948](https://tracker.moodle.org/browse/MDL-82948) - Border of &lt;blockquote&gt; tags has insufficient colour contrast
20+
- [MDL-79288](https://tracker.moodle.org/browse/MDL-79288) - Colour contrast issues with the accessibility toolkit's heatmap
21+
<!-- cspell:enable -->
22+
23+
## Security fixes
24+
25+
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.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.2.11
3+
tags:
4+
- Release notes
5+
- Moodle 4.2
6+
sidebar_position: 11
7+
moodleVersion: 4.2.11
8+
description: The release notes for Moodle version 4.2.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.3/4.3.8.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Moodle 4.3.8
3+
tags:
4+
- Release notes
5+
- Moodle 4.3
6+
sidebar_position: 8
7+
moodleVersion: 4.3.8
8+
description: The release notes for Moodle version 4.3.8.
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-77625](https://tracker.moodle.org/browse/MDL-77625) - Repeated quiz restoration to same course references original course questions
18+
- [MDL-80965](https://tracker.moodle.org/browse/MDL-80965) - Random questions no longer display their source category on the edit quiz page
19+
- [MDL-83268](https://tracker.moodle.org/browse/MDL-83268) - H5P API Version Unsupported: running 1.26, requires 1.27 or higher
20+
- [MDL-68676](https://tracker.moodle.org/browse/MDL-68676) - Cannot remove assignment submissions in "Separate groups" group mode
21+
- [MDL-75692](https://tracker.moodle.org/browse/MDL-75692) - H5P content keeps flickering when resources is resizing after initial display
22+
- [MDL-79628](https://tracker.moodle.org/browse/MDL-79628) - Move the navcache out of $SESSION and into MUC session cache
23+
- [MDL-83163](https://tracker.moodle.org/browse/MDL-83163) - Fresh install fails if there are dependencies on format plugins
24+
- [MDL-82875](https://tracker.moodle.org/browse/MDL-82875) - Hidden questions should not be included when exporting from the question bank
25+
- [MDL-81987](https://tracker.moodle.org/browse/MDL-81987) - One second Redis timeout causes exceptions instead of degraded performance
26+
- [MDL-80225](https://tracker.moodle.org/browse/MDL-80225) - Recordings go missing because they are marked as Dismissed
27+
- [MDL-83235](https://tracker.moodle.org/browse/MDL-83235) - "ORA-00932: inconsistent datatypes: expected - got CLOB" error during upgrade using Oracle
28+
- [MDL-82995](https://tracker.moodle.org/browse/MDL-82995) - Broken Audio and Video in Text and Media area of Feedback activity
29+
- [MDL-80929](https://tracker.moodle.org/browse/MDL-80929) - Backup/restore "Include custom fields" setting is not observed
30+
- [MDL-82740](https://tracker.moodle.org/browse/MDL-82740) - CSS filter does not apply to monologo icons added in themes
31+
- [MDL-83264](https://tracker.moodle.org/browse/MDL-83264) - Error when adding random questions to a quiz using a "top" question category
32+
- [MDL-82492](https://tracker.moodle.org/browse/MDL-82492) - Performance issues in Grader report due to inefficient HTML output
33+
- [MDL-82494](https://tracker.moodle.org/browse/MDL-82494) - User profile field names are formatted using the wrong method
34+
- [MDL-82804](https://tracker.moodle.org/browse/MDL-82804) - The "Nothing to display" notification is inconsistently applied in reports
35+
- [MDL-82488](https://tracker.moodle.org/browse/MDL-82488) - Double encoded custom field names in report editor
36+
- [MDL-82957](https://tracker.moodle.org/browse/MDL-82957) - Bulk action section checkboxes are not correctly aligned
37+
- [MDL-81612](https://tracker.moodle.org/browse/MDL-81612) - Current extension date not displayed when editing an assignment extension
38+
- [MDL-83094](https://tracker.moodle.org/browse/MDL-83094) - Persistent error when sortorder or descriptionformat for customfield is NULL
39+
- [MDL-83050](https://tracker.moodle.org/browse/MDL-83050) - Collapsed sections on course index is not highlighting the correct element when scrolling
40+
- [MDL-79020](https://tracker.moodle.org/browse/MDL-79020) - Can't edit completion settings when bulk edit is activated
41+
- [MDL-82389](https://tracker.moodle.org/browse/MDL-82389) - Disable Notes Lock Setting not working
42+
- [MDL-82909](https://tracker.moodle.org/browse/MDL-82909) - Inplace editable loading icon stopped spinning since conversion to SVG
43+
- [MDL-83205](https://tracker.moodle.org/browse/MDL-83205) - Redis set EXPIRE can't be < 1
44+
- [MDL-81157](https://tracker.moodle.org/browse/MDL-81157) - File picker UX issue with button colour in small screens and border CSS issue
45+
- [MDL-82255](https://tracker.moodle.org/browse/MDL-82255) - TinyMCE can't create blockquotes without direct edit of source code
46+
- [MDL-82220](https://tracker.moodle.org/browse/MDL-82220) - Error "Can't find data record in database table groups" when restoring activity to the other site using group custom field
47+
<!-- cspell:enable -->
48+
49+
## Accessibility improvements
50+
<!-- cspell:disable -->
51+
- [MDL-83047](https://tracker.moodle.org/browse/MDL-83047) - All headings now have white background colour
52+
- [MDL-82677](https://tracker.moodle.org/browse/MDL-82677) - Upgrade screen can have poor contrast when a background image is set
53+
- [MDL-82948](https://tracker.moodle.org/browse/MDL-82948) - Border of &lt;blockquote&gt; tags has insufficient colour contrast
54+
- [MDL-79288](https://tracker.moodle.org/browse/MDL-79288) - Colour contrast issues with the accessibility toolkit's heatmap
55+
<!-- cspell:enable -->
56+
57+
## Security fixes
58+
59+
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.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Moodle supports the following database servers. Again, version numbers are just
3434
| [MySQL](http://www.mysql.com/) | 8.0 (increased since Moodle 4.1) | Latest |
3535
| [MariaDB](https://mariadb.org/) | 10.6.7 (increased since Moodle 4.1) | Latest |
3636
| [Microsoft SQL Server](http://www.microsoft.com/en-us/server-cloud/products/sql-server/) | 2017 | Latest |
37-
| [Oracle Database](http://www.oracle.com/us/products/database/overview/index.html) | 19c | Latest |
37+
| [Oracle Database](http://www.oracle.com/us/products/database/overview/index.html) | 19c (increased since Moodle 4.3) | Latest |
3838

3939
:::note Database prefixes
4040

general/releases/4.4/4.4.4.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: Moodle 4.4.4
3+
tags:
4+
- Release notes
5+
- Moodle 4.4
6+
sidebar_position: 4
7+
moodleVersion: 4.4.4
8+
description: The release notes for Moodle version 4.4.4.
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-77625](https://tracker.moodle.org/browse/MDL-77625) - Repeated quiz restoration to same course references original course questions
18+
- [MDL-80965](https://tracker.moodle.org/browse/MDL-80965) - Random questions no longer display their source category on the edit quiz page
19+
- [MDL-83268](https://tracker.moodle.org/browse/MDL-83268) - H5P API Version Unsupported: running 1.26, requires 1.27 or higher
20+
- [MDL-68676](https://tracker.moodle.org/browse/MDL-68676) - Cannot remove assignment submissions in "Separate groups" group mode
21+
- [MDL-75692](https://tracker.moodle.org/browse/MDL-75692) - H5P content keeps flickering when resources is resizing after initial display
22+
- [MDL-79628](https://tracker.moodle.org/browse/MDL-79628) - Move the navcache out of $SESSION and into MUC session cache
23+
- [MDL-83163](https://tracker.moodle.org/browse/MDL-83163) - Fresh install fails if there are dependencies on format plugins
24+
- [MDL-81987](https://tracker.moodle.org/browse/MDL-81987) - One second Redis timeout causes exceptions instead of degraded performance
25+
- [MDL-80225](https://tracker.moodle.org/browse/MDL-80225) - Recordings go missing because they are marked as Dismissed
26+
- [MDL-83235](https://tracker.moodle.org/browse/MDL-83235) - "ORA-00932: inconsistent datatypes: expected - got CLOB" error during upgrade using Oracle
27+
- [MDL-82995](https://tracker.moodle.org/browse/MDL-82995) - Broken Audio and Video in Text and Media area of Feedback activity
28+
- [MDL-80929](https://tracker.moodle.org/browse/MDL-80929) - Backup/restore "Include custom fields" setting is not observed
29+
- [MDL-82740](https://tracker.moodle.org/browse/MDL-82740) - CSS filter does not apply to monologo icons added in themes
30+
- [MDL-83264](https://tracker.moodle.org/browse/MDL-83264) - Error when adding random questions to a quiz using a "top" question category
31+
- [MDL-82492](https://tracker.moodle.org/browse/MDL-82492) - Performance issues in Grader report due to inefficient HTML output
32+
- [MDL-83122](https://tracker.moodle.org/browse/MDL-83122) - Matrix exception when deleting a user
33+
- [MDL-82494](https://tracker.moodle.org/browse/MDL-82494) - User profile field names are formatted using the wrong method
34+
- [MDL-82804](https://tracker.moodle.org/browse/MDL-82804) - The "Nothing to display" notification is inconsistently applied in reports
35+
- [MDL-82488](https://tracker.moodle.org/browse/MDL-82488) - Double encoded custom field names in report editor
36+
- [MDL-83173](https://tracker.moodle.org/browse/MDL-83173) - My courses cards three dots container overlaps the layout in classic theme
37+
- [MDL-83204](https://tracker.moodle.org/browse/MDL-83204) - No space between "Policies" and "Get the mobile app" link in theme footer
38+
- [MDL-82957](https://tracker.moodle.org/browse/MDL-82957) - Bulk action section checkboxes are not correctly aligned
39+
- [MDL-81612](https://tracker.moodle.org/browse/MDL-81612) - Current extension date not displayed when editing an assignment extension
40+
- [MDL-83127](https://tracker.moodle.org/browse/MDL-83127) - Ordering questions cannot be edited if hints store NULL for "clearwrong"
41+
- [MDL-83094](https://tracker.moodle.org/browse/MDL-83094) - Persistent error when sortorder or descriptionformat for customfield is NULL
42+
- [MDL-83050](https://tracker.moodle.org/browse/MDL-83050) - Collapsed sections on course index is not highlighting the correct element when scrolling
43+
- [MDL-79020](https://tracker.moodle.org/browse/MDL-79020) - Can't edit completion settings when bulk edit is activated
44+
- [MDL-82389](https://tracker.moodle.org/browse/MDL-82389) - Disable Notes Lock Setting not working
45+
- [MDL-82909](https://tracker.moodle.org/browse/MDL-82909) - Inplace editable loading icon stopped spinning since conversion to SVG
46+
- [MDL-83205](https://tracker.moodle.org/browse/MDL-83205) - Redis set EXPIRE can't be < 1
47+
- [MDL-81157](https://tracker.moodle.org/browse/MDL-81157) - File picker UX issue with button colour in small screens and border CSS issue
48+
- [MDL-82255](https://tracker.moodle.org/browse/MDL-82255) - TinyMCE can't create blockquotes without direct edit of source code
49+
- [MDL-82220](https://tracker.moodle.org/browse/MDL-82220) - Error "Can't find data record in database table groups" when restoring activity to the other site using group custom field
50+
<!-- cspell:enable -->
51+
52+
## Accessibility improvements
53+
<!-- cspell:disable -->
54+
- [MDL-83047](https://tracker.moodle.org/browse/MDL-83047) - All headings now have white background colour
55+
- [MDL-82677](https://tracker.moodle.org/browse/MDL-82677) - Upgrade screen can have poor contrast when a background image is set
56+
- [MDL-82948](https://tracker.moodle.org/browse/MDL-82948) - Border of &lt;blockquote&gt; tags has insufficient colour contrast
57+
- [MDL-79288](https://tracker.moodle.org/browse/MDL-79288) - Colour contrast issues with the accessibility toolkit's heatmap
58+
<!-- cspell:enable -->
59+
60+
## Security fixes
61+
62+
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)