Skip to content

Commit 8b28880

Browse files
authored
Merge pull request #741 from phil-davis/forward-port-4.5.7
chore: forward port 4.5.7
2 parents 46daffb + 96c3152 commit 8b28880

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
ChangeLog
22
=========
3+
4.5.7 (2025-04-17)
4+
------------------
5+
6+
* #618: Add new exchangetimezone 'Amsterdam, Berlin, Bern, Rom, Stockholm, Wien' (@chr-is)
7+
* #674: Allow unknown value data types for VALUE (@heiglandreas)
8+
* #707: add phpdoc return types for arrayaccess methods (@smhg)
9+
310
4.5.6 (2024-10-14)
411
------------------
512

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.6';
17+
public const VERSION = '4.5.7';
1818
}

tests/VObject/ITip/BrokerUpdateEventTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ public function testExdateTimezone(): void
943943
'message' => <<<ICS
944944
BEGIN:VCALENDAR
945945
VERSION:2.0
946-
PRODID:-//Sabre//Sabre VObject 4.5.6//EN
946+
PRODID:-//Sabre//Sabre VObject $version//EN
947947
CALSCALE:GREGORIAN
948948
METHOD:REQUEST
949949
BEGIN:VEVENT
@@ -1033,7 +1033,7 @@ public function testExdateTimezoneUTC(): void
10331033
'message' => <<<ICS
10341034
BEGIN:VCALENDAR
10351035
VERSION:2.0
1036-
PRODID:-//Sabre//Sabre VObject 4.5.6//EN
1036+
PRODID:-//Sabre//Sabre VObject $version//EN
10371037
CALSCALE:GREGORIAN
10381038
METHOD:REQUEST
10391039
BEGIN:VEVENT

0 commit comments

Comments
 (0)