-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1109 from mickhawkins/main
[docs] Adding release notes for 4.4.3 and friends
- Loading branch information
Showing
8 changed files
with
143 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,22 @@ | ||
--- | ||
title: Moodle 4.1.13 | ||
tags: | ||
- Release notes | ||
- Moodle 4.1 | ||
sidebar_position: 13 | ||
moodleVersion: 4.1.13 | ||
description: The release notes for Moodle version 4.1.13. | ||
--- | ||
|
||
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation'; | ||
|
||
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} /> | ||
|
||
## General fixes and improvements | ||
<!-- cspell:disable --> | ||
- [MDL-82802](https://tracker.moodle.org/browse/MDL-82802) - XMLDB editor cannot retrofit MySQL tables containing numbers | ||
<!-- cspell:enable --> | ||
|
||
## Security fixes | ||
|
||
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version. |
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,24 @@ | ||
--- | ||
title: Moodle 4.2.10 | ||
tags: | ||
- Release notes | ||
- Moodle 4.2 | ||
sidebar_position: 10 | ||
moodleVersion: 4.2.10 | ||
description: The release notes for Moodle version 4.2.10. | ||
--- | ||
|
||
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation'; | ||
|
||
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} /> | ||
|
||
## General fixes and improvements | ||
<!-- cspell:disable --> | ||
- [MDL-82802](https://tracker.moodle.org/browse/MDL-82802) - XMLDB editor cannot retrofit MySQL tables containing numbers | ||
- [MDL-82782](https://tracker.moodle.org/browse/MDL-82782) - Change window size on Behat reruns | ||
- [MDL-82792](https://tracker.moodle.org/browse/MDL-82792) - Various Behat failures on Firefox and Classic builds | ||
<!-- cspell:enable --> | ||
|
||
## Security fixes | ||
|
||
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version. |
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,34 @@ | ||
--- | ||
title: Moodle 4.3.7 | ||
tags: | ||
- Release notes | ||
- Moodle 4.3 | ||
sidebar_position: 7 | ||
moodleVersion: 4.3.7 | ||
description: The release notes for Moodle version 4.3.7. | ||
--- | ||
|
||
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation'; | ||
|
||
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} /> | ||
|
||
## General fixes and improvements | ||
<!-- cspell:disable --> | ||
- [MDL-69684](https://tracker.moodle.org/browse/MDL-69684) - It is possible to hold a Redis session lock forever | ||
- [MDL-82502](https://tracker.moodle.org/browse/MDL-82502) - Course edit menu issues when manageactivities is unset | ||
- [MDL-82455](https://tracker.moodle.org/browse/MDL-82455) - Direct link from the Badges report the list of recipients has been lost | ||
- [MDL-82724](https://tracker.moodle.org/browse/MDL-82724) - TinyMCE adding quicktoolbar function throws error when quicktoolbar is disabled | ||
- [MDL-79215](https://tracker.moodle.org/browse/MDL-79215) - Calling graphlib->draw_brush results in un-rendered image and error message | ||
- [MDL-82802](https://tracker.moodle.org/browse/MDL-82802) - XMLDB editor cannot retrofit MySQL tables containing numbers | ||
- [MDL-64675](https://tracker.moodle.org/browse/MDL-64675) - Confusing restrictions on page breaks in feedback activity | ||
- [MDL-82790](https://tracker.moodle.org/browse/MDL-82790) - Remove filter_tidy | ||
- [MDL-82747](https://tracker.moodle.org/browse/MDL-82747) - Moodle class autoloader does not include composer autoload.files files | ||
- [MDL-82214](https://tracker.moodle.org/browse/MDL-82214) - Some admin settings reset to empty when read-only and the page it is on is saved | ||
- [MDL-78785](https://tracker.moodle.org/browse/MDL-78785) - Accessibility colour contrast check not correctly processing RGB values | ||
- [MDL-82810](https://tracker.moodle.org/browse/MDL-82810) - Question action menu can get truncated in some layouts | ||
- [MDL-82695](https://tracker.moodle.org/browse/MDL-82695) - Cloze questions where all subquestions have zero weight cause division by zero errors with interactive behaviour | ||
<!-- cspell:enable --> | ||
|
||
## Security fixes | ||
|
||
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version. |
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,38 @@ | ||
--- | ||
title: Moodle 4.4.3 | ||
tags: | ||
- Release notes | ||
- Moodle 4.4 | ||
sidebar_position: 3 | ||
moodleVersion: 4.4.3 | ||
description: The release notes for Moodle version 4.4.3. | ||
--- | ||
|
||
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation'; | ||
|
||
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} /> | ||
|
||
## General fixes and improvements | ||
<!-- cspell:disable --> | ||
- [MDL-69684](https://tracker.moodle.org/browse/MDL-69684) - It is possible to hold a Redis session lock forever | ||
- [MDL-82502](https://tracker.moodle.org/browse/MDL-82502) - Course edit menu issues when manageactivities is unset | ||
- [MDL-82455](https://tracker.moodle.org/browse/MDL-82455) - Direct link from the Badges report the list of recipients has been lost | ||
- [MDL-82724](https://tracker.moodle.org/browse/MDL-82724) - TinyMCE adding quicktoolbar function throws error when quicktoolbar is disabled | ||
- [MDL-79215](https://tracker.moodle.org/browse/MDL-79215) - Calling graphlib->draw_brush results in un-rendered image and error message | ||
- [MDL-82668](https://tracker.moodle.org/browse/MDL-82668) - Improve .phpstorm.meta.php | ||
- [MDL-82802](https://tracker.moodle.org/browse/MDL-82802) - XMLDB editor cannot retrofit MySQL tables containing numbers | ||
- [MDL-64675](https://tracker.moodle.org/browse/MDL-64675) - Confusing restrictions on page breaks in feedback activity | ||
- [MDL-82718](https://tracker.moodle.org/browse/MDL-82718) - Cannot edit broken image in TinyMCE | ||
- [MDL-82790](https://tracker.moodle.org/browse/MDL-82790) - Remove filter_tidy | ||
- [MDL-82747](https://tracker.moodle.org/browse/MDL-82747) - Moodle class autoloader does not include composer autoload.files files | ||
- [MDL-82446](https://tracker.moodle.org/browse/MDL-82446) - The repository file picker content is misaligned/badly styled | ||
- [MDL-82214](https://tracker.moodle.org/browse/MDL-82214) - Some admin settings reset to empty when read-only and the page it is on is saved | ||
- [MDL-78785](https://tracker.moodle.org/browse/MDL-78785) - Accessibility colour contrast check not correctly processing RGB values | ||
- [MDL-82882](https://tracker.moodle.org/browse/MDL-82882) - Quiz attempt_summary_information should have ways to add new items at a specified position | ||
- [MDL-82810](https://tracker.moodle.org/browse/MDL-82810) - Question action menu can get truncated in some layouts | ||
- [MDL-82695](https://tracker.moodle.org/browse/MDL-82695) - Cloze questions where all subquestions have zero weight cause division by zero errors with interactive behaviour | ||
<!-- cspell:enable --> | ||
|
||
## Security fixes | ||
|
||
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version. |