Skip to content

Commit

Permalink
Merge pull request #1386 from phil-davis/prepare-4.3.1
Browse files Browse the repository at this point in the history
Prepare 4.3.1
  • Loading branch information
phil-davis committed Jan 20, 2022
2 parents 53e4229 + 693a0ab commit 130abb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ChangeLog
=========

4.3.1 (2022-01-20)
-------------------------
* #1385: fix: ensure first argument on strpos is a string (@DeepDiver1975)

4.3.0 (2021-12-14)
-------------------------
* #1284: A more secure and generalized approach for PDO Basic Auth Backend (@lightbluetom)
Expand Down
2 changes: 1 addition & 1 deletion lib/DAV/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '4.3.0';
public const VERSION = '4.3.1';
}

0 comments on commit 130abb7

Please sign in to comment.