# Changelog

All notable changes to `laravel-login-link` will be documented in this file.

## 1.6.1 - 2025-02-21

### What's Changed

* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/laravel-login-link/pull/46
* Laravel 12.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-login-link/pull/47

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.6.0...1.6.1

## 1.6.0 - 2024-12-24

### What's Changed

* Add support for using a custom user model  by @negoziator in https://github.com/spatie/laravel-login-link/pull/44

### New Contributors

* @negoziator made their first contribution in https://github.com/spatie/laravel-login-link/pull/44

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.5.3...1.6.0

## 1.5.3 - 2024-12-23

### What's Changed

* make allowed hosts backward compatible checking user config by @davidjr82 in https://github.com/spatie/laravel-login-link/pull/45

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.5.2...1.5.3

## 1.5.2 - 2024-12-16

### What's Changed

* Fix null handling in LoginLinkRequest userAttributes by @fouteox in https://github.com/spatie/laravel-login-link/pull/43

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.5.1...1.5.2

## 1.5.1 - 2024-12-16

- make `allowed_hosts` backward compatible

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.5.0...1.5.1

## 1.5.0 - 2024-12-09

### What's Changed

* Add verification of allowed hosts in login-link by @davidjr82 in https://github.com/spatie/laravel-login-link/pull/42

### New Contributors

* @davidjr82 made their first contribution in https://github.com/spatie/laravel-login-link/pull/42

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.4.0...1.5.0

## 1.4.0 - 2024-11-07

### What's Changed

* Blade: use json_encode instead of @json by @yparitcher in https://github.com/spatie/laravel-login-link/pull/39

### New Contributors

* @yparitcher made their first contribution in https://github.com/spatie/laravel-login-link/pull/39

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.3.1...1.4.0

## 1.3.1 - 2024-08-07

### What's Changed

* Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/spatie/laravel-login-link/pull/38
* Fix function style by @fouteox in https://github.com/spatie/laravel-login-link/pull/37

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.3.0...1.3.1

## 1.3.0 - 2024-07-10

### What's Changed

* Update README.md by @otherpaco in https://github.com/spatie/laravel-login-link/pull/35
* Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in https://github.com/spatie/laravel-login-link/pull/34
* Add react support (jsx and tsx) by @fouteox in https://github.com/spatie/laravel-login-link/pull/36

### New Contributors

* @otherpaco made their first contribution in https://github.com/spatie/laravel-login-link/pull/35
* @fouteox made their first contribution in https://github.com/spatie/laravel-login-link/pull/36

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.2.0...1.3.0

## 1.2.0 - 2024-03-04

### What's Changed

* Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/spatie/laravel-login-link/pull/24
* docs: fix Shields badges by @owenvoke in https://github.com/spatie/laravel-login-link/pull/25
* Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in https://github.com/spatie/laravel-login-link/pull/26
* Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/spatie/laravel-login-link/pull/27
* Laravel 11.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-login-link/pull/32

### New Contributors

* @owenvoke made their first contribution in https://github.com/spatie/laravel-login-link/pull/25
* @laravel-shift made their first contribution in https://github.com/spatie/laravel-login-link/pull/32

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.1.3...1.2.0

## 1.1.3 - 2023-02-15

### What's Changed

- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/spatie/laravel-login-link/pull/21
- Add Vue+Inertia support by @masterix21 in https://github.com/spatie/laravel-login-link/pull/22

### New Contributors

- @masterix21 made their first contribution in https://github.com/spatie/laravel-login-link/pull/22

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.1.2...1.1.3

## 1.1.2 - 2023-01-25

### What's Changed

- minor improvements by @chapeupreto in https://github.com/spatie/laravel-login-link/pull/12
- Update reference of "id" attribute to "key" in README.md by @liamja in https://github.com/spatie/laravel-login-link/pull/17
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in https://github.com/spatie/laravel-login-link/pull/18
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/spatie/laravel-login-link/pull/20

### New Contributors

- @chapeupreto made their first contribution in https://github.com/spatie/laravel-login-link/pull/12
- @liamja made their first contribution in https://github.com/spatie/laravel-login-link/pull/17

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.1.1...1.1.2

## 1.1.1 - 2022-07-14

### What's Changed

- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in https://github.com/spatie/laravel-login-link/pull/9
- Redirect users to the requested page after login by @VenomXL in https://github.com/spatie/laravel-login-link/pull/11

### New Contributors

- @dependabot made their first contribution in https://github.com/spatie/laravel-login-link/pull/9
- @VenomXL made their first contribution in https://github.com/spatie/laravel-login-link/pull/11

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.1.0...1.1.1

## 1.1.0 - 2022-06-01

### What's Changed

- Update README.md by @gruzker in https://github.com/spatie/laravel-login-link/pull/4
- Allow to specify the guard name by @sdebacker in https://github.com/spatie/laravel-login-link/pull/5

### New Contributors

- @gruzker made their first contribution in https://github.com/spatie/laravel-login-link/pull/4
- @sdebacker made their first contribution in https://github.com/spatie/laravel-login-link/pull/5

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.0.1...1.1.0

## 1.0.1 - 2022-06-01

- fix reading config values
- support PHP 8.0

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/1.0.0...1.0.1

## 1.0.0 - 2022-05-30

- initial release

## 0.0.3 - 2022-05-28

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/0.0.2...0.0.3

## 0.0.2 - 2022-05-27

**Full Changelog**: https://github.com/spatie/laravel-login-link/compare/0.0.1...0.0.2

## 0.0.1 - 2022-05-27

- experimental release
