Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions data/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,14 @@
},
{
"name": "5.1.3",
"releaseDate": "20 April 2026",
"releaseDate": "11 February 2026",
"version": 2025100603,
"notes": "Unscheduled minor release"
},
{
"name": "5.1.4",
"releaseDate": "20 April 2026",
"version": 2025100604,
"releaseNoteUrl": false
}
]
Expand Down Expand Up @@ -106,8 +112,14 @@
},
{
"name": "5.0.6",
"releaseDate": "20 April 2026",
"releaseDate": "11 February 2026",
"version": 2025041406,
"notes": "Unscheduled minor release"
},
{
"name": "5.0.7",
"releaseDate": "20 April 2026",
"version": 2025041407,
"releaseNoteUrl": false
}
]
Expand Down Expand Up @@ -189,8 +201,14 @@
},
{
"name": "4.5.10",
"releaseDate": "20 April 2026",
"releaseDate": "11 February 2026",
"version": 2024100710,
"notes": "Unscheduled minor release"
},
{
"name": "4.5.11",
"releaseDate": "20 April 2026",
"version": 2024100711,
"releaseNoteUrl": false
}
]
Expand Down
Binary file removed general/_releases/5012_release_graph.png
Binary file not shown.
Binary file added general/_releases/5013_release_graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion general/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The most recent [long-term support release (LTS)](https://en.wikipedia.org/wiki/

<SupportedReleases />

![Release graph summarising the currently supported Moodle releases in a visual form](_releases/5012_release_graph.png)
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/5013_release_graph.png)

<details>
<summary>Release graph key</summary>
Expand Down
24 changes: 24 additions & 0 deletions general/releases/4.5/4.5.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Moodle 4.5.10
tags:
- Release notes
- Moodle 4.5
sidebar_position: 10
moodleVersion: 4.5.10
description: The release notes for Moodle version 4.5.10
---

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

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.

## General fixes and improvements
<!-- cspell:disable -->
- [MDL-87892](https://moodle.atlassian.net/browse/MDL-87892) - Additional parameter for core_admin_renderer function added in MDL-87352 breaks many custom themes
<!-- cspell:enable -->

## Security fixes

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).
6 changes: 4 additions & 2 deletions general/releases/4.5/4.5.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ tags:
- Moodle 4.5
sidebar_position: 9
moodleVersion: 4.5.9
description: The release notes for Moodle version 4.5.9
description: The release notes for Moodle version 4.5.9.
---

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

:::warning Important 4.5.9 upgrade notice
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.
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).

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.
:::

## General fixes and improvements
Expand Down
4 changes: 3 additions & 1 deletion general/releases/5.0/5.0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

:::warning Important 5.0.5 upgrade notice
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.
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).

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.
:::

## General fixes and improvements
Expand Down
24 changes: 24 additions & 0 deletions general/releases/5.0/5.0.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Moodle 5.0.6
tags:
- Release notes
- Moodle 5.0
sidebar_position: 6
moodleVersion: 5.0.6
description: The release notes for Moodle version 5.0.6.
---

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

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.

## General fixes and improvements
<!-- cspell:disable -->
- [MDL-87892](https://moodle.atlassian.net/browse/MDL-87892) - Additional parameter for core_admin_renderer function added in MDL-87352 breaks many custom themes
<!-- cspell:enable -->

## Security fixes

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).
4 changes: 3 additions & 1 deletion general/releases/5.1/5.1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

:::warning Important 5.1.2 upgrade notice
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.
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).

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.
:::

## General fixes and improvements
Expand Down
24 changes: 24 additions & 0 deletions general/releases/5.1/5.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Moodle 5.1.3
tags:
- Release notes
- Moodle 5.1
sidebar_position: 3
moodleVersion: 5.1.3
description: The release notes for Moodle version 5.1.3.
---

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

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.

## General fixes and improvements
<!-- cspell:disable -->
- [MDL-87892](https://moodle.atlassian.net/browse/MDL-87892) - Additional parameter for core_admin_renderer function added in MDL-87352 breaks many custom themes
<!-- cspell:enable -->

## Security fixes

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).