Skip to content

Releases: alajusticia/laravel-logins

v1.2.6

16 Nov 20:25
Compare
Choose a tag to compare

Fix: Make sure the ´current_login´ attribute is immediately available after remembered login by checking session ID also on successful login event.

Thanks to @thomasakarlsen for rising this issue (#6)

v1.2.5

25 Oct 10:31
Compare
Choose a tag to compare

v1.2.4

25 Oct 08:20
8b3d557
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

10 Sep 20:37
Compare
Choose a tag to compare

Fix issue #1

v1.2.2

29 Jul 16:34
Compare
Choose a tag to compare

Add ability to disable tracking or notification for a model: notifyLogins and trackLogins properties added in HasLogins trait

v1.2.1

13 Jun 10:55
Compare
Choose a tag to compare

Fix command option declared twice

v1.2

13 Jun 10:37
Compare
Choose a tag to compare

Add --quiet option for install command

v1.1

29 Apr 22:32
Compare
Choose a tag to compare
  • RequestContext now implements Arrayable contract
  • Default notification now uses the array representation of RequestContext

v1.0.1

26 Apr 15:39
Compare
Choose a tag to compare

Full Changelog: v1.0...v1.0.1

v1.0

15 Mar 17:07
Compare
Choose a tag to compare

First release 🎉