# Changelog ## 1.0.4 | December 17, 2025 - Added comprehensive logging throughout email validation process for better debugging and monitoring. ## 1.0.3 | January 29, 2025 - Fixed PHP error that could occur if requiring No Duplicates and Email Confirmation on fields. - Updated `Validation_Result::add_reason()` to be a `public` method. ## 1.0.2 | January 15, 2025 - Fixed validation results badge showing in unintended contexts. - Added [`gpev_validation_error_message`](https://gravitywiz.com/documentation/gpev_validation_error_message/) PHP filter hook to modify validation error messages. ## 1.0.1 | January 7, 2025 - Added filter to enable/disable `Enable Email Validator` setting. (#5) - Added [gpev_disable_email_validator_by_default](https://gravitywiz.com/documentation/gpev_disable_email_validator_by_default/) PHP filter hook to disable validation by default. - Added support to block/allow specific top-level domains (e.g. .ru). - Internationalized "Only Visible to Form Editors" so it can be translated. ## 1.0 - Hello World!