We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abebcbd + a6cd725 commit 934a1faCopy full SHA for 934a1fa
CHANGELOG.md
@@ -1,6 +1,12 @@
1
ChangeLog
2
=========
3
4
+5.1.5 (2024-07-25)
5
+------------------
6
+
7
+* #125 PHPdoc, CI and test changes to bring 5.1 up to PHP 8.3 (@phil-davis)
8
+* #126 PHP 8.4 compliance (@phil-davis)
9
10
5.1.4 (2021-11-04)
11
------------------
12
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- const VERSION = '5.1.4';
+ const VERSION = '5.1.5';
20
}
0 commit comments