From 0f5aaffd8d00a93762988e008a1cc8a5aee0872b Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Fri, 13 Jul 2018 22:06:16 +0800 Subject: [PATCH] Updated CHANGES.md --- CHANGES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 14e4259..0e51ff4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,21 @@ 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/markn86/moodle-mod_customcert/issues/169. +## [3.4.5] - 2018-07-13 +### Fixed + +- Use custom fonts if present (#211). +- Fix broken SQL on Oracle in the email certificate task (#187). +- Fixed exception when clicking 'Add page' when template has not been saved (#154). +- Only email teachers who are enrolled within the course (#176). +- Only display teachers who are enrolled within the course in the dropdown (#171). + +### Changed + +- Multiple UX improvements to both the browser and mobile views (#207). + - One big change here is combining the report and activity view page into one. +- Allow short dates with leading zeros (#210). + ## [3.4.4] - 2018-06-26 ### Fixed