Skip to content

Releases: rappasoft/laravel-authentication-log

v4.0.0

30 Mar 01:13
a916caa
Compare
Choose a tag to compare

4.0.0 - 2024-03-28

  • Laravel 11 Support (#100)
  • Add config listeners (#92)
  • Use real user IP behind Cloudflare
  • Check for AuthenticationLoggable trait on event (#94)
  • Added PHPDocs to allow autocompletion in IDE (#80)
  • Fixes the down method for php artisan migrate:rollback (#93)

v3.0.0

23 Feb 18:45
6ab9419
Compare
Choose a tag to compare
  • Laravel 10 Support - #70
  • Use null safe/chaining operator - #57
  • Optimize Other Devices Logout Listener - #52

v2.0.0

19 Feb 19:30
9cba918
Compare
Choose a tag to compare

Laravel 9 Support

v1.3.0

18 Jan 00:29
616bf9f
Compare
Choose a tag to compare

Changed

  • Added missing hasTranslations() - #30
  • Improve translation strings - #31

v1.2.1

02 Dec 13:57
b8a5d24
Compare
Choose a tag to compare

Added

  • Added latestAuthentication relationship - #24

Changed

  • Fixed issue with PHP 7.4 - #22

v1.2.0

22 Nov 04:08
945f0f1
Compare
Choose a tag to compare

Added

  • Fire a successful login after a failed login on an unknown (new) device. - #15
  • Make the events the package is listening for configurable in the config file
  • Added French translation and missing location translations - #18
  • PHP 7.4 Support

v1.1.1

21 Oct 03:30
74fff58
Compare
Choose a tag to compare

Changed

  • Logout listener bug fix - #10

v1.1.0

11 Oct 17:17
f252d05
Compare
Choose a tag to compare

Added

  • Known issues section to readme
  • Ability to set DB connection type - #4

v1.0.0

01 Oct 03:42
015d2f9
Compare
Choose a tag to compare

Initial Release