-
Notifications
You must be signed in to change notification settings - Fork 315
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 #761 from mickhawkins/main
[docs] Updates for 4.2.3 minor release
- Loading branch information
Showing
5 changed files
with
299 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Moodle 3.11.17 | ||
tags: | ||
- Release notes | ||
- Moodle 3.11 | ||
sidebar_position: 17 | ||
moodleVersion: 3.11.17 | ||
description: The release notes for Moodle version 3.11.17. | ||
--- | ||
|
||
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation'; | ||
|
||
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} /> | ||
|
||
## General fixes and improvements | ||
<!-- cspell:disable --> | ||
- [MDL-79360](https://tracker.moodle.org/browse/MDL-79360) - Broken nolink tag support in text filtering | ||
<!-- cspell:enable --> | ||
|
||
## Accessibility improvements | ||
<!-- cspell:disable --> | ||
- [MDL-78806](https://tracker.moodle.org/browse/MDL-78806) - Accessibility issue: Page title does not contain website (WCAG 2.1 - 2.4.2 Page Titled) | ||
<!-- cspell:enable --> | ||
|
||
## Security improvements | ||
<!-- cspell:disable --> | ||
- [MDL-79017](https://tracker.moodle.org/browse/MDL-79017) - Semicolon or closing curly braces in reference filename break \file_storage::unpack_reference | ||
<!-- 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,32 @@ | ||
--- | ||
title: Moodle 3.9.24 | ||
tags: | ||
- Release notes | ||
- Moodle 3.9 | ||
sidebar_position: 24 | ||
moodleVersion: 3.9.24 | ||
description: The release notes for Moodle version 3.9.24. | ||
--- | ||
|
||
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation'; | ||
|
||
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} /> | ||
|
||
## General fixes and improvements | ||
<!-- cspell:disable --> | ||
- [MDL-79360](https://tracker.moodle.org/browse/MDL-79360) - Broken nolink tag support in text filtering | ||
<!-- cspell:enable --> | ||
|
||
## Accessibility improvements | ||
<!-- cspell:disable --> | ||
- [MDL-78806](https://tracker.moodle.org/browse/MDL-78806) - Accessibility issue: Page title does not contain website (WCAG 2.1 - 2.4.2 Page Titled) | ||
<!-- cspell:enable --> | ||
|
||
## Security improvements | ||
<!-- cspell:disable --> | ||
- [MDL-79017](https://tracker.moodle.org/browse/MDL-79017) - Semicolon or closing curly braces in reference filename break \file_storage::unpack_reference | ||
<!-- 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,33 @@ | ||
--- | ||
title: Moodle 4.0.11 | ||
tags: | ||
- Release notes | ||
- Moodle 4.0 | ||
sidebar_position: 11 | ||
moodleVersion: 4.0.11 | ||
description: The release notes for Moodle 4.0.11. | ||
--- | ||
|
||
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation'; | ||
|
||
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} /> | ||
|
||
## General fixes and improvements | ||
<!-- cspell:disable --> | ||
- [MDL-78549](https://tracker.moodle.org/browse/MDL-78549) - Cloze question: Correct answer is not displayed | ||
- [MDL-79360](https://tracker.moodle.org/browse/MDL-79360) - Broken nolink tag support in text filtering | ||
<!-- cspell:enable --> | ||
|
||
## Accessibility improvements | ||
<!-- cspell:disable --> | ||
- [MDL-78806](https://tracker.moodle.org/browse/MDL-78806) - Accessibility issue: Page title does not contain website (WCAG 2.1 - 2.4.2 Page Titled) | ||
<!-- cspell:enable --> | ||
|
||
## Security improvements | ||
<!-- cspell:disable --> | ||
- [MDL-79017](https://tracker.moodle.org/browse/MDL-79017) - Semicolon or closing curly braces in reference filename break \file_storage::unpack_reference | ||
<!-- 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,98 @@ | ||
--- | ||
title: Moodle 4.1.6 | ||
tags: | ||
- Release notes | ||
- Moodle 4.1 | ||
sidebar_position: 6 | ||
moodleVersion: 4.1.6 | ||
description: The release notes for Moodle version 4.1.6. | ||
--- | ||
|
||
import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation'; | ||
|
||
<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} /> | ||
|
||
## General fixes and improvements | ||
<!-- cspell:disable --> | ||
- [MDL-78580](https://tracker.moodle.org/browse/MDL-78580) - Add locking to quiz statistics calculation to prevent database deadlocks | ||
- [MDL-71909](https://tracker.moodle.org/browse/MDL-71909) - Editpdf feedback setting in assign not respected | ||
- [MDL-78239](https://tracker.moodle.org/browse/MDL-78239) - TinyMCE editor fields too short/small in several areas | ||
- [MDL-77381](https://tracker.moodle.org/browse/MDL-77381) - Quiz with only Description questions break Recalculate question statistics task | ||
- [MDL-61811](https://tracker.moodle.org/browse/MDL-61811) - Problem with "notifyall" field | ||
- [MDL-65363](https://tracker.moodle.org/browse/MDL-65363) - Starred courses remain starred (in Starred Courses block) after unenrolment | ||
- [MDL-76713](https://tracker.moodle.org/browse/MDL-76713) - Date restrictions conflicts with other date-independent (OR) restrictions if multiple restriction sets are nested | ||
- [MDL-76865](https://tracker.moodle.org/browse/MDL-76865) - Cache loader coursemodinfo setaftervalidation can create a lock issue | ||
- [MDL-78745](https://tracker.moodle.org/browse/MDL-78745) - TinyMCE does not link Glossary entries when concept has diacritics | ||
- [MDL-65887](https://tracker.moodle.org/browse/MDL-65887) - In workshop, incorrect grade is displayed when a teacher overrides student grade | ||
- [MDL-63539](https://tracker.moodle.org/browse/MDL-63539) - Suspend_data not being stored for AICC HACP content | ||
- [MDL-74828](https://tracker.moodle.org/browse/MDL-74828) - VideoJS player "loading" spinner is misaligned in RTL mode | ||
- [MDL-79191](https://tracker.moodle.org/browse/MDL-79191) - Report builder report showing incorrect grades | ||
- [MDL-78502](https://tracker.moodle.org/browse/MDL-78502) - Grade export does not check for permissions before redirecting | ||
- [MDL-78895](https://tracker.moodle.org/browse/MDL-78895) - URL activity links contain double encoded &, loss of display specific attributes | ||
- [MDL-68435](https://tracker.moodle.org/browse/MDL-68435) - Customfield textarea file serving bug | ||
- [MDL-79254](https://tracker.moodle.org/browse/MDL-79254) - Quiz statistics processing task doesn't support large processing loads | ||
- [MDL-78549](https://tracker.moodle.org/browse/MDL-78549) - Cloze question: Correct answer is not displayed | ||
- [MDL-79181](https://tracker.moodle.org/browse/MDL-79181) - Sign in with LinkedIn (v1) is deprecated | ||
- [MDL-75329](https://tracker.moodle.org/browse/MDL-75329) - Courses without section data trigger PHP exceptions | ||
- [MDL-76557](https://tracker.moodle.org/browse/MDL-76557) - "The grade failed to send" error in sync_grades when status code is 201, 202, 204 | ||
- [MDL-79428](https://tracker.moodle.org/browse/MDL-79428) - New Creative Commons Licenses version 4 (Backport of MDL-43195) | ||
- [MDL-79539](https://tracker.moodle.org/browse/MDL-79539) - Errors encountered on email to private files feature while receiving incoming email | ||
- [MDL-78302](https://tracker.moodle.org/browse/MDL-78302) - Forum grading broken for simple discussion type when accessed from activities block | ||
- [MDL-78795](https://tracker.moodle.org/browse/MDL-78795) - Dynamic forms with repeated elements don't run JS when a noSubmitButton is pressed | ||
- [MDL-78707](https://tracker.moodle.org/browse/MDL-78707) - Change from expand all to collapse all when all fieldsets are expanded | ||
- [MDL-79226](https://tracker.moodle.org/browse/MDL-79226) - Aiken question import does not verify that the import file is UTF-8 | ||
- [MDL-79186](https://tracker.moodle.org/browse/MDL-79186) - Moodle Error on cron save | ||
- [MDL-79364](https://tracker.moodle.org/browse/MDL-79364) - Error when attempting quiz restored from an old backup | ||
- [MDL-79360](https://tracker.moodle.org/browse/MDL-79360) - Broken nolink tag support in text filtering | ||
- [MDL-78813](https://tracker.moodle.org/browse/MDL-78813) - Course average is covered by help popup | ||
- [MDL-76419](https://tracker.moodle.org/browse/MDL-76419) - Enable "not logged in users" to see the site calendar | ||
- [MDL-71955](https://tracker.moodle.org/browse/MDL-71955) - With navigation block set to be displayed on any page, H5P activities show "Trying to get property 'id' of non-object" error | ||
- [MDL-68712](https://tracker.moodle.org/browse/MDL-68712) - Add warning when self enrolment key is the same as the group key | ||
- [MDL-78966](https://tracker.moodle.org/browse/MDL-78966) - Site event icon in Upcoming events block is smaller than activity icons | ||
- [MDL-78918](https://tracker.moodle.org/browse/MDL-78918) - Send_notification event log causes errors after migration | ||
- [MDL-78761](https://tracker.moodle.org/browse/MDL-78761) - Filtering custom report by suspended enrolment status not working correctly | ||
- [MDL-78688](https://tracker.moodle.org/browse/MDL-78688) - Uploading admin preset gives no indication of accepted file types | ||
- [MDL-69187](https://tracker.moodle.org/browse/MDL-69187) - Filepicker: file type validation behaves inconsistently depending on how the list of accepted types is passed | ||
- [MDL-78656](https://tracker.moodle.org/browse/MDL-78656) - Custommenuitems fails to display tooltip titles | ||
- [MDL-74429](https://tracker.moodle.org/browse/MDL-74429) - Some input form element don't fit for max width | ||
- [MDL-79349](https://tracker.moodle.org/browse/MDL-79349) - Cache: Lock on multi-layer cache can behave incorrectly | ||
- [MDL-78728](https://tracker.moodle.org/browse/MDL-78728) - Read-only forms section collapsing broken | ||
- [MDL-77708](https://tracker.moodle.org/browse/MDL-77708) - Update references from docs.moodle.org/dev/ to moodledev.io/ | ||
- [MDL-79274](https://tracker.moodle.org/browse/MDL-79274) - Assignment conversion to PDF fails when the submitting assignment user is unenrolled from the course | ||
- [MDL-78397](https://tracker.moodle.org/browse/MDL-78397) - Appended suffixes in duplicated course items do not reflect in Gradebook | ||
- [MDL-79205](https://tracker.moodle.org/browse/MDL-79205) - admin/webservice/documentation.php doesn't gracefully handle missing plugins | ||
- [MDL-78927](https://tracker.moodle.org/browse/MDL-78927) - Profile: Page does not display breadcrumbs if no id= parameter | ||
- [MDL-78787](https://tracker.moodle.org/browse/MDL-78787) - DB data truncated to 255 chars when casting to char/concatenating in MSSQL | ||
- [MDL-78615](https://tracker.moodle.org/browse/MDL-78615) - Lack of info when deleting cache instance with existing mappings | ||
- [MDL-79236](https://tracker.moodle.org/browse/MDL-79236) - Tiny editor subplugin type language strings missing | ||
<!-- cspell:enable --> | ||
|
||
## Accessibility improvements | ||
<!-- cspell:disable --> | ||
- [MDL-78874](https://tracker.moodle.org/browse/MDL-78874) - Accessibility: Check button in interactive questions not descriptive enough | ||
- [MDL-79048](https://tracker.moodle.org/browse/MDL-79048) - Provide unique page titles for the different view modes of the course homepage | ||
- [MDL-78806](https://tracker.moodle.org/browse/MDL-78806) - Accessibility issue: Page title does not contain website (WCAG 2.1 - 2.4.2 Page Titled) | ||
- [MDL-78749](https://tracker.moodle.org/browse/MDL-78749) - Accessibility\Quiz: Previous attempt summary table caption missing | ||
- [MDL-79059](https://tracker.moodle.org/browse/MDL-79059) - Accessibility issues on the Database activity module | ||
- [MDL-79063](https://tracker.moodle.org/browse/MDL-79063) - Fix colour contrast issues on the course homepage's Move modal | ||
- [MDL-79071](https://tracker.moodle.org/browse/MDL-79071) - Missing alt text for course images on site home | ||
- [MDL-79060](https://tracker.moodle.org/browse/MDL-79060) - block_myoverview: Link text to the activity with the course image need to be more descriptive | ||
- [MDL-79045](https://tracker.moodle.org/browse/MDL-79045) - H2 heading generated by \print_grade_page_head should only cover the user name | ||
- [MDL-79057](https://tracker.moodle.org/browse/MDL-79057) - Accessibility issues on the single-view grade report page | ||
- [MDL-79283](https://tracker.moodle.org/browse/MDL-79283) - The URL resource embedded iframe must have an accessible name | ||
- [MDL-79056](https://tracker.moodle.org/browse/MDL-79056) - Accessibility issues on Grades > User report | ||
- [MDL-79047](https://tracker.moodle.org/browse/MDL-79047) - Gradebook pages need to have a unique page title | ||
- [MDL-79250](https://tracker.moodle.org/browse/MDL-79250) - The iframe in core/external_content_banner must have an accessible name | ||
<!-- cspell:enable --> | ||
|
||
## Security improvements | ||
<!-- cspell:disable --> | ||
- [MDL-79017](https://tracker.moodle.org/browse/MDL-79017) - Semicolon or closing curly braces in reference filename break \file_storage::unpack_reference | ||
- [MDL-78980](https://tracker.moodle.org/browse/MDL-78980) - Multiselect configuration is not exported correctly by site admin presets | ||
- [MDL-78961](https://tracker.moodle.org/browse/MDL-78961) - Smtppass setting should not be included in admin site presets | ||
- [MDL-79139](https://tracker.moodle.org/browse/MDL-79139) - The default role for all users security report check contains misleading action text | ||
<!-- 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. |
Oops, something went wrong.