Skip to content

Releases: cesargb/laravel-magiclink

version 2.10.2

10 Jan 21:09
Compare
Choose a tag to compare
  • change default guard to null #61
  • more control, if I use the same access code that another magiclink #60

version 2.10.1

08 Jan 17:00
51cd3fd
Compare
Choose a tag to compare
  • LoginAction: only store auth identifier instead of user class #59 (issue: #58)

version 2.10.0

27 Nov 12:26
7314bca
Compare
Choose a tag to compare
  • add: support to php81 #56
  • add(doc api): missing phpdoc for the $url property which indicates it is readonly. (thanks to @Marcus-IXAU) #55
  • change: serializable closure to laravel/serializable-closure package
  • remove: support to php73 #56

version 2.9.2

30 Sep 19:07
d57cc93
Compare
Choose a tag to compare

Fix:

  • Fix lifetime #49

version 2.9.1

28 Sep 17:13
bb95646
Compare
Choose a tag to compare

Fix:

  • Method Symfony\Component\HttpFoundation\RedirectResponse::create will be deprecated in the future #45

version 2.9.0

20 Sep 19:08
cf3b745
Compare
Choose a tag to compare

Add:

  • The $magiclink object is injected upon receiving the call of the ResponseAction class #43

version 2.8.1

06 Jul 16:28
Compare
Choose a tag to compare
  • remove support for laravel 7
  • remove support for php 7.2

version 2.8.0

20 Mar 10:46
1310db2
Compare
Choose a tag to compare

Add:

version 2.7.0

25 Nov 22:53
646e317
Compare
Choose a tag to compare
  • Add support to php 8

version 2.6.0

22 Nov 12:30
f20b282
Compare
Choose a tag to compare
  • Remove support to php7.1
  • Set max size token to 255, thanks @vanushwashere