Releases: wotzebra/laravel-verification-code
Releases · wotzebra/laravel-verification-code
2.1.1
- Added: Laravel 11 support (#36)
2.1.0
- Added: PHP 8.3 support (#34)
2.0.0
- Verification code Model can be customized (#33)
- Expire hours changed to Expire seconds (#32)
- Add unicode support (#30)
- Drop support for PHP 7.x and Drop support for Laravel 7, Laravel 8 and Laravel 9 (#31)
1.3.0
- Add PHP 8.2 support (#27)
- Add Laravel 10 support (#26)
1.2.3
- Changed: Do not purge codes that have not expired yet (#24)
1.2.2
- Added: parameter to verify method to prevent deleting of the code after verification #23
- Added: command to prune old codes from the database #22
1.2.1
- Fix composer.json file to ensure package can still be used in Laravel 7/8
1.2.0
- Add PHP 8.1 and Laravel 9 support (#20)