From ad2ad80609e1a8e3716d87af1300f8b347edaa5a Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Sat, 12 Oct 2024 17:08:23 +0100 Subject: [PATCH] Updated CHANGES.md --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3d0cfbf8..6278fd9b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,18 @@ 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.4.3] - 2024-10-12 + +### Fixed + +- A SQL error in the issue certificate task on Oracle (#646). +- Verification error when expiry date element is presnet (#647). + +### Added + +- Only fetch teachers during the email process when necessary, reducing the number of SQL queries if they are not included (#531). +- Filter users before process to speed up certificate task (#634). + ## [4.4.2] - 2024-09-28 ### Fixed