We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da737de + f7d675e commit abb019dCopy full SHA for abb019d
CHANGELOG.md
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+5.1.11 (2024-07-26)
5
+------------------
6
+
7
+* #241 PHP 8.4 compliance (@phil-davis)
8
9
5.1.10 (2023-08-18)
10
------------------
11
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- const VERSION = '5.1.10';
+ const VERSION = '5.1.11';
20
}
0 commit comments