We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7de7811 + 6439b62 commit d8a0a9aCopy full SHA for d8a0a9a
CHANGELOG.md
@@ -1,6 +1,12 @@
1
ChangeLog
2
=========
3
4
+4.3.5 (2021-02-12)
5
+------------------
6
+
7
+* #523: Fix setting properties with group assignment (@mstilkerich)
8
+* #532: Make use of until parameter in nextMonthly function (@jaircuevajunior)
9
10
4.3.4 (2021-02-04)
11
------------------
12
lib/Version.php
@@ -14,5 +14,5 @@ class Version
14
/**
15
* Full version number.
16
*/
17
- const VERSION = '4.3.4';
+ const VERSION = '4.3.5';
18
}
0 commit comments