Skip to content

Commit 2f4bd8e

Browse files
authored
Merge pull request #752 from phil-davis/forwardport-changelog-4.5.8
[master] Prepare 4.5.8
2 parents 89602af + 2ce84f7 commit 2f4bd8e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
ChangeLog
22
=========
3+
4+
4.5.8 (2026-01-12)
5+
------------------
6+
7+
* #721: Fix variable scope (@KristofferFM)
8+
* #723: Broker shouldn't add EXDATE property with floating timezone (@KristofferFM)
9+
* #726: Improved check on property name (@KristofferFM)
10+
* #727: Improve error checks in Mimedir parser (@KristofferFM)
11+
* #728: Removing attendee from scheduled recurring event should generate an EXDATE property (@KristofferFM)
12+
* #735: use RDATE in time range check and use all instances (@SebastianKrupinski)
13+
* #743: send participation reply on fresh event (@SebastianKrupinski)
14+
315
4.5.7 (2025-04-17)
416
------------------
517

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ class Version
1414
/**
1515
* Full version number.
1616
*/
17-
public const VERSION = '4.5.7';
17+
public const VERSION = '4.5.8';
1818
}

0 commit comments

Comments
 (0)