4.5.0
4.5.0 (24. August 2022)
This release contains a huge BC Break when using LUYA JWT user auth. Check the UPGRADE document to read more
- #719 Prepare for PHP 8.1. Increased minium PHP Version to 7.4. Replaced
sizeg/jwt
withbizley/jwt
. - #726 The signature of
luya\admin\base\JwtIdentityInterface
has changed from:loginByJwtToken(Lcobucci\JWT\Token $token)
tologinByJwtToken(Lcobucci\JWT\Token\Plain $token)
- #728 Added new
NgRestActiveQuery
methodjsonOrderBy()
to sort by a field which contains a json object.