Releases: cesargb/laravel-magiclink
Releases · cesargb/laravel-magiclink
version 2.10.2
version 2.10.1
version 2.10.0
- 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
Fix:
- Fix lifetime #49
version 2.9.1
Fix:
- Method
Symfony\Component\HttpFoundation\RedirectResponse::create
will be deprecated in the future #45
version 2.9.0
Add:
- The $magiclink object is injected upon receiving the call of the ResponseAction class #43
version 2.8.1
- remove support for laravel 7
- remove support for php 7.2
version 2.8.0
version 2.7.0
- Add support to php 8
version 2.6.0
- Remove support to php7.1
- Set max size token to 255, thanks @vanushwashere