|
| 1 | +--- |
| 2 | +title: Moodle 4.5.4 |
| 3 | +tags: |
| 4 | + - Release notes |
| 5 | + - Moodle 4.5 |
| 6 | +sidebar_position: 4 |
| 7 | +moodleVersion: 4.5.4 |
| 8 | +description: The release notes for Moodle version 4.5.4. |
| 9 | +--- |
| 10 | + |
| 11 | +import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation'; |
| 12 | + |
| 13 | +<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} /> |
| 14 | + |
| 15 | +## General fixes and improvements |
| 16 | +<!-- cspell:disable --> |
| 17 | +- [MDL-83499](https://tracker.moodle.org/browse/MDL-83499) - Attempting to duplicate a section with multiple subsections fails |
| 18 | +- [MDL-75971](https://tracker.moodle.org/browse/MDL-75971) - Add email handling capabilities to Behat (Mailpit) |
| 19 | +- [MDL-76801](https://tracker.moodle.org/browse/MDL-76801) - Unexpected behavior in assignment grader when the user filter shows 0 remaining users |
| 20 | +- [MDL-84058](https://tracker.moodle.org/browse/MDL-84058) - restore_backup.php does not restore the original course name |
| 21 | +- [MDL-83856](https://tracker.moodle.org/browse/MDL-83856) - HTML line break tags visible in feedback for forums with advanced grading |
| 22 | +- [MDL-76668](https://tracker.moodle.org/browse/MDL-76668) - No links to manual grading/statistics/responses in Quiz in Single activity course format |
| 23 | +- [MDL-83692](https://tracker.moodle.org/browse/MDL-83692) - MFA SMS factor secret validity duration is forced to zero |
| 24 | +- [MDL-80091](https://tracker.moodle.org/browse/MDL-80091) - Assignment grader does not auto-select a student with "Requires grading" filter applied |
| 25 | +- [MDL-83591](https://tracker.moodle.org/browse/MDL-83591) - Error in Single View grade report when last viewed grade item is deleted |
| 26 | +- [MDL-83272](https://tracker.moodle.org/browse/MDL-83272) - Deleting a question bank category can orphan questions and break quizzes |
| 27 | +- [MDL-81655](https://tracker.moodle.org/browse/MDL-81655) - Maintenance warning countdown is hidden behind footer button and block drawer |
| 28 | +- [MDL-85112](https://tracker.moodle.org/browse/MDL-85112) - Unread conversations message displayed incorrectly in notifications popover |
| 29 | +- [MDL-85001](https://tracker.moodle.org/browse/MDL-85001) - Report builder filtering does not work when report duplicated on page |
| 30 | +- [MDL-85023](https://tracker.moodle.org/browse/MDL-85023) - SEB configuration should also allow use of WebRTC recording on MacOS |
| 31 | +- [MDL-61730](https://tracker.moodle.org/browse/MDL-61730) - Missing setType() error when importing XML file in gradebook |
| 32 | +- [MDL-84940](https://tracker.moodle.org/browse/MDL-84940) - The section links block should not show subsections |
| 33 | +- [MDL-84970](https://tracker.moodle.org/browse/MDL-84970) - Editor tiny does not support switching to Chinese |
| 34 | +- [MDL-84112](https://tracker.moodle.org/browse/MDL-84112) - Default completion is not available with Big blue button when there is a large amount of users |
| 35 | +- [MDL-84419](https://tracker.moodle.org/browse/MDL-84419) - Scheduled task timing is incorrect when daylight saving time begins |
| 36 | +- [MDL-84997](https://tracker.moodle.org/browse/MDL-84997) - Messaging drawer displays a small background after clearing notifications |
| 37 | +- [MDL-84893](https://tracker.moodle.org/browse/MDL-84893) - Users with long names make the message drawer content overlap |
| 38 | +- [MDL-84222](https://tracker.moodle.org/browse/MDL-84222) - XOAuth: Sending mail via Google using smptmailer results in exception: call to a member functionhasExpired() on string |
| 39 | +- [MDL-85000](https://tracker.moodle.org/browse/MDL-85000) - Error "No compatible source was found for this media" when trying to play OGV files on Firefox |
| 40 | +<!-- cspell:enable --> |
| 41 | + |
| 42 | +## Accessibility improvements |
| 43 | +<!-- cspell:disable --> |
| 44 | +- [MDL-84823](https://tracker.moodle.org/browse/MDL-84823) - Incorrect use of ARIA attributes in the notications popover and messaging drawers |
| 45 | +- [MDL-84816](https://tracker.moodle.org/browse/MDL-84816) - Resize text issue on the notifications popover |
| 46 | +- [MDL-84826](https://tracker.moodle.org/browse/MDL-84826) - The delete menu item in an action menu has poor colour contrast when in focus |
| 47 | +- [MDL-84803](https://tracker.moodle.org/browse/MDL-84803) - Pages in the feedback activity do not have unique titles |
| 48 | +- [MDL-61823](https://tracker.moodle.org/browse/MDL-61823) - The filetypes form element has two labels, one of which is broken |
| 49 | +<!-- cspell:enable --> |
| 50 | + |
| 51 | +## Security fixes |
| 52 | + |
| 53 | +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 commit comments