All Versions
44
Latest Version
Avg Release Cycle
108 days
Latest Release
425 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v6.0.0 Changes
April 06, 2022- โ Add Laravel 9 support
-
v5.1.0 Changes
December 22, 2020- โ Add PHP 8 support
-
v5.0.0 Changes
September 12, 2020- 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 Changes
March 05, 2020- 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 Changes
February 07, 2020ADDED
- The
inAnyRole
to be called statically,Sentinel::inAnyRole($role)
- The
-
v3.0.3 Changes
September 26, 2019๐
FIXED
- A few permissions type retrieval bugs.
-
v3.0.2 Changes
September 25, 2019๐
FIXED
- A bug on the
addPermission
method of thePermissibleTrait
.
- A bug on the
-
v3.0.1 Changes
September 24, 2019๐
FIXED
- A few return types.
-
v3.0.0 Changes
September 11, 2019- BC Break: PHP 7.2 is the minimum required PHP version
- ๐ BC Break: Laravel 6.0 is the minimum supported Laravel version
- โ Added PHP 7 Scalar type hints
- โ Added PHP 7 Return type hints
- โ Added
Sentinel::getCheckpoints()
method to retrieve all the added Checkpoints - โ Added
Sentinel::getActivationRepository()->get()
method to retrieve the valid Activation - โ Added
Sentinel::getReminderRepository()->get()
method to retrieve the valid Reminder - โก๏ธ Updated the
Sentinel::getActivationRepository()->exists();
method to always return a boolean - โก๏ธ Updated the
Sentinel::getActivationRepository()->completed();
method to always return a boolean - โก๏ธ Updated the
Sentinel::getReminderRepository()->exists();
method to always return a boolean - โก๏ธ Updated the
findByPersistenceCode()
to return aPersistenceInterface
ornull
instead ofPersistenceInterface
orbool
- โก๏ธ Updated the
findUserByPersistenceCode()
to returnUserInterface
ornull
instead ofUserInterface
orbool
- ๐ Fixed an issue where a call for EloquentUser::setPersistences was missing during bootstrap
- ๐ Fixed an issue where personal permissions were not taking priority over pattern matching
- ๐ Fixed an issue where the Throttling repository was not being set properly
- ๐ Fixed an issue with the Native Cookie forget method
- ๐ Fixed an issue where the events didn't had the payload passed correctly
- ๐ Fixed an issue where the global throttles cache was not being cleared
- โ Removed unnecessary dependencies
- โ Removed integrations for both CodeIgniter and FuelPHP
- โ Removed strict comparisons in favour of type hinting
-
v2.0.18 Changes
August 14, 2019ADDED
- โ Added support for Larastan
- โ Added events for logging in and logging out
โก๏ธ
UPDATED
- โก๏ธ Updated the
orWhere
query builder loop to lead with correct boolean constraint - โก๏ธ Updated several tests for better coverage and overall quality
๐
FIXED
- ๐ Fixed an issue with the throttling threshold not behaving as expected
- ๐ Fixed an issue where a model with soft deletes was causing issues when force deleting
- ๐ Fixed an issue where the default global threshold value was incorrect
- ๐ Fixed an issue with the order of overrides registration on the Laravel service provider
- ๐ Fixed an issue with the
checkPermission()
method not behaving not casting some permissions asstring
s - ๐ Fixed an issue where the
checkActivation
method on the Activations Checkpoint was not returning the completion status - ๐ Fixed a few docblock typos