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
3 changes: 1 addition & 2 deletions data/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"name": "5.1.0",
"releaseDate": "6 October 2025",
"version": 2025100600,
"upgradePath": "https://docs.moodle.org/501/en/Upgrading",
"releaseNoteUrl": false
"upgradePath": "https://docs.moodle.org/501/en/Upgrading"
}
]
},
Expand Down
11 changes: 11 additions & 0 deletions general/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@ Minor releases dates differ slightly from release to release depending on the ti

:::

## Moodle 5.1

<ReleaseTable releaseName="5.1" />

:::info

Bug fixes for general core bugs in 5.1.x will end 5 October 2026 (12 months).<br/>
Bug fixes for security issues in 5.1.x will end April 2027 (18 months).

:::

## Moodle 5.0

<ReleaseTable releaseName="5.0" />
Expand Down
1 change: 1 addition & 0 deletions general/releases/4.5/4.5.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
- [MDL-84739](https://tracker.moodle.org/browse/MDL-84739) - Rubric creation icons are over sized and affect the layout
- [MDL-80611](https://tracker.moodle.org/browse/MDL-80611) - Help links get accidentally translated and become broken
- [MDL-72956](https://tracker.moodle.org/browse/MDL-72956) - Multiple concurrent feedback submissions cause an error
- [MDL-86174](https://tracker.moodle.org/browse/MDL-86174) - Canvas Credentials updates impact Moodle backpack "Include authentication details" setting (implement paid plan alert)
<!-- cspell:enable -->

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

## Accessibility improvements
Expand Down
Loading