Releases: xp-framework/core
Releases · xp-framework/core
10.11.1: XPClass::getDeclaredFields fix
10.11.0: Platform features
10.10.0: Never return
10.9.1: Iconv fallback
10.9.0: Updated mime types
Features
- Generated
util.MimeType
from the media type database over at
https://github.com/jshttp/mime-db, which in turn consists of lists
compiled from IANA registrations, Apache and Nginx. See issue #264
(@thekid)
Bugfixes
10.8.1: Secret fixes
10.8.0: PHP 8.1 enum forward compatibility
Features
- Merged PR #261, adding forward compatibility with PHP 8.1 enumerations.
Addsenum_exists()
as well asUnitEnum
andBackedEnum
interfaces,
see https://wiki.php.net/rfc/enumerations
(@thekid)
Bugfixes
10.7.0: PHP 8.1 forward compatibility
10.6.1: PHP 8.1 NULL forward fixes
Bugfixes
- Fixed issue #258: PHP 8.1 passing null to scalar arguments deprecated
See https://wiki.php.net/rfc/deprecate_null_to_scalar_internal_arg
(@thekid)