Skip to content

v0.22.0

Compare
Choose a tag to compare
@s3b4stian s3b4stian released this 24 Oct 17:08
· 372 commits to master since this release

New on this version

Added

  • Linna\Autoloader->unregister() method
  • Linna\Authentication\EnhancedAuthenticate class
  • Linna\Authentication\EnhancedAuthenticateMapperInterface interface
  • Linna\Authentication\LoginAttempt class
  • Linna\Storage\ExtendedPDO->getLastOperationStatus() method

Changed

  • Linna\Auth splitted into Linna\Authentication and Linna\Authorization
  • Linna\Auth\Authenticate moved under namespace Linna\Authentication
  • Linna\Auth\Password moved under namespace Linna\Authentication
  • Linna\Auth\ProtectedController moved under namespace Linna\Authentication
  • Linna\Auth\User moved under namespace Linna\Authentication
  • Linna\Auth\UserMapperInterface moved under namespace Linna\Authentication
  • Linna\Auth\Authorize moved under namespace Linna\Authorization
  • Linna\Auth\EnhancedUser moved under namespace Linna\Authorization
  • Linna\Auth\EnhancedUserMapperInterface moved under namespace Linna\Authorization
  • Linna\Auth\Permission moved under namespace Linna\Authorization
  • Linna\Auth\PermissionMapperInterface moved under namespace Linna\Authorization
  • Linna\Auth\PermissionTrait moved under namespace Linna\Authorization
  • Linna\Auth\Role moved under namespace Linna\Authorization
  • Linna\Auth\RoleMapperInterface moved under namespace Linna\Authorization
  • Tests updated

For more information read the full Changelog until now.