Releases: Dropelikeit/temporary-email-validator
Stable Release
What's Changed
- Feature/remove php 7.4 support by @Dropelikeit in #22
Full Changelog: v2.2.0...v3.0.0
Feature Release
In this release we have changed the branch from "master" to "main". In addition, we have closed all security holes via dependencies of the third-party packages. PHPStan, PHPUnit and PHP Cs Fixer have been updated to the latest version. In addition, we added more hard checks to the validator and tested them by adding more test cases in the test.
Bugfix Release for PHP 8.0
Bugfix Release
When the rule was used with PHP8.+, an error was raised because the autowiring could not resolve the ClientFactoryInterface. The ClientFactoryInterface alias is now included in the ServiceProvider when booting the application.
Stable Release
The following changes are included in this release:
- The Temporary-Email-Detection client package has been updated.
- Tests have been added to test the behavior of the validator and the service provider.
- All PHPStan issues were resolved and the baseline was deleted.
- The CodeStyle fixer was updated to version 3.0.
- The error message was provided in French.
The package is compatible with both supported current Laravel versions (6 [LTS version] and 8).
The package requires PHP version 7.4 or 8+.
Security Update
Update to lastest laravel 8.x.
Security Update
Update to lastest laravel 8.x.
Stable Release
This release allows to use this package with Laravel 8.
Bugfix-Release
In this release we have made a logic change that we consider a bug.
When the client receives a puzzle exception, the validator should return the email as valid.
First stable release
The first stable version of the temporary email validator package.