We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98a9f79 + 18244cc commit a6d53a3Copy full SHA for a6d53a3
CHANGELOG.md
@@ -1,6 +1,13 @@
1
ChangeLog
2
=========
3
4
+4.5.4 (2023-11-09)
5
+------------------
6
+
7
+* #619: fixed issue: Undefined index: plusminus (@sash04ek)
8
+* #622: Create Issue467Test.php for 619 (@sash04ek)
9
+* #623: docs: fix type definition for oldCalendar (@kesselb)
10
11
4.5.3 (2023-01-22)
12
------------------
13
lib/Version.php
@@ -14,5 +14,5 @@ class Version
14
/**
15
* Full version number.
16
*/
17
- public const VERSION = '4.5.3';
+ public const VERSION = '4.5.4';
18
}
0 commit comments