-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Release notes for 4.3.2 and co unscheduled release
- Loading branch information
1 parent
4d16a40
commit 66aa463
Showing
7 changed files
with
117 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |