From 2ce84f77a9ac792ffc98c071ed702ce418b47e30 Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Mon, 12 Jan 2026 16:28:29 +0545 Subject: [PATCH] Prepare 4.5.8 --- CHANGELOG.md | 12 ++++++++++++ lib/Version.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceb6e2ef..819cf2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +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) ------------------ diff --git a/lib/Version.php b/lib/Version.php index ccaf1eb4..decd4247 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -14,5 +14,5 @@ class Version /** * Full version number. */ - public const VERSION = '4.5.7'; + public const VERSION = '4.5.8'; }