Skip to content

Commit

Permalink
Release v1.5.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Dec 19, 2024
1 parent 76039fb commit 6a2620e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion application/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

$config['debug'] = Config::DEBUG_MODE;

$config['cache_busting_token'] = 'UH44E';
$config['cache_busting_token'] = 'UH83X';

0 comments on commit 6a2620e

Please sign in to comment.