From 6ce122d0fe1e21456b63c677b353d1aaa26cbc7a Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Thu, 24 Feb 2022 15:43:36 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec4719a..1dd85529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ This file contains the code changes that were introduced into each release (starting from v1.1.0) so that is easy for developers to maintain and readjust their custom modifications on the main project codebase. +## [1.4.3] - TBA + +### Added + +- #1208: Security configuration enhancements in the application +- #1209: Add support for PHP 8.1 + +### Changed + +- #1207: Replace CodeIgniter with the system directory for smaller package size and more control over the framework +- #1210: Move the change language operation into a new public controller +- #1212: Remove the Google Calendar read-only scope use as it is not needed +- #1213: Switch to go-to-latest database migration configuration for simplicity +- #1216 Replace Google Client JS with the Google Calendar Template link in the book success page enhancement + +### Fixed + +- #1211: The table calendar view breaks for secretaries and providers due to appointment and unavailability removals bug +- #1214: Provider and secretary users can only add unavailabilities for their authorized users bug + ## [1.4.2] - 2021-07-27 ### Added