Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions data/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
"name": "4.5.2",
"releaseDate": "10 February 2025",
"version": 2024100702
},
{
"name": "4.5.3",
"releaseDate": "17 March 2025",
"version": 2024100703,
"notes": "Unscheduled minor release"
}
]
},
Expand Down Expand Up @@ -102,6 +108,12 @@
"name": "4.4.6",
"releaseDate": "10 February 2025",
"version": 2024042206
},
{
"name": "4.4.7",
"releaseDate": "17 March 2025",
"version": 2024042207,
"notes": "Unscheduled minor release"
}
]
},
Expand Down Expand Up @@ -169,6 +181,12 @@
"name": "4.3.10",
"releaseDate": "10 February 2025",
"version": 2023100910
},
{
"name": "4.3.11",
"releaseDate": "17 March 2025",
"version": 2023100911,
"notes": "Unscheduled minor release"
}
]
},
Expand Down Expand Up @@ -338,6 +356,12 @@
"name": "4.1.16",
"releaseDate": "10 February 2025",
"version": 2022112816
},
{
"name": "4.1.17",
"releaseDate": "17 March 2025",
"version": 2022112817,
"notes": "Unscheduled minor release"
}
]
},
Expand Down
17 changes: 17 additions & 0 deletions general/releases/4.1/4.1.17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Moodle 4.1.17
tags:
- Release notes
- Moodle 4.1
sidebar_position: 17
moodleVersion: 4.1.17
description: The release notes for Moodle version 4.1.17.
---

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

## 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.
17 changes: 17 additions & 0 deletions general/releases/4.3/4.3.11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Moodle 4.3.11
tags:
- Release notes
- Moodle 4.3
sidebar_position: 11
moodleVersion: 4.3.11
description: The release notes for Moodle version 4.3.11.
---

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

## 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.
36 changes: 36 additions & 0 deletions general/releases/4.4/4.4.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Moodle 4.4.7
tags:
- Release notes
- Moodle 4.4
sidebar_position: 7
moodleVersion: 4.4.7
description: The release notes for Moodle version 4.4.7.
---

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

## General fixes and improvements
<!-- cspell:disable -->
- [MDL-83541](https://tracker.moodle.org/browse/MDL-83541) - error_question_answers_missing_in_db when duplicate or restore quiz
- [MDL-77646](https://tracker.moodle.org/browse/MDL-77646) - Embed pdf not working on Safari iOS
- [MDL-82440](https://tracker.moodle.org/browse/MDL-82440) - Ghostscript 10.03.1 and above breaks assignment feedback preview
- [MDL-80351](https://tracker.moodle.org/browse/MDL-80351) - Chart axis options ignored
- [MDL-65233](https://tracker.moodle.org/browse/MDL-65233) - Unexpected behaviour of course reset when using a course start time (timeshift)
- [MDL-84398](https://tracker.moodle.org/browse/MDL-84398) - ChartJs - User locale settings ignored for numeric series data
- [MDL-75442](https://tracker.moodle.org/browse/MDL-75442) - When manually grading questions, validation errors styling makes them hard to see, leading to confusion
- [MDL-84295](https://tracker.moodle.org/browse/MDL-84295) - Activity description text displayed differently on course page and activity pages
- [MDL-84584](https://tracker.moodle.org/browse/MDL-84584) - Creating a badge removes all draftfiles for a user
- [MDL-84313](https://tracker.moodle.org/browse/MDL-84313) - webm and ogv cannot be played fully in the app because the range headers are blocked by CORS
- [MDL-83720](https://tracker.moodle.org/browse/MDL-83720) - Broken image links in tag description from external service
- [MDL-84348](https://tracker.moodle.org/browse/MDL-84348) - Guest users should not see the message "You are in preview mode."
- [MDL-84256](https://tracker.moodle.org/browse/MDL-84256) - Remove course icon from course/index.php page
- [MDL-84532](https://tracker.moodle.org/browse/MDL-84532) - mdl_qtype_ordering_options.questionid not found in aggregate or GROUP BY - error when upgrading to 4.5.2 with Microsoft SQL server
- [MDL-67462](https://tracker.moodle.org/browse/MDL-67462) - get_user_badges WS return does not match exporter types
<!-- 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.
44 changes: 44 additions & 0 deletions general/releases/4.5/4.5.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: Moodle 4.5.3
tags:
- Release notes
- Moodle 4.5
sidebar_position: 3
moodleVersion: 4.5.3
description: The release notes for Moodle version 4.5.3.
---

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

<ReleaseNoteIntro releaseName={frontMatter.moodleVersion} />

## General fixes and improvements
<!-- cspell:disable -->
- [MDL-83541](https://tracker.moodle.org/browse/MDL-83541) - error_question_answers_missing_in_db when duplicate or restore quiz
- [MDL-84327](https://tracker.moodle.org/browse/MDL-84327) - Assignment & quiz notifications sent to all course participants regardless of activity restrictions
- [MDL-77646](https://tracker.moodle.org/browse/MDL-77646) - Embed pdf not working on Safari iOS
- [MDL-84051](https://tracker.moodle.org/browse/MDL-84051) - Table mdl_sessions does not get cleaned
- [MDL-82440](https://tracker.moodle.org/browse/MDL-82440) - Ghostscript 10.03.1 and above breaks assignment feedback preview
- [MDL-84543](https://tracker.moodle.org/browse/MDL-84543) - New router seems to clash with $CFG->wwwroot "no slash" requirement
- [MDL-80351](https://tracker.moodle.org/browse/MDL-80351) - Chart axis options ignored
- [MDL-84416](https://tracker.moodle.org/browse/MDL-84416) - Duplicate activity also duplicates badges
- [MDL-65233](https://tracker.moodle.org/browse/MDL-65233) - Unexpected behaviour of course reset when using a course start time (timeshift)
- [MDL-84398](https://tracker.moodle.org/browse/MDL-84398) - ChartJs - User locale settings ignored for numeric series data
- [MDL-84147](https://tracker.moodle.org/browse/MDL-84147) - Large Icon within Moodle Competency Frameworks
- [MDL-75442](https://tracker.moodle.org/browse/MDL-75442) - When manually grading questions, validation errors styling makes them hard to see, leading to confusion
- [MDL-84295](https://tracker.moodle.org/browse/MDL-84295) - Activity description text displayed differently on course page and activity pages
- [MDL-84584](https://tracker.moodle.org/browse/MDL-84584) - Creating a badge removes all draftfiles for a user
- [MDL-84313](https://tracker.moodle.org/browse/MDL-84313) - webm and ogv cannot be played fully in the app because the range headers are blocked by CORS
- [MDL-83720](https://tracker.moodle.org/browse/MDL-83720) - Broken image links in tag description from external service
- [MDL-83970](https://tracker.moodle.org/browse/MDL-83970) - AI: Use component name in registration and logging
- [MDL-84348](https://tracker.moodle.org/browse/MDL-84348) - Guest users should not see the message "You are in preview mode."
- [MDL-84256](https://tracker.moodle.org/browse/MDL-84256) - Remove course icon from course/index.php page
- [MDL-84551](https://tracker.moodle.org/browse/MDL-84551) - AI image generation produces High quality when Standard is chosen
- [MDL-84651](https://tracker.moodle.org/browse/MDL-84651) - AI: Extend AI model support in placement webservice
- [MDL-84532](https://tracker.moodle.org/browse/MDL-84532) - mdl_qtype_ordering_options.questionid not found in aggregate or GROUP BY - error when upgrading to 4.5.2 with Microsoft SQL server
- [MDL-67462](https://tracker.moodle.org/browse/MDL-67462) - get_user_badges WS return does not match exporter types
<!-- 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.