July 31, 2024 – Version 9.0.0
Upgraded to Laravel 11
Replaced Authy with standard QR Code-based 2FA
Created a custom blade component for app logo for easier customization
Removed laravelcollective/html third-party dependency
February 28, 2024 – Version 8.1.1
Fixed an issue in the installation wizard
February 21, 2024 – Version 8.1.0
Add support for limiting the number of active sessions per user
Add the ability to change the locale from the UI
Fixed redirect to a custom page after 2FA
Fixed issue with being able to enable 2FA for the same phone number for two different users
Extracted default roles to constants to make it easier for users who want to change the names of default roles
Extracted some language lines to a language file
Improved password reset flow to show success message on forgot password even if there is no user with that email
Improved the installation flow to check if foreign keys are enabled and be more resilient if some requirements are not met
Converted UserStatus to a regular PHP enum class
Added pint for consistent code formatting
March 17, 2023 – Version 8.0.0
Upgraded to Laravel 10 which supports PHP 8.2
Minimum required PHP version is now 8.1
Updated all third party packages to the latest stable versions
March 16, 2022 – Version 7.0.0
Added support for PHP 8.1
Upgraded to Laravel 9
Updated all third party packages to the latest stable versions
August 12, 2021 – Version 6.1.0
Added support for PHP 8
Updated all third party packages to the latest stable versions
Fixed invalidate session redirect issue
Fixed german translation issues
Fixed bg-color issue for switch components
Fixed pagination styling issue
Update `redirectIfAuthenticated` trait to respect the `to` parameter