2.0.8
What's Changed
- Add
RevisionableStorageInterface::createRevision
generic for return type by @dpi in #894 Url::access
return type changes depending on a parameter by @dpi in #896- IDs can be strings,
RevisionableStorageInterface::loadRevision
should accept string ids by @dpi in #895 - Fix badly formatted doc for
Url::access
and add tests by @dpi in #898 - Allow installers v2 so we can get rid of PHP 8.4 errors by @dpi in #899
- Narrow return value of
EntityInterface->id()
by previous calls toisNew
on an instance ofEntityInterface
by @dpi in #900 - Fix implicit nullable parameter on PHP 8.4 by @dpi in #897
Full Changelog: 2.0.7...2.0.8