diff --git a/data/versions.json b/data/versions.json
index 2c00107ce..08adc99ee 100644
--- a/data/versions.json
+++ b/data/versions.json
@@ -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
}
]
@@ -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
}
]
@@ -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
}
]
diff --git a/general/_releases/5012_release_graph.png b/general/_releases/5012_release_graph.png
deleted file mode 100644
index 20ec807b9..000000000
Binary files a/general/_releases/5012_release_graph.png and /dev/null differ
diff --git a/general/_releases/5013_release_graph.png b/general/_releases/5013_release_graph.png
new file mode 100644
index 000000000..16b0d4d08
Binary files /dev/null and b/general/_releases/5013_release_graph.png differ
diff --git a/general/releases.md b/general/releases.md
index 832813d09..6e4d6c635 100644
--- a/general/releases.md
+++ b/general/releases.md
@@ -19,7 +19,7 @@ The most recent [long-term support release (LTS)](https://en.wikipedia.org/wiki/
-
+
Release graph key
diff --git a/general/releases/4.5/4.5.10.md b/general/releases/4.5/4.5.10.md
new file mode 100644
index 000000000..48059ba93
--- /dev/null
+++ b/general/releases/4.5/4.5.10.md
@@ -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';
+
+
+
+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 Moove). 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
+
+- [MDL-87892](https://moodle.atlassian.net/browse/MDL-87892) - Additional parameter for core_admin_renderer function added in MDL-87352 breaks many custom themes
+
+
+## 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).
diff --git a/general/releases/4.5/4.5.9.md b/general/releases/4.5/4.5.9.md
index a480c316a..f7fce0d51 100644
--- a/general/releases/4.5/4.5.9.md
+++ b/general/releases/4.5/4.5.9.md
@@ -5,7 +5,7 @@ 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';
@@ -13,7 +13,9 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
:::warning Important 4.5.9 upgrade notice
-Please note that sites using third party themes that modify the core admin renderer (such as Moove) 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 Moove) 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
diff --git a/general/releases/5.0/5.0.5.md b/general/releases/5.0/5.0.5.md
index cf6cbf7ac..f293ad47b 100644
--- a/general/releases/5.0/5.0.5.md
+++ b/general/releases/5.0/5.0.5.md
@@ -13,7 +13,9 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
:::warning Important 5.0.5 upgrade notice
-Please note that sites using third party themes that modify the core admin renderer (such as Moove) 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 Moove) 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
diff --git a/general/releases/5.0/5.0.6.md b/general/releases/5.0/5.0.6.md
new file mode 100644
index 000000000..c770217e3
--- /dev/null
+++ b/general/releases/5.0/5.0.6.md
@@ -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';
+
+
+
+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 Moove). 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
+
+- [MDL-87892](https://moodle.atlassian.net/browse/MDL-87892) - Additional parameter for core_admin_renderer function added in MDL-87352 breaks many custom themes
+
+
+## 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).
diff --git a/general/releases/5.1/5.1.2.md b/general/releases/5.1/5.1.2.md
index 0caada702..e62608f0a 100644
--- a/general/releases/5.1/5.1.2.md
+++ b/general/releases/5.1/5.1.2.md
@@ -13,7 +13,9 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
:::warning Important 5.1.2 upgrade notice
-Please note that sites using third-party themes that modify the core admin renderer (such as Moove) 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 Moove) 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
diff --git a/general/releases/5.1/5.1.3.md b/general/releases/5.1/5.1.3.md
new file mode 100644
index 000000000..23572a1de
--- /dev/null
+++ b/general/releases/5.1/5.1.3.md
@@ -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';
+
+
+
+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 Moove). 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
+
+- [MDL-87892](https://moodle.atlassian.net/browse/MDL-87892) - Additional parameter for core_admin_renderer function added in MDL-87352 breaks many custom themes
+
+
+## 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).