Skip to content

Commit cae16a7

Browse files
committed
[docs] Adding release notes for 5.1.3 and friends (unscheduled release)
This also updates the warnings on 5.1.2, 5.0.5 and 4.5.9 now a patch is available for the known bug on those versions.
1 parent c2f2bbf commit cae16a7

10 files changed

Lines changed: 104 additions & 8 deletions

File tree

data/versions.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,14 @@
6060
},
6161
{
6262
"name": "5.1.3",
63-
"releaseDate": "20 April 2026",
63+
"releaseDate": "11 February 2026",
6464
"version": 2025100603,
65+
"notes": "Unscheduled minor release"
66+
},
67+
{
68+
"name": "5.1.4",
69+
"releaseDate": "20 April 2026",
70+
"version": 2025100604,
6571
"releaseNoteUrl": false
6672
}
6773
]
@@ -106,8 +112,14 @@
106112
},
107113
{
108114
"name": "5.0.6",
109-
"releaseDate": "20 April 2026",
115+
"releaseDate": "11 February 2026",
110116
"version": 2025041406,
117+
"notes": "Unscheduled minor release"
118+
},
119+
{
120+
"name": "5.0.7",
121+
"releaseDate": "20 April 2026",
122+
"version": 2025041407,
111123
"releaseNoteUrl": false
112124
}
113125
]
@@ -189,8 +201,14 @@
189201
},
190202
{
191203
"name": "4.5.10",
192-
"releaseDate": "20 April 2026",
204+
"releaseDate": "11 February 2026",
193205
"version": 2024100710,
206+
"notes": "Unscheduled minor release"
207+
},
208+
{
209+
"name": "4.5.11",
210+
"releaseDate": "20 April 2026",
211+
"version": 2024100711,
194212
"releaseNoteUrl": false
195213
}
196214
]
-35.3 KB
Binary file not shown.
35.6 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/5012_release_graph.png)
22+
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/5013_release_graph.png)
2323

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

general/releases/4.5/4.5.10.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Moodle 4.5.10
3+
tags:
4+
- Release notes
5+
- Moodle 4.5
6+
sidebar_position: 10
7+
moodleVersion: 4.5.10
8+
description: The release notes for Moodle version 4.5.10
9+
---
10+
11+
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
12+
13+
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
14+
15+
This release specifically addresses a bug in version 4.5.9 which caused site administration access issues on sites using third-party themes that modify the core admin renderer (such as <!-- cspell:disable -->Moove<!-- cspell:enable -->). Sites using the Boost or Classic theme (or other themes which do not modify site administration rendering) were not affected by this bug.
16+
17+
## General fixes and improvements
18+
<!-- cspell:disable -->
19+
- [MDL-87892](https://moodle.atlassian.net/browse/MDL-87892) - Additional parameter for core_admin_renderer function added in MDL-87352 breaks many custom themes
20+
<!-- cspell:enable -->
21+
22+
## Security fixes
23+
24+
No security fixes were included in this release. For details about the most recently fixed security bugs, please see the [4.5.9 release notes](./4.5.9.md#security-fixes).

general/releases/4.5/4.5.9.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ tags:
55
- Moodle 4.5
66
sidebar_position: 9
77
moodleVersion: 4.5.9
8-
description: The release notes for Moodle version 4.5.9
8+
description: The release notes for Moodle version 4.5.9.
99
---
1010

1111
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
1212

1313
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
1414

1515
:::warning Important 4.5.9 upgrade notice
16-
Please note that sites using third party themes that modify the core admin renderer (such as <!-- cspell:disable -->Moove<!-- cspell:enable -->) are recommended **not** to upgrade to this minor version, as there is a known breaking change which affects access to site administration. Sites using Boost, Classic or other themes which do not modify site administration rendering are not affected, and it is safe to upgrade (for more information, see MDL-87892). An unscheduled release which addresses this bug will be released imminently.
16+
Please note that sites using third-party themes that modify the core admin renderer (such as <!-- cspell:disable -->Moove<!-- cspell:enable -->) are recommended **not** to upgrade to this minor version, as there is a known breaking change which affects access to site administration. Sites using Boost, Classic or other themes which do not modify site administration rendering are not affected, and it is safe to upgrade (for more information, see MDL-87892).
17+
18+
This bug was fixed in version [4.5.10](./4.5.10.md), so affected sites are recommended to skip this release and upgrade directly to the newest available version.
1719
:::
1820

1921
## General fixes and improvements

general/releases/5.0/5.0.5.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
1313
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
1414

1515
:::warning Important 5.0.5 upgrade notice
16-
Please note that sites using third party themes that modify the core admin renderer (such as <!-- cspell:disable -->Moove<!-- cspell:enable -->) are recommended **not** to upgrade to this minor version, as there is a known breaking change which affects access to site administration. Sites using Boost, Classic or other themes which do not modify site administration rendering are not affected, and it is safe to upgrade (for more information, see MDL-87892). An unscheduled release which addresses this bug will be released imminently.
16+
Please note that sites using third-party themes that modify the core admin renderer (such as <!-- cspell:disable -->Moove<!-- cspell:enable -->) are recommended **not** to upgrade to this minor version, as there is a known breaking change which affects access to site administration. Sites using Boost, Classic or other themes which do not modify site administration rendering are not affected, and it is safe to upgrade (for more information, see MDL-87892).
17+
18+
This bug was fixed in version [5.0.6](./5.0.6.md), so affected sites are recommended to skip this release and upgrade directly to the newest available version.
1719
:::
1820

1921
## General fixes and improvements

general/releases/5.0/5.0.6.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Moodle 5.0.6
3+
tags:
4+
- Release notes
5+
- Moodle 5.0
6+
sidebar_position: 6
7+
moodleVersion: 5.0.6
8+
description: The release notes for Moodle version 5.0.6.
9+
---
10+
11+
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
12+
13+
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
14+
15+
This release specifically addresses a bug in version 5.0.5 which caused site administration access issues on sites using third-party themes that modify the core admin renderer (such as <!-- cspell:disable -->Moove<!-- cspell:enable -->). Sites using the Boost or Classic theme (or other themes which do not modify site administration rendering) were not affected by this bug.
16+
17+
## General fixes and improvements
18+
<!-- cspell:disable -->
19+
- [MDL-87892](https://moodle.atlassian.net/browse/MDL-87892) - Additional parameter for core_admin_renderer function added in MDL-87352 breaks many custom themes
20+
<!-- cspell:enable -->
21+
22+
## Security fixes
23+
24+
No security fixes were included in this release. For details about the most recently fixed security bugs, please see the [5.0.5 release notes](./5.0.5.md#security-fixes).

general/releases/5.1/5.1.2.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
1313
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
1414

1515
:::warning Important 5.1.2 upgrade notice
16-
Please note that sites using third-party themes that modify the core admin renderer (such as <!-- cspell:disable -->Moove<!-- cspell:enable -->) are recommended **not** to upgrade to this minor version, as there is a known breaking change which affects access to site administration. Sites using Boost, Classic or other themes which do not modify site administration rendering are not affected, and it is safe to upgrade (for more information, see MDL-87892). An unscheduled release which addresses this bug will be released imminently.
16+
Please note that sites using third-party themes that modify the core admin renderer (such as <!-- cspell:disable -->Moove<!-- cspell:enable -->) are recommended **not** to upgrade to this minor version, as there is a known breaking change which affects access to site administration. Sites using Boost, Classic or other themes which do not modify site administration rendering are not affected, and it is safe to upgrade (for more information, see MDL-87892).
17+
18+
This bug was fixed in version [5.1.3](./5.1.3.md), so affected sites are recommended to skip this release and upgrade directly to the newest available version.
1719
:::
1820

1921
## General fixes and improvements

general/releases/5.1/5.1.3.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Moodle 5.1.3
3+
tags:
4+
- Release notes
5+
- Moodle 5.1
6+
sidebar_position: 3
7+
moodleVersion: 5.1.3
8+
description: The release notes for Moodle version 5.1.3.
9+
---
10+
11+
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
12+
13+
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />
14+
15+
This release specifically addresses a bug in version 5.1.2 which caused site administration access issues on sites using third-party themes that modify the core admin renderer (such as <!-- cspell:disable -->Moove<!-- cspell:enable -->). Sites using the Boost or Classic theme (or other themes which do not modify site administration rendering) were not affected by this bug.
16+
17+
## General fixes and improvements
18+
<!-- cspell:disable -->
19+
- [MDL-87892](https://moodle.atlassian.net/browse/MDL-87892) - Additional parameter for core_admin_renderer function added in MDL-87352 breaks many custom themes
20+
<!-- cspell:enable -->
21+
22+
## Security fixes
23+
24+
No security fixes were included in this release. For details about the most recently fixed security bugs, please see the [5.1.2 release notes](./5.1.2.md#security-fixes).

0 commit comments

Comments
 (0)