mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-20 13:42:21 +03:00
Release v1.5.1-beta.1
This commit is contained in:
parent
76039fb875
commit
6a2620eb37
2 changed files with 3 additions and 3 deletions
|
@ -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
|
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.
|
developers to maintain and readjust their custom modifications on the main project codebase.
|
||||||
|
|
||||||
## [Unreleased]
|
## [1.5.1-beta.1] - 2024-12-19
|
||||||
|
|
||||||
### Added
|
### 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)
|
- Improve the CalDAV syncing mechanism so that it connects to more systems without problems (#1622)
|
||||||
- Fix various 1.5.0 API issues (#1562)
|
- Fix various 1.5.0 API issues (#1562)
|
||||||
- Correct email issues by replacing the internal email library with phpmailer (#1587)
|
- 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)
|
- Incorrect Timezone Handling in CalDAV Synchronization Causes Time Shifts (#1626)
|
||||||
- No color change in the appointment modal window (in the backend calendar) (#1641)
|
- 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)
|
- The plain user password might appear in the log messages in case of an error (#1590)
|
||||||
|
|
|
@ -15,4 +15,4 @@ $config['url'] = Config::BASE_URL;
|
||||||
|
|
||||||
$config['debug'] = Config::DEBUG_MODE;
|
$config['debug'] = Config::DEBUG_MODE;
|
||||||
|
|
||||||
$config['cache_busting_token'] = 'UH44E';
|
$config['cache_busting_token'] = 'UH83X';
|
||||||
|
|
Loading…
Reference in a new issue