All notable changes to laravel-verification-code
will be documented in this file
- Changed: Change namespace from 'NextApps' to 'Wotz' (#39)
- Added: Laravel 11 support (#36)
- Added: PHP 8.3 support (#34)
- 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)
- Changed: Do not purge codes that have not expired yet (#24)
- Added: parameter to verify method to prevent deleting of the code after verification (#23)
- Added: command to prune old codes from the database (#23)
- Fix composer.json file to ensure package can still be used in Laravel 7/8
- Add PHP 8.1 and Laravel 9 support (#20)
- Add PHP 8.0 support (#17)
- No changes
- Verifying test verifiables is now case insensitive (#13)
- Verify against all codes of verifiable (instead of only first code) (#12)
- Fix deletion of old verification codes (again) (#11)
- Fix deletion of old verification codes (#10)
- Add config option to define max amount of active verification codes per verifiable (#9)
- Big code refactor with improvements to config-file setup (#7)
- Add config option to allow customization of the notification class. (#4)
- Initial release