Skip to content

Commit

Permalink
[docs] Release notes for 4.3.2 and co unscheduled release
Browse files Browse the repository at this point in the history
  • Loading branch information
mickhawkins committed Dec 20, 2023
1 parent 4d16a40 commit 66aa463
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 1 deletion.
18 changes: 18 additions & 0 deletions data/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
"name": "4.3.1",
"releaseDate": "11 December 2023",
"version": 2023100901
},
{
"name": "4.3.2",
"releaseDate": "22 December 2023",
"version": 2023100902,
"notes": "Unscheduled minor release"
}
]
},
Expand Down Expand Up @@ -68,6 +74,12 @@
"name": "4.2.4",
"releaseDate": "11 December 2023",
"version": 2023042404
},
{
"name": "4.2.5",
"releaseDate": "22 December 2023",
"version": 2023042405,
"notes": "Unscheduled minor release"
}
]
},
Expand Down Expand Up @@ -118,6 +130,12 @@
"name": "4.1.7",
"releaseDate": "11 December 2023",
"version": 2022112807
},
{
"name": "4.1.8",
"releaseDate": "22 December 2023",
"version": 2022112808,
"notes": "Unscheduled minor release"
}
]
},
Expand Down
Binary file removed general/_releases/4031_release_graph.png
Binary file not shown.
Binary file added general/_releases/4032_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/4031_release_graph.png)
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/4032_release_graph.png)

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

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

Moodle 4.1.8 has been released outside of the normal release schedule, primarily to address two regressions that were introduced in 4.1.7. A minor release will still take place in February 2024, as scheduled.

## Regression fixes
<!-- cspell:disable -->
- [MDL-80393](https://tracker.moodle.org/browse/MDL-80393) - Ensure JavaScript requests that require current language have access to it
- [MDL-80394](https://tracker.moodle.org/browse/MDL-80394) - Backwards-incompatible Grade API changes committed to stable branches in MDL-68652
<!-- cspell:enable -->

## Security fixes

There are no security fixes included in this release.
36 changes: 36 additions & 0 deletions general/releases/4.2/4.2.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Moodle 4.2.5
tags:
- Release notes
- Moodle 4.2
sidebar_position: 5
moodleVersion: 4.2.5
description: The release notes for Moodle version 4.2.5.
---

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

Moodle 4.2.5 has been released outside of the normal release schedule, primarily to address two regressions that were introduced in 4.2.4. A minor release will still take place in February 2024, as scheduled.

## Regression fixes
<!-- cspell:disable -->
- [MDL-80393](https://tracker.moodle.org/browse/MDL-80393) - Ensure JavaScript requests that require current language have access to it
- [MDL-80394](https://tracker.moodle.org/browse/MDL-80394) - Backwards-incompatible Grade API changes committed to stable branches in MDL-68652
<!-- cspell:enable -->

## General fixes
<!-- cspell:disable -->
- [MDL-80003](https://tracker.moodle.org/browse/MDL-80003) - Autosave in quiz does not always work with TinyMCE editor fields
- [MDL-77572](https://tracker.moodle.org/browse/MDL-77572) - Some course capabilities do not allow the course edit menu (kebab) to display
<!-- cspell:enable -->

## Security improvements
<!-- cspell:disable -->
- [MDL-74466](https://tracker.moodle.org/browse/MDL-74466) - Repository management leaks sesskey in GET requests
<!-- cspell:enable -->

## Security fixes

There are no security fixes included in this release.
37 changes: 37 additions & 0 deletions general/releases/4.3/4.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Moodle 4.3.2
tags:
- Release notes
- Moodle 4.3
sidebar_position: 2
moodleVersion: 4.3.2
description: The release notes for Moodle version 4.3.2.
---

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

Moodle 4.3.2 has been released outside of the normal release schedule, primarily to address two regressions that were introduced in 4.3.1. A minor release will still take place in February 2024, as scheduled.

## Regression fixes
<!-- cspell:disable -->
- [MDL-80393](https://tracker.moodle.org/browse/MDL-80393) - Ensure JavaScript requests that require current language have access to it
- [MDL-80394](https://tracker.moodle.org/browse/MDL-80394) - Backwards-incompatible Grade API changes committed to stable branches in MDL-68652
<!-- cspell:enable -->

## General fixes
<!-- cspell:disable -->
- [MDL-77572](https://tracker.moodle.org/browse/MDL-77572) - Some course capabilities do not allow the course edit menu (kebab) to display
- [MDL-80003](https://tracker.moodle.org/browse/MDL-80003) - Autosave in quiz does not always work with TinyMCE editor fields
- [MDL-80233](https://tracker.moodle.org/browse/MDL-80233) - Cannot disable 'View activity' requirement in default activity completion
<!-- cspell:enable -->

## Security improvements
<!-- cspell:disable -->
- [MDL-74466](https://tracker.moodle.org/browse/MDL-74466) - Repository management leaks sesskey in GET requests
<!-- cspell:enable -->

## Security fixes

There are no security fixes included in this release.

0 comments on commit 66aa463

Please sign in to comment.