Release v1.5.1-beta.1

This commit is contained in:
Alex Tselegidis 2024-12-19 22:51:39 +02:00
parent 76039fb875
commit 6a2620eb37
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -15,4 +15,4 @@ $config['url'] = Config::BASE_URL;
$config['debug'] = Config::DEBUG_MODE;
$config['cache_busting_token'] = 'UH44E';
$config['cache_busting_token'] = 'UH83X';