Skip to content

4.5.0

Compare
Choose a tag to compare
@nadar nadar released this 24 Aug 15:06
· 94 commits to master since this release
c4c2b20

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 with bizley/jwt.
  • #726 The signature of luya\admin\base\JwtIdentityInterface has changed from: loginByJwtToken(Lcobucci\JWT\Token $token) to loginByJwtToken(Lcobucci\JWT\Token\Plain $token)
  • #728 Added new NgRestActiveQuery method jsonOrderBy() to sort by a field which contains a json object.