|
| 1 | +--- |
| 2 | +title: Moodle 4.5.5 |
| 3 | +tags: |
| 4 | + - Release notes |
| 5 | + - Moodle 4.5 |
| 6 | +sidebar_position: 5 |
| 7 | +moodleVersion: 4.5.5 |
| 8 | +description: The release notes for Moodle version 4.5.5. |
| 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-84232](https://tracker.moodle.org/browse/MDL-84232) - Turning off Recover old grades for re-enrolled users not working for Quiz |
| 18 | +- [MDL-82069](https://tracker.moodle.org/browse/MDL-82069) - Setting completion conditions that are not valid in Forum fails silently |
| 19 | +- [MDL-78886](https://tracker.moodle.org/browse/MDL-78886) - Next page button not working when viewing Annotated PDFs in Assignment |
| 20 | +- [MDL-79464](https://tracker.moodle.org/browse/MDL-79464) - Assignment grading allows navigation after undetected save failure causing data loss |
| 21 | +- [MDL-83563](https://tracker.moodle.org/browse/MDL-83563) - Un-intuitive behaviour of disabledIf and hideIf when dependenton is multi-select |
| 22 | +- [MDL-84710](https://tracker.moodle.org/browse/MDL-84710) - Add question menu in Quiz is partially obscured in RTL languages |
| 23 | +- [MDL-84073](https://tracker.moodle.org/browse/MDL-84073) - Blocks can be duplicated, then made visible when one is hidden |
| 24 | +- [MDL-84304](https://tracker.moodle.org/browse/MDL-84304) - Remove the COMPLETION_COMPLETE_FAIL status from SCORM |
| 25 | +- [MDL-84128](https://tracker.moodle.org/browse/MDL-84128) - Incorrect orientation when using PHP GD in EXIF remover |
| 26 | +- [MDL-83550](https://tracker.moodle.org/browse/MDL-83550) - Rubric criterion selection persists after deselection in the assignment grader |
| 27 | +- [MDL-80380](https://tracker.moodle.org/browse/MDL-80380) - Microsoft OAuth2 support: Scope & Endpoint need to be fixed |
| 28 | +- [MDL-84432](https://tracker.moodle.org/browse/MDL-84432) - Microsoft OAuth2 support: Discovery not working |
| 29 | +- [MDL-83195](https://tracker.moodle.org/browse/MDL-83195) - Cannot release Assignment grades to Gradebook without revealing identities |
| 30 | +- [MDL-84793](https://tracker.moodle.org/browse/MDL-84793) - Behat: Allow CLI scripts to run on Behat instance |
| 31 | +- [MDL-84983](https://tracker.moodle.org/browse/MDL-84983) - Some languages are causing "unconstructed IntlDateFormatter" |
| 32 | +- [MDL-84296](https://tracker.moodle.org/browse/MDL-84296) - AI: Clearer registration data |
| 33 | +- [MDL-85034](https://tracker.moodle.org/browse/MDL-85034) - mod_subsection slows down course editing operations (backport of MDL-84844) |
| 34 | +- [MDL-85072](https://tracker.moodle.org/browse/MDL-85072) - Ordering question export to XML ignores some options |
| 35 | +- [MDL-84070](https://tracker.moodle.org/browse/MDL-84070) - Race conditions when writing to user preferences in two requests |
| 36 | +- [MDL-81842](https://tracker.moodle.org/browse/MDL-81842) - Buttons in the sticky footer not displayed properly |
| 37 | +- [MDL-85449](https://tracker.moodle.org/browse/MDL-85449) - My courses zero state view does not use a valid documentation link |
| 38 | +- [MDL-85571](https://tracker.moodle.org/browse/MDL-85571) - "Assignments due in 7 days" notification sent to all students, ignoring access restrictions |
| 39 | +- [MDL-84140](https://tracker.moodle.org/browse/MDL-84140) - Cannot add activities to course if MoodleNet tool uninstalled |
| 40 | +- [MDL-84149](https://tracker.moodle.org/browse/MDL-84149) - Grader report triggers an error during data privacy download |
| 41 | +- [MDL-85369](https://tracker.moodle.org/browse/MDL-85369) - Conversion of legacy random question filter conditions for the question area is breaking Quizzes |
| 42 | +- [MDL-83350](https://tracker.moodle.org/browse/MDL-83350) - The linked file in an activity is not updated when the original file is updated |
| 43 | +- [MDL-85361](https://tracker.moodle.org/browse/MDL-85361) - Social activities block: Inline editing field is displayed longer than expected |
| 44 | +- [MDL-84442](https://tracker.moodle.org/browse/MDL-84442) - Task logs for Clean up ad-hoc task metadata incorrectly marked as failed |
| 45 | +- [MDL-83990](https://tracker.moodle.org/browse/MDL-83990) - Courses created via web service have a default startdate of "0" |
| 46 | +- [MDL-84820](https://tracker.moodle.org/browse/MDL-84820) - MoodleNet: Bootstrap upgrade broke sharing modal |
| 47 | +- [MDL-85398](https://tracker.moodle.org/browse/MDL-85398) - Long title in a block breaks the block editing (three dots) menu |
| 48 | +- [MDL-84274](https://tracker.moodle.org/browse/MDL-84274) - Not possible to log in if MFA active and user has unaccepted privacy agreement |
| 49 | +- [MDL-83943](https://tracker.moodle.org/browse/MDL-83943) - Pagination can be broken when browsing users tagged with the same tag |
| 50 | +- [MDL-84964](https://tracker.moodle.org/browse/MDL-84964) - Minimum width of glossary entry page causes horizontal scrolling on small devices |
| 51 | +- [MDL-84520](https://tracker.moodle.org/browse/MDL-84520) - Opening a course page with a course module anchor does not scroll to the course module |
| 52 | +<!-- cspell:enable --> |
| 53 | + |
| 54 | +## Accessibility improvements |
| 55 | +<!-- cspell:disable --> |
| 56 | +- [MDL-84804](https://tracker.moodle.org/browse/MDL-84804) - Dynamic tabs module doesn't update page titles |
| 57 | +- [MDL-84941](https://tracker.moodle.org/browse/MDL-84941) - All "Add content" buttons on the course page have the same aria-label attribute |
| 58 | +- [MDL-85220](https://tracker.moodle.org/browse/MDL-85220) - Incorrect heading level in Recently accessed items block |
| 59 | +- [MDL-84805](https://tracker.moodle.org/browse/MDL-84805) - Badge-related pages must have unique page titles |
| 60 | +- [MDL-83654](https://tracker.moodle.org/browse/MDL-83654) - Matching Quiz question type not working with screen readers (including JAWS) |
| 61 | +- [MDL-85239](https://tracker.moodle.org/browse/MDL-85239) - Missing caption for "Previous Attempt Summary" table in Quiz |
| 62 | +- [MDL-84806](https://tracker.moodle.org/browse/MDL-84806) - AI actions must inform assistive technology users about the results of the actions' processing |
| 63 | +- [MDL-85437](https://tracker.moodle.org/browse/MDL-85437) - Clicking on the Summarise/Explain AI actions must move the focus to the AI drawer |
| 64 | +- [MDL-85169](https://tracker.moodle.org/browse/MDL-85169) - Clicking on the label associated with the fieldset in core_form/element-group template does not move the focus |
| 65 | +- [MDL-85412](https://tracker.moodle.org/browse/MDL-85412) - No screen reader feedback for adding or deleting items on course homepage |
| 66 | +- [MDL-85041](https://tracker.moodle.org/browse/MDL-85041) - Autocomplete and tags elements are not accessible |
| 67 | +- [MDL-85450](https://tracker.moodle.org/browse/MDL-85450) - Incorrect heading level in Upcoming events block |
| 68 | +- [MDL-84732](https://tracker.moodle.org/browse/MDL-84732) - Modal focus lock can fail after exiting nested lock region |
| 69 | +- [MDL-84824](https://tracker.moodle.org/browse/MDL-84824) - The state of dynamic contents in the notifications popover are not relayed to assistive technology users |
| 70 | +- [MDL-85467](https://tracker.moodle.org/browse/MDL-85467) - Orphaned label elements in the group selector |
| 71 | +- [MDL-85469](https://tracker.moodle.org/browse/MDL-85469) - Accessibility issues in the edit questions page in the feedback activity |
| 72 | +- [MDL-85471](https://tracker.moodle.org/browse/MDL-85471) - Bootstrap tooltips must be dismissible |
| 73 | +- [MDL-84833](https://tracker.moodle.org/browse/MDL-84833) - Clicking "Mark as done" does not provide feedback to assistive technology users |
| 74 | +- [MDL-84817](https://tracker.moodle.org/browse/MDL-84817) - Reflow issue on the messaging drawer on 400% zoom |
| 75 | +<!-- cspell:enable --> |
| 76 | + |
| 77 | +## Security improvements |
| 78 | +<!-- cspell:disable --> |
| 79 | +- [MDL-84009](https://tracker.moodle.org/browse/MDL-84009) - Multi-factor authentication: Updated UI does not support users configuring multiple security keys |
| 80 | +- [MDL-83979](https://tracker.moodle.org/browse/MDL-83979) - Repository URL should always use proxy |
| 81 | +- [MDL-55034](https://tracker.moodle.org/browse/MDL-55034) - GET request Includes sesskey during External Blog deletion |
| 82 | +- [MDL-85341](https://tracker.moodle.org/browse/MDL-85341) - GET requests expose sesskey in course module "edit settings" and "more" controls |
| 83 | +<!-- cspell:enable --> |
| 84 | + |
| 85 | +## Security fixes |
| 86 | + |
| 87 | +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