Skip to content

Commit

Permalink
Merge pull request #1039 from mickhawkins/main
Browse files Browse the repository at this point in the history
[docs] Adding release notes for 4.4.1 and friends
  • Loading branch information
sarjona authored Jun 7, 2024
2 parents a10df8a + 499504e commit d69d565
Show file tree
Hide file tree
Showing 8 changed files with 193 additions and 9 deletions.
12 changes: 4 additions & 8 deletions data/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
{
"name": "4.4.1",
"releaseDate": "10 June 2024",
"version": false,
"releaseNoteUrl": false
"version": 2024042201
}
]
},
Expand Down Expand Up @@ -75,8 +74,7 @@
{
"name": "4.3.5",
"releaseDate": "10 June 2024",
"version": false,
"releaseNoteUrl": false
"version": 2023100905
}
]
},
Expand Down Expand Up @@ -132,8 +130,7 @@
{
"name": "4.2.8",
"releaseDate": "10 June 2024",
"version": false,
"releaseNoteUrl": false
"version": 2023042408
}
]
},
Expand Down Expand Up @@ -204,8 +201,7 @@
{
"name": "4.1.11",
"releaseDate": "10 June 2024",
"version": false,
"releaseNoteUrl": false
"version": 2022112811
}
]
},
Expand Down
Binary file removed general/_releases/4040_release_graph.png
Binary file not shown.
Binary file added general/_releases/4041_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/4040_release_graph.png)
![Release graph summarising the currently supported Moodle releases in a visual form](_releases/4041_release_graph.png)

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

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

## General fixes and improvements
<!-- cspell:disable -->
- [MDL-81897](https://tracker.moodle.org/browse/MDL-81897) - Incorrect handling of partitioned cookies is preventing the mobile app from using the "embedded browser" authentication method
<!-- 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.
23 changes: 23 additions & 0 deletions general/releases/4.2/4.2.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Moodle 4.2.8
tags:
- Release notes
- Moodle 4.2
sidebar_position: 8
moodleVersion: 4.2.8
description: The release notes for Moodle version 4.2.8.
---

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

## General fixes and improvements
<!-- cspell:disable -->
- [MDL-81613](https://tracker.moodle.org/browse/MDL-81613) - Log report does not export user fullname when downloading
- [MDL-81897](https://tracker.moodle.org/browse/MDL-81897) - Incorrect handling of partitioned cookies is preventing the mobile app from using the "embedded browser" authentication method
<!-- 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.
63 changes: 63 additions & 0 deletions general/releases/4.3/4.3.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
title: Moodle 4.3.5
tags:
- Release notes
- Moodle 4.3
sidebar_position: 5
moodleVersion: 4.3.5
description: The release notes for Moodle version 4.3.5.
---

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

## General fixes and improvements
<!-- cspell:disable -->
- [MDL-78768](https://tracker.moodle.org/browse/MDL-78768) - Cannot import more than one New Grade Item
- [MDL-77272](https://tracker.moodle.org/browse/MDL-77272) - Enable module level report options
- [MDL-81613](https://tracker.moodle.org/browse/MDL-81613) - Log report does not export user fullname when downloading
- [MDL-51360](https://tracker.moodle.org/browse/MDL-51360) - Full course grade recalculation can have huge impact on opening/closing quizzes
- [MDL-81897](https://tracker.moodle.org/browse/MDL-81897) - Incorrect handling of partitioned cookies is preventing the mobile app from using the "embedded browser" authentication method
- [MDL-81717](https://tracker.moodle.org/browse/MDL-81717) - Increase robustness of the task for downloading/upgrading H5P content types in case any of them fails
- [MDL-68262](https://tracker.moodle.org/browse/MDL-68262) - assignfeedback_pdf uses tempdir instead of requestdir
- [MDL-80583](https://tracker.moodle.org/browse/MDL-80583) - Course won't load if the Matrix server is unavailable
- [MDL-81733](https://tracker.moodle.org/browse/MDL-81733) - The multi-language filter is not supported on the navigation link to the next activity in Lesson
- [MDL-81850](https://tracker.moodle.org/browse/MDL-81850) - Restriction by group works incorrectly
- [MDL-81724](https://tracker.moodle.org/browse/MDL-81724) - "Heading X" strings are not translated in the TinyMCE editor
- [MDL-81380](https://tracker.moodle.org/browse/MDL-81380) - Error in the Column Sort Order question bank plugin
- [MDL-80571](https://tracker.moodle.org/browse/MDL-80571) - Add the ability to enable/disable specific TinyMCE Premium Plugins from site administration
- [MDL-82015](https://tracker.moodle.org/browse/MDL-82015) - The dates of the BigBlueButton import recordings links in are incorrectly formatted
- [MDL-81870](https://tracker.moodle.org/browse/MDL-81870) - Stricter validation of upgrade savepoint components
- [MDL-81749](https://tracker.moodle.org/browse/MDL-81749) - SCORM activity completion not respecting requirement
- [MDL-73735](https://tracker.moodle.org/browse/MDL-73735) - Minor duplicate line in course/rest.php
- [MDL-81146](https://tracker.moodle.org/browse/MDL-81146) - Buttons not disabled when form submitted in Chrome browser
- [MDL-80911](https://tracker.moodle.org/browse/MDL-80911) - Some ad-hoc tasks fail when run from cron with keep-alive flag
- [MDL-81904](https://tracker.moodle.org/browse/MDL-81904) - A Feedback activity with no questions throws an exception when exporting questions
- [MDL-81948](https://tracker.moodle.org/browse/MDL-81948) - Error on falling back to standard normal layout on outputlib.php
- [MDL-81274](https://tracker.moodle.org/browse/MDL-81274) - Allow import to respect approval status for database activity entries
- [MDL-78433](https://tracker.moodle.org/browse/MDL-78433) - Duplicate search form on course/search when searching as a student
- [MDL-70441](https://tracker.moodle.org/browse/MDL-70441) - Wrong workflow state shown to graders who can't release grades
- [MDL-81407](https://tracker.moodle.org/browse/MDL-81407) - Adding and deleting a Question Custom Field can break the Question Bank Sort Order screen
- [MDL-81862](https://tracker.moodle.org/browse/MDL-81862) - Files attached to the activity instructions in an assignment are not retained during backup
- [MDL-80849](https://tracker.moodle.org/browse/MDL-80849) - Numeric user IDs throws error while creating users in Matrix
- [MDL-81570](https://tracker.moodle.org/browse/MDL-81570) - Tiny editor "Premium" plugin missing language string debugging
- [MDL-82045](https://tracker.moodle.org/browse/MDL-82045) - Category autocomplete disappears when copy course form is not valid
- [MDL-81544](https://tracker.moodle.org/browse/MDL-81544) - The hint displayed when editing the question heading is not as neat in RTL as it is in LTR
- [MDL-81397](https://tracker.moodle.org/browse/MDL-81397) - Missing capability checks hide section editing controls during AJAX reloads
- [MDL-81530](https://tracker.moodle.org/browse/MDL-81530) - Tiny editor does not load when editing a calendar event in Firefox
- [MDL-81434](https://tracker.moodle.org/browse/MDL-81434) - Applying the same condition/filter to custom report can throw DML exceptions
- [MDL-81601](https://tracker.moodle.org/browse/MDL-81601) - Activity with only "Receive a grade" for the completion condition is being shown as "Failed" in the course index
- [MDL-81318](https://tracker.moodle.org/browse/MDL-81318) - "Download all submissions" generates HTML file for online text when nothing has been submitted
- [MDL-81750](https://tracker.moodle.org/browse/MDL-81750) - Filemanager cannot be disabled by disabledif when in a form group
- [MDL-81564](https://tracker.moodle.org/browse/MDL-81564) - When a database activity field type is missing the error is displayed for all fields added just after
- [MDL-78889](https://tracker.moodle.org/browse/MDL-78889) - Pass/fail icons are shown for grade totals, even when the totals are set to hidden
- [MDL-81538](https://tracker.moodle.org/browse/MDL-81538) - Incorrect popover arrow position in RTL layout
- [MDL-81610](https://tracker.moodle.org/browse/MDL-81610) - Improve core_courseformat_get_state performance
- [MDL-81587](https://tracker.moodle.org/browse/MDL-81587) - Checkboxes when adding random questions cause confusion
- [MDL-81656](https://tracker.moodle.org/browse/MDL-81656) - H5P core "Edit H5P content" link has problem with empty spaces
<!-- 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.
80 changes: 80 additions & 0 deletions general/releases/4.4/4.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
title: Moodle 4.4.1
tags:
- Release notes
- Moodle 4.4
sidebar_position: 1
moodleVersion: 4.4.1
description: The release notes for Moodle version 4.4.1.
---

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

## General fixes and improvements
<!-- cspell:disable -->
- [MDL-78768](https://tracker.moodle.org/browse/MDL-78768) - Cannot import more than one New Grade Item
- [MDL-77272](https://tracker.moodle.org/browse/MDL-77272) - Enable module level report options
- [MDL-81613](https://tracker.moodle.org/browse/MDL-81613) - Log report does not export user fullname when downloading
- [MDL-51360](https://tracker.moodle.org/browse/MDL-51360) - Full course grade recalculation can have huge impact on opening/closing quizzes
- [MDL-81897](https://tracker.moodle.org/browse/MDL-81897) - Incorrect handling of partitioned cookies is preventing the mobile app from using the "embedded browser" authentication method
- [MDL-81717](https://tracker.moodle.org/browse/MDL-81717) - Increase robustness of the task for downloading/upgrading H5P content types in case any of them fails
- [MDL-68262](https://tracker.moodle.org/browse/MDL-68262) - assignfeedback_pdf uses tempdir instead of requestdir
- [MDL-80583](https://tracker.moodle.org/browse/MDL-80583) - Course won't load if the Matrix server is unavailable
- [MDL-81733](https://tracker.moodle.org/browse/MDL-81733) - The multi-language filter is not supported on the navigation link to the next activity in Lesson
- [MDL-81850](https://tracker.moodle.org/browse/MDL-81850) - Restriction by group works incorrectly
- [MDL-81724](https://tracker.moodle.org/browse/MDL-81724) - "Heading X" strings are not translated in the TinyMCE editor
- [MDL-81380](https://tracker.moodle.org/browse/MDL-81380) - Error in the Column Sort Order question bank plugin
- [MDL-82055](https://tracker.moodle.org/browse/MDL-82055) - Site Installation Fatal Error loading named templatable interface
- [MDL-80571](https://tracker.moodle.org/browse/MDL-80571) - Add the ability to enable/disable specific TinyMCE Premium Plugins from site administration
- [MDL-82015](https://tracker.moodle.org/browse/MDL-82015) - The dates of the BigBlueButton import recordings links in are incorrectly formatted
- [MDL-81870](https://tracker.moodle.org/browse/MDL-81870) - Stricter validation of upgrade savepoint components
- [MDL-81627](https://tracker.moodle.org/browse/MDL-81627) - Quiz multiple grades: grade item for each slot is not being backed up and restored correctly
- [MDL-81875](https://tracker.moodle.org/browse/MDL-81875) - Database field - Restore autolink setting for short text field type
- [MDL-81749](https://tracker.moodle.org/browse/MDL-81749) - SCORM activity completion not respecting requirement
- [MDL-73735](https://tracker.moodle.org/browse/MDL-73735) - Minor duplicate line in course/rest.php
- [MDL-81764](https://tracker.moodle.org/browse/MDL-81764) - Fullname filter is absent in the "Browse all users" page
- [MDL-81146](https://tracker.moodle.org/browse/MDL-81146) - Buttons not disabled when form submitted in Chrome browser
- [MDL-81460](https://tracker.moodle.org/browse/MDL-81460) - Loading spinner rotating off axis
- [MDL-80599](https://tracker.moodle.org/browse/MDL-80599) - Provided password is ignored when uploading course via CSV
- [MDL-80911](https://tracker.moodle.org/browse/MDL-80911) - Some ad-hoc tasks fail when run from cron with keep-alive flag
- [MDL-81904](https://tracker.moodle.org/browse/MDL-81904) - A Feedback activity with no questions throws an exception when exporting questions
- [MDL-81597](https://tracker.moodle.org/browse/MDL-81597) - On activity pages, the activity type icon next to the title is misaligned
- [MDL-81948](https://tracker.moodle.org/browse/MDL-81948) - Error on falling back to standard normal layout on outputlib.php
- [MDL-81274](https://tracker.moodle.org/browse/MDL-81274) - Allow import to respect approval status for database activity entries
- [MDL-78433](https://tracker.moodle.org/browse/MDL-78433) - Duplicate search form on course/search when searching as a student
- [MDL-81575](https://tracker.moodle.org/browse/MDL-81575) - "Show" button still remains when hidden section is already visible
- [MDL-81929](https://tracker.moodle.org/browse/MDL-81929) - Bulk actions selector should go back to "Choose..." when used
- [MDL-81757](https://tracker.moodle.org/browse/MDL-81757) - Uploading images to Tiny editor corrupts unicode response in errors
- [MDL-70441](https://tracker.moodle.org/browse/MDL-70441) - Wrong workflow state shown to graders who can't release grades
- [MDL-81407](https://tracker.moodle.org/browse/MDL-81407) - Adding and deleting a Question Custom Field can break the Question Bank Sort Order screen
- [MDL-81862](https://tracker.moodle.org/browse/MDL-81862) - Files attached to the activity instructions in an assignment are not retained during backup
- [MDL-81578](https://tracker.moodle.org/browse/MDL-81578) - "Browse list of users" warn about unsaved data in bulk actions
- [MDL-80849](https://tracker.moodle.org/browse/MDL-80849) - Numeric user IDs throws error while creating users in Matrix
- [MDL-81570](https://tracker.moodle.org/browse/MDL-81570) - Tiny editor "Premium" plugin missing language string debugging
- [MDL-81697](https://tracker.moodle.org/browse/MDL-81697) - In ordering questions, images render in the editor but not in the preview or the quiz
- [MDL-82045](https://tracker.moodle.org/browse/MDL-82045) - Category autocomplete disappears when copy course form is not valid
- [MDL-82086](https://tracker.moodle.org/browse/MDL-82086) - Messaging drawer message input element too narrow
- [MDL-82009](https://tracker.moodle.org/browse/MDL-82009) - Course blocks are not displayed in the section page
- [MDL-81544](https://tracker.moodle.org/browse/MDL-81544) - The hint displayed when editing the question heading is not as neat in RTL as it is in LTR
- [MDL-81397](https://tracker.moodle.org/browse/MDL-81397) - Missing capability checks hide section editing controls during AJAX reloads
- [MDL-81707](https://tracker.moodle.org/browse/MDL-81707) - Activity restriction > Grade checkboxes have incorrect positioning
- [MDL-81779](https://tracker.moodle.org/browse/MDL-81779) - Permission page search input fields unfathomably wide
- [MDL-81530](https://tracker.moodle.org/browse/MDL-81530) - Tiny editor does not load when editing a calendar event in Firefox
- [MDL-81434](https://tracker.moodle.org/browse/MDL-81434) - Applying the same condition/filter to custom report can throw DML exceptions
- [MDL-81601](https://tracker.moodle.org/browse/MDL-81601) - Activity with only "Receive a grade" for the completion condition is being shown as "Failed" in the course index
- [MDL-81318](https://tracker.moodle.org/browse/MDL-81318) - "Download all submissions" generates HTML file for online text when nothing has been submitted
- [MDL-81750](https://tracker.moodle.org/browse/MDL-81750) - Filemanager cannot be disabled by disabledif when in a form group
- [MDL-81564](https://tracker.moodle.org/browse/MDL-81564) - When a database activity field type is missing the error is displayed for all fields added just after
- [MDL-78889](https://tracker.moodle.org/browse/MDL-78889) - Pass/fail icons are shown for grade totals, even when the totals are set to hidden
- [MDL-81538](https://tracker.moodle.org/browse/MDL-81538) - Incorrect popover arrow position in RTL layout
- [MDL-81610](https://tracker.moodle.org/browse/MDL-81610) - Improve core_courseformat_get_state performance
- [MDL-81587](https://tracker.moodle.org/browse/MDL-81587) - Checkboxes when adding random questions cause confusion
- [MDL-81656](https://tracker.moodle.org/browse/MDL-81656) - H5P core "Edit H5P content" link has problem with empty spaces
- [MDL-81776](https://tracker.moodle.org/browse/MDL-81776) - Checking tagarea enabled state can throw exception in custom reports list
<!-- 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.

0 comments on commit d69d565

Please sign in to comment.