Skip to content

Releases: stymiee/email-validator

Email Validator 1.1.4

09 Apr 12:08
Compare
Choose a tag to compare

Fixed

  • Issue #5: Static variables prevents running validation with different configurations
  • Issue #6: googlemail.com is now recognized as a Gmail address
  • Issue #6: . are now removed when sanitizing Gmail addresses (to get to the root email address)

Email Validator 1.1.3

12 Oct 12:17
Compare
Choose a tag to compare

Handled potential for null being returned when validating a banned domain name.

Email Validator 1.1.2

11 Oct 13:03
Compare
Choose a tag to compare

Validation against banned domains now does a wildcard match for more robust blocking

Email Validator 1.1.1

22 Feb 13:17
Compare
Choose a tag to compare

When getting an email address' username, if there was none, return an empty string instead of NULL

Email Validator 1.1.0

02 Feb 13:20
Compare
Choose a tag to compare

Added support for identifying and working with Gmail addresses using the "plus trick" to create unique addresses.

Email Validator 1.0.2

24 Jan 15:32
Compare
Choose a tag to compare

Issue #2: Error state not clearing between validations

Email Validator 1.0.1

20 Sep 22:34
Compare
Choose a tag to compare

Adds a new EmailValidator::getErrorCode() method to get a numerical representation of why an email address is invalid

Email Validator 1.0.0

02 Aug 12:42
Compare
Choose a tag to compare

The Email Validator library builds upon PHP's built in filter_var($emailAddress, FILTER_VALIDATE_EMAIL); by adding a default MX record check. It also offers additional validation against disposable email addresses, free email address providers, and a custom banned domain list.