All notable changes to Laravel Authentication Log
will be documented in this file.
- Laravel 9 Support
- Added missing
hasTranslations()
- rappasoft#30 - Improve translation strings - rappasoft#31
- Added latestAuthentication relationship - rappasoft#24
- Fixed issue with PHP 7.4 - rappasoft#22
- Fire a successful login after a failed login on an unknown (new) device. - rappasoft#15
- Make the events the package is listening for configurable in the config file
- Added French translation and missing location translations - rappasoft#18
- PHP 7.4 Support
- Logout listener bug fix - rappasoft#10
- Known issues section to readme
- Ability to set DB connection type - rappasoft#4
- Initial Release