File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ 4.5.6 (2024-10-14)
5+ ------------------
6+
7+ * #662 : add PHP 8.4 to CI (@phil-davis )
8+ * #669 : fix: check if event status was changed to cancelled and generate appropriate message (@SebastianKrupinski )
9+ * #673 : Fix Implicitly marking parameter $param as nullable is deprecated (@cedric-anne )
10+ * #675 : refactor: Replace dirname(__ FILE__ ) with __ DIR__ (@ChristophWurst )
11+ * #692 : Throw InvalidDataException when RRule is invalid (@mathroc )
12+
4134.5.5 (2024-07-02)
514------------------
615
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ class Version
1414 /**
1515 * Full version number.
1616 */
17- public const VERSION = '4.5.5 ' ;
17+ public const VERSION = '4.5.6 ' ;
1818}
You can’t perform that action at this time.
0 commit comments