We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e4229 commit 693a0abCopy full SHA for 693a0ab
CHANGELOG.md
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+4.3.1 (2022-01-20)
5
+-------------------------
6
+* #1385: fix: ensure first argument on strpos is a string (@DeepDiver1975)
7
+
8
4.3.0 (2021-12-14)
9
-------------------------
10
* #1284: A more secure and generalized approach for PDO Basic Auth Backend (@lightbluetom)
lib/DAV/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- public const VERSION = '4.3.0';
+ public const VERSION = '4.3.1';
20
}
0 commit comments