Releases: egulias/EmailValidator
Releases · egulias/EmailValidator
composer.json update
Return types annotations
Support for PHP 7.4
Improve empty domain checks
README updates and style improvements
Fix MultipleValidationWithAnd with ALLOW_ALL_ERRORS
Dev mode Autoloader
Fix isValid when strict = false
INTL support checks
- #173 Add fallback for when INTL_IDNA_VARIANT_UTS46 is not supported (@tomsommer)
- #174 Correctly check for intl extension in SpoofCheck (@tomsommer)
- #175 DNSCheckValidation requires the Intl extension (@tomsommer)
Convert domains to unicode before checking DNS
DNS check should convert unicode domains first (#166) * fix checkdnsrr not handling unicode domains properly * fix for php7.2