Releases: cartalyst/sentinel
Releases · cartalyst/sentinel
v1.0.16
v2.0.13
ADDED
- Missing Throttle repository getter/setter.
- Laravel 5.3 support.
UPDATED
- Detach the role from users when the role is deleted.
- Pass persistence model from the configuration to the native bootstrapper.
REMOVED
- Removed usage of Laravel helpers.
v2.0.12
v2.0.11
UPDATED
- User model to check if the model is being soft deleted.
- Native Session to better check if session is open or closed.
v2.0.10
FIXED
- Delete method on the user model not returning parent.
- Removed unused imports on some tests.
- Reference to the stdClass on tests.
- Various docblocks.
UPDATED
- User model to hide the hashed password by default.
v2.0.9
FIXED
- Bypassing specific checkpoints.
ADDED
- A new database schema file for MySQL 5.6+.
v2.0.8
REVISED
- Use json methods for various cookie implementations.
v1.0.15
REVISED
- Use json methods for various cookie implementations.
v2.0.7
REVISED
- Added additional check to prevent the first user from being returned when skipping login columns.
v1.0.14
REVISED
- Added additional check to prevent the first user from being returned when skipping login columns.