From d17d9e5603a488f6be14bc43ad6039cfcf15eba4 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 23 Apr 2024 12:49:28 +0100 Subject: [PATCH] Fixed date in CHANGES.md --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1f387ccc..043b0ccc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. Note - All hash comments refer to the issue number. Eg. #169 refers to https://github.com/mdjnelson/moodle-mod_customcert/issues/169. -## [4.2.5] - 2024-XX-YY +## [4.2.5] - 2024-04-23 -### Fixed +### Fixed - Fixed issue when restoring `date`, `daterange`, `gradeitemname` and `grade` that have been linked to a manual grade item (#582). - Removed unnecessary set_context() call causing a PHP notice to be shown (#443).