We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecb81d commit 3f03ca2Copy full SHA for 3f03ca2
CHANGELOG.md
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+4.3.0 (2021-12-14)
5
+-------------------------
6
+* #1284: A more secure and generalized approach for PDO Basic Auth Backend (@lightbluetom)
7
+
8
4.2.3 (2021-12-09)
9
-------------------------
10
* #1375: revert 1365 'add params for put interface' (@phil-davis)
lib/DAV/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '4.2.3';
+ public const VERSION = '4.3.0';
20
}
0 commit comments