From 6a2620eb372d908eb3c8391fdf94be096104f132 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Thu, 19 Dec 2024 22:51:39 +0200 Subject: [PATCH] Release v1.5.1-beta.1 --- CHANGELOG.md | 4 ++-- application/config/app.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ff3ed3..c5825c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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. -## [Unreleased] +## [1.5.1-beta.1] - 2024-12-19 ### Added @@ -17,7 +17,7 @@ developers to maintain and readjust their custom modifications on the main proje - Improve the CalDAV syncing mechanism so that it connects to more systems without problems (#1622) - Fix various 1.5.0 API issues (#1562) - Correct email issues by replacing the internal email library with phpmailer (#1587) -- Fix ICS file mimetype (#1630) +- Fix ICS file mimetype (#1630)∏ - Incorrect Timezone Handling in CalDAV Synchronization Causes Time Shifts (#1626) - No color change in the appointment modal window (in the backend calendar) (#1641) - The plain user password might appear in the log messages in case of an error (#1590) diff --git a/application/config/app.php b/application/config/app.php index dca27c74..f6053f3f 100644 --- a/application/config/app.php +++ b/application/config/app.php @@ -15,4 +15,4 @@ $config['url'] = Config::BASE_URL; $config['debug'] = Config::DEBUG_MODE; -$config['cache_busting_token'] = 'UH44E'; +$config['cache_busting_token'] = 'UH83X';