Skip to content

Commit 7c97f2c

Browse files
authored
Merge pull request #1446 from mickhawkins/main
5.1 major release notes
2 parents 8214723 + da4215a commit 7c97f2c

File tree

5 files changed

+233
-8
lines changed

5 files changed

+233
-8
lines changed

data/versions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"name": "5.1.0",
4848
"releaseDate": "6 October 2025",
4949
"version": 2025100600,
50-
"upgradePath": "https://docs.moodle.org/501/en/Upgrading",
51-
"releaseNoteUrl": false
50+
"upgradePath": "https://docs.moodle.org/501/en/Upgrading"
5251
}
5352
]
5453
},

general/releases.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,17 @@ Minor releases dates differ slightly from release to release depending on the ti
9090

9191
:::
9292

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

95106
<ReleaseTable releaseName="5.0" />

general/releases/4.5/4.5.7.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
3535
- [MDL-84739](https://tracker.moodle.org/browse/MDL-84739) - Rubric creation icons are over sized and affect the layout
3636
- [MDL-80611](https://tracker.moodle.org/browse/MDL-80611) - Help links get accidentally translated and become broken
3737
- [MDL-72956](https://tracker.moodle.org/browse/MDL-72956) - Multiple concurrent feedback submissions cause an error
38+
- [MDL-86174](https://tracker.moodle.org/browse/MDL-86174) - Canvas Credentials updates impact Moodle backpack "Include authentication details" setting (implement paid plan alert)
3839
<!-- cspell:enable -->
3940

4041
## Accessibility improvements

general/releases/5.0/5.0.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
5252
- [MDL-84739](https://tracker.moodle.org/browse/MDL-84739) - Rubric creation icons are over sized and affect the layout
5353
- [MDL-80611](https://tracker.moodle.org/browse/MDL-80611) - Help links get accidentally translated and become broken
5454
- [MDL-72956](https://tracker.moodle.org/browse/MDL-72956) - Multiple concurrent feedback submissions cause an error
55+
- [MDL-86174](https://tracker.moodle.org/browse/MDL-86174) - Canvas Credentials updates impact Moodle backpack "Include authentication details" setting (implement paid plan alert)
5556
<!-- cspell:enable -->
5657

5758
## Accessibility improvements

0 commit comments

Comments
 (0)