There was an error while loading. Please reload this page.
2 parents baf08b9 + e305139 commit f1d53d5Copy full SHA for f1d53d5
CHANGELOG.md
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+2.2.7 (2024-04-18)
5
+------------------
6
+* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig )
7
+
8
2.2.6 (2023-06-28)
9
------------------
10
* #229 Fixed error where valueobject has eaten too much ( @mrbig )
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- const VERSION = '2.2.6';
+ const VERSION = '2.2.7';
20
}
0 commit comments