Releases
v3.0.0
Compare
Sorry, something went wrong.
No results found
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 a PersistenceInterface or null instead of PersistenceInterface or bool
Updated the findUserByPersistenceCode() to return UserInterface or null instead of UserInterface or bool
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
You can’t perform that action at this time.