We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83563a1 + 3d43c43 commit 9d61c1aCopy full SHA for 9d61c1a
README.md
@@ -23,7 +23,7 @@ version 1.x of this package:
23
24
{
25
"require": {
26
- "data-values/common": "^1.0.0"
+ "data-values/common": "^1.1.0"
27
}
28
29
@@ -54,6 +54,13 @@ employees for the [Wikidata project](https://wikidata.org/).
54
55
## Release notes
56
57
+### 1.1.0 (2022-10-21)
58
+
59
+* Improved compatibility with PHP 8.1;
60
+ in particular, the new `__serialize`/`__unserialize` methods are implemented now
61
+ (in addition to the still supported `Serializable` interface).
62
+ Make sure to also use `data-values/data-values` version 3.1.0 (or later) to keep hashes stable.
63
64
### 1.0.0 (2021-01-22)
65
66
* Updated minimum required PHP version from 5.5.9 to 7.2
0 commit comments