# Changelog

All notable changes to `laravel-one-time-passwords` will be documented in this file.

## 1.1.0 - 2026-04-08

### What's Changed

* Fix #55: respect enforce_same_origin config value by @freekmurze in https://github.com/spatie/laravel-one-time-passwords/pull/56

**Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.11...1.1.0

## 1.0.11 - 2026-02-27

Support Laravel 13

## 1.0.10 - 2026-02-09

### What's Changed

- Add support for Livewire 4

## 1.0.9 - 2026-02-01

### What's Changed

* Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in https://github.com/spatie/laravel-one-time-passwords/pull/50
* Feature: add German translation by @gpluess in https://github.com/spatie/laravel-one-time-passwords/pull/48

### New Contributors

* @gpluess made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/48

**Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.8...1.0.9

## 1.0.8 - 2025-11-27

### What's Changed

* Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/spatie/laravel-one-time-passwords/pull/45
* Add support for Flux by @freekmurze in https://github.com/spatie/laravel-one-time-passwords/pull/46
* Add English translation for `rate_limit_exceeded` by @lorenzolosa in https://github.com/spatie/laravel-one-time-passwords/pull/47

### New Contributors

* @freekmurze made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/46

**Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.7...1.0.8

## 1.0.7 - 2025-11-20

### What's Changed

* Typo: rename avanced-usage to advanced-usage by @spoyntersmith in https://github.com/spatie/laravel-one-time-passwords/pull/43
* Rename validation string `request_did_not_match` to `different_origin` by @lorenzolosa in https://github.com/spatie/laravel-one-time-passwords/pull/44

### New Contributors

* @spoyntersmith made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/43
* @lorenzolosa made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/44

**Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.6...1.0.7

## 1.0.5 - 2025-08-18

### What's Changed

* Update installation-setup.md by @BurtDS in https://github.com/spatie/laravel-one-time-passwords/pull/23
* Update README.md by @ibra-br in https://github.com/spatie/laravel-one-time-passwords/pull/26
* Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in https://github.com/spatie/laravel-one-time-passwords/pull/28
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/spatie/laravel-one-time-passwords/pull/31
* Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in https://github.com/spatie/laravel-one-time-passwords/pull/27
* feat: add Russian language by @mTresk in https://github.com/spatie/laravel-one-time-passwords/pull/30

### New Contributors

* @BurtDS made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/23
* @ibra-br made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/26
* @mTresk made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/30

**Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.4...1.0.5

## 1.0.4 - 2025-05-23

### What's Changed

* Support PHP ^8.2 and Laravel ^11 by @x-JOC in https://github.com/spatie/laravel-one-time-passwords/pull/21

**Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.3...1.0.4

## 1.0.3 - 2025-05-22

### What's Changed

* Incorrect migration file name fixed. by @sdebacker in https://github.com/spatie/laravel-one-time-passwords/pull/18
* Incorrect tag fixed. by @sdebacker in https://github.com/spatie/laravel-one-time-passwords/pull/19
* french translations by @sdebacker in https://github.com/spatie/laravel-one-time-passwords/pull/20

### New Contributors

* @sdebacker made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/18

**Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.2...1.0.3

## 1.0.2 - 2025-05-22

### What's Changed

* Add Arabic language support by @x-JOC in https://github.com/spatie/laravel-one-time-passwords/pull/14

### New Contributors

* @x-JOC made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/14

**Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.1...1.0.2

## 1.0.1 - 2025-05-22

**Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/1.0.0...1.0.1

## 1.0.0 - 2025-05-20

- initial release 🚀

## 0.0.4 - 2025-05-20

### What's Changed

* docs: clarify return type in gatherProperties PHPDoc by @Ayoub-Mabrouk in https://github.com/spatie/laravel-one-time-passwords/pull/5

**Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/0.0.3...0.0.4

## 0.0.3 - 2025-05-17

### What's Changed

* fix: return OTP as strict string with secure randomness by @Ayoub-Mabrouk in https://github.com/spatie/laravel-one-time-passwords/pull/4
* Add Portuguese language support by @kidiatoliny in https://github.com/spatie/laravel-one-time-passwords/pull/3
* chore: add PHPStan, commit config, and remove it from .gitignore by @Ayoub-Mabrouk in https://github.com/spatie/laravel-one-time-passwords/pull/2

### New Contributors

* @Ayoub-Mabrouk made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/4
* @kidiatoliny made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/3

**Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/0.0.2...0.0.3

## 0.0.2 - 2025-05-16

**Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/compare/0.0.1...0.0.2

## 0.0.1 - 2025-05-14

### What's Changed

* Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in https://github.com/spatie/laravel-one-time-passwords/pull/1

### New Contributors

* @dependabot made their first contribution in https://github.com/spatie/laravel-one-time-passwords/pull/1

**Full Changelog**: https://github.com/spatie/laravel-one-time-passwords/commits/0.0.1
