Cartalyst Sentinel Versions Save

A framework agnostic authentication & authorization system.

v7.0.2

9 months ago
  • Fix duplicated property

v7.0.1

9 months ago
  • Fix some deprecation warnings on PHP 8.2

v6.0.1

9 months ago
  • Fix some deprecation warnings on PHP 8.2

v7.0.0

1 year ago
  • Add Laravel 10 support

v6.0.0

1 year ago
  • Add Laravel 9 support

v5.1.0

3 years ago
  • Add PHP 8 support

v5.0.0

3 years ago
  • BC Break: PHP 7.3 is the minimum required PHP version
  • BC Break: Laravel 8.0 is the minimum supported Laravel version

v4.0.0

4 years ago
  • BC Break: PHP 7.2 is the minimum required PHP version
  • BC Break: Laravel 7.0 is the minimum supported Laravel version

v3.0.4

4 years ago

ADDED

  • The inAnyRole to be called statically, Sentinel::inAnyRole($role)

v3.0.3

4 years ago

FIXED

  • A few permissions type retrieval bugs.