We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72ec4ce + 82e8f3e commit 900266bCopy full SHA for 900266b
2 files changed
CHANGELOG.md
@@ -1,6 +1,15 @@
1
ChangeLog
2
=========
3
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
13
4.5.5 (2024-07-02)
14
------------------
15
lib/Version.php
@@ -14,5 +14,5 @@ class Version
/**
* Full version number.
16
*/
17
- public const VERSION = '4.5.5';
+ public const VERSION = '4.5.6';
18
}
0 commit comments