Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
ChangeLog
=========

4.5.8 (2026-01-12)
------------------

* #721: Fix variable scope (@KristofferFM)
* #723: Broker shouldn't add EXDATE property with floating timezone (@KristofferFM)
* #726: Improved check on property name (@KristofferFM)
* #727: Improve error checks in Mimedir parser (@KristofferFM)
* #728: Removing attendee from scheduled recurring event should generate an EXDATE property (@KristofferFM)
* #735: use RDATE in time range check and use all instances (@SebastianKrupinski)
* #743: send participation reply on fresh event (@SebastianKrupinski)

4.5.7 (2025-04-17)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '4.5.7';
public const VERSION = '4.5.8';
}
Loading