Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Releases: Dropelikeit/temporary-email-validator

Stable Release

23 Jan 23:21
a3c6c96
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v3.0.0

Feature Release

27 Jun 21:46
915e28a
Compare
Choose a tag to compare

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

27 Sep 13:07
1746c55
Compare
Choose a tag to compare

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

03 Jul 14:09
b80a28b
Compare
Choose a tag to compare

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

19 May 20:33
1b42388
Compare
Choose a tag to compare

Update to lastest laravel 8.x.

Security Update

20 Jan 07:39
6936ec6
Compare
Choose a tag to compare

Update to lastest laravel 8.x.

Stable Release

14 Oct 18:04
8e94e5e
Compare
Choose a tag to compare

This release allows to use this package with Laravel 8.

Bugfix-Release

17 Jan 18:21
d1b3b0a
Compare
Choose a tag to compare

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

20 Oct 11:51
42928c7
Compare
Choose a tag to compare

The first stable version of the temporary email validator package.