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.
1 parent b95e035 commit 0b1b6c6Copy full SHA for 0b1b6c6
CHANGELOG.md
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+2.2.8 (2024-07-25)
5
+------------------
6
+* #284 Add PHP 8.2 and 8.3 to CI for 2.2 branch (@phil-davis)
7
+* #285 PHP 8.4 compliance (@phil-davis)
8
+
9
2.2.7 (2024-04-18)
10
------------------
11
* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- const VERSION = '2.2.7';
+ const VERSION = '2.2.8';
20
}
0 commit comments