PHP Classes

File: CHANGELOG

Recommend this page to a friend!
  Classes of John Conde   PHP Email Validation Library Pro   CHANGELOG   Download  
File: CHANGELOG
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Email Validation Library Pro
Validate email addresses using multiple rules
Author: By
Last change: Update of CHANGELOG
Date: 1 year ago
Size: 1,557 bytes
 

Contents

Class file image Download
VERSION 1.1.3 - 2022-10-12 ----------------------------------------------------------------------------------------------------------------------- Handled potential for null being returned when validating a banned domain name VERSION 1.1.2 - 2022-10-11 ----------------------------------------------------------------------------------------------------------------------- Changed banned domain check to use pattern matching for more robust validation including subdomains VERSION 1.1.1 - 2022-02-22 ----------------------------------------------------------------------------------------------------------------------- When getting an email address' username, if there was none, return an empty string instead of NULL VERSION 1.1.0 - 2022-02-02 ----------------------------------------------------------------------------------------------------------------------- Added support for identifying and working with Gmail addresses using the "plus trick" to create unique addresses VERSION 1.0.2 - 2022-01-24 ----------------------------------------------------------------------------------------------------------------------- Issue #2: Error state not clearing between validations VERSION 1.0.1 - 2021-09-20 ----------------------------------------------------------------------------------------------------------------------- Pull Request #1: Added EmailValidator::getErrorCode() VERSION 1.0.0 - 2020-08-02 ----------------------------------------------------------------------------------------------------------------------- Initial release