diff --git a/general/_releases/4052_release_graph.png b/general/_releases/4052_release_graph.png
deleted file mode 100644
index bb99e17c8f..0000000000
Binary files a/general/_releases/4052_release_graph.png and /dev/null differ
diff --git a/general/_releases/4053_release_graph.png b/general/_releases/4053_release_graph.png
new file mode 100644
index 0000000000..b2f55b700d
Binary files /dev/null and b/general/_releases/4053_release_graph.png differ
diff --git a/general/releases.md b/general/releases.md
index f0f4216e63..8916d60e5c 100644
--- a/general/releases.md
+++ b/general/releases.md
@@ -19,7 +19,7 @@ The most recent [long-term support release (LTS)](https://en.wikipedia.org/wiki/
-
+
Release graph key
diff --git a/general/releases/4.4/4.4.7.md b/general/releases/4.4/4.4.7.md
index 4ec4d0f784..b75e09a32f 100644
--- a/general/releases/4.4/4.4.7.md
+++ b/general/releases/4.4/4.4.7.md
@@ -15,20 +15,25 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
## General fixes and improvements
- [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-80386](https://tracker.moodle.org/browse/MDL-80386) - Lost link to "Show all questions" when adding questions to 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-83784](https://tracker.moodle.org/browse/MDL-83784) - Deleting category used in a random question breaks the quiz structure
+- [MDL-79265](https://tracker.moodle.org/browse/MDL-79265) - Questions disappear from the question bank display if the latest version is hidden
- [MDL-80351](https://tracker.moodle.org/browse/MDL-80351) - Chart axis options ignored
+- [MDL-82601](https://tracker.moodle.org/browse/MDL-82601) - SCORM score not being stored when force complete is used
- [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-84398](https://tracker.moodle.org/browse/MDL-84398) - Chart.js - 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-69142](https://tracker.moodle.org/browse/MDL-69142) - Unknown column "rolename" in "order clause" in Assign user roles to cohort
- [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-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-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
+- [MDL-67462](https://tracker.moodle.org/browse/MDL-67462) - The get_user_badges web service return does not match exporter types
## Security fixes
diff --git a/general/releases/4.5/4.5.3.md b/general/releases/4.5/4.5.3.md
index 061c9643c6..f0f8e47393 100644
--- a/general/releases/4.5/4.5.3.md
+++ b/general/releases/4.5/4.5.3.md
@@ -15,28 +15,33 @@ import { ReleaseNoteIntro } from '@site/src/components/ReleaseInformation';
## General fixes and improvements
- [MDL-83541](https://tracker.moodle.org/browse/MDL-83541) - error_question_answers_missing_in_db when duplicate or restore quiz
+- [MDL-80386](https://tracker.moodle.org/browse/MDL-80386) - Lost link to "Show all questions" when adding questions to 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-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-83784](https://tracker.moodle.org/browse/MDL-83784) - Deleting category used in a random question breaks the quiz structure
+- [MDL-79265](https://tracker.moodle.org/browse/MDL-79265) - Questions disappear from the question bank display if the latest version is hidden
- [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-82601](https://tracker.moodle.org/browse/MDL-82601) - SCORM score not being stored when force complete is used
- [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-84398](https://tracker.moodle.org/browse/MDL-84398) - Chart.js - 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-69142](https://tracker.moodle.org/browse/MDL-69142) - Unknown column "rolename" in "order clause" in Assign user roles to cohort
- [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-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-83970](https://tracker.moodle.org/browse/MDL-83970) - Use component name in AI 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-84651](https://tracker.moodle.org/browse/MDL-84651) - 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
+- [MDL-67462](https://tracker.moodle.org/browse/MDL-67462) - The get_user_badges web service return does not match exporter types
## Security fixes