Commit 48f48cf 1 parent 53f73a4 commit 48f48cf Copy full SHA for 48f48cf
File tree 2 files changed +32
-1
lines changed
2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
2
2
=========
3
+ 4.5.6 (2024-10-14)
4
+ ------------------
5
+
6
+ * #662 : add PHP 8.4 to CI (@phil-davis )
7
+ * #669 : fix: check if event status was changed to cancelled and generate appropriate message (@SebastianKrupinski )
8
+ * #673 : Fix Implicitly marking parameter $param as nullable is deprecated (@cedric-anne )
9
+ * #675 : refactor: Replace dirname(__ FILE__ ) with __ DIR__ (@ChristophWurst )
10
+ * #692 : Throw InvalidDataException when RRule is invalid (@mathroc )
11
+
12
+ 4.5.5 (2024-07-02)
13
+ ------------------
14
+
15
+ * #632 : Add PHP 8.3 to CI (@phil-davis )
16
+ * #649 : add lineIndex and lineString properties to a Property Node (@JohnRDOrazio )
17
+ * #652 : ITip\Broker: handle timezones in replies to exception events (@gharlan )
18
+ * #654 : chore: stop exporting php-cs-fixer config (@phil-davis )
19
+ * #656 : Yearly rrule compliance by the iterator (@kroky )
20
+ * #658 : throw ParseException when null input is provided (@phil-davis )
21
+ * #653 : Handle summer time jumps in event recurrences (@phil-davis )
22
+
23
+ 4.5.4 (2023-11-09)
24
+ ------------------
25
+
26
+ * #619 : fixed issue: Undefined index: plusminus (@sash04ek )
27
+ * #622 : Create Issue467Test.php for 619 (@sash04ek )
28
+ * #623 : docs: fix type definition for oldCalendar (@kesselb )
29
+
30
+ 4.5.3 (2023-01-22)
31
+ ------------------
32
+
33
+ * #607 : Apply 'Support sabre/xml v4' and needed code changes to 4.5 branch (@phil-davis )
3
34
4
35
4.5.2 (2023-01-20)
5
36
------------------
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ class Version
14
14
/**
15
15
* Full version number.
16
16
*/
17
- public const VERSION = '4.5.2 ' ;
17
+ public const VERSION = '4.5.6 ' ;
18
18
}
You can’t perform that action at this time.
0 commit comments