Plugin Directory

Changeset 2964370


Ignore:
Timestamp:
09/08/2023 07:39:46 AM (3 years ago)
Author:
mailboxvalidator
Message:

Tested with WordPress 6.3, and fixed a minor issue when credit is zero.

Location:
email-validator-for-contact-form-7/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • email-validator-for-contact-form-7/trunk/email-validator-for-contact-form-7.php

    r2893209 r2964370  
    99Description:  Enables Contact Form 7 users to validate their client’s email address before accepting their messages for sending using MailboxValidator. <strong>Before get started, install and activate the Contact Form 7 plugin first.</strong>
    1010
    11 Version:      1.6.5
     11Version:      1.6.6
    1212
    1313Author:       MailboxValidator
     
    691691            } else {
    692692                // If error message occured, let it pass first.
    693                 return true;
     693                return false;
    694694            }
    695695        } else {
    696696            // If error message occured, let it pass first.
    697             return true;
     697            return false;
    698698        }
    699699    }
  • email-validator-for-contact-form-7/trunk/readme.txt

    r2893209 r2964370  
    33Donate link: https://mailboxvalidator.com
    44Tags: mailboxvalidator, contact form 7, email validation, form validation, email validator, disposable email, free email, role-based email
    5 Tested up to: 6.2
    6 Stable tag: 1.6.5
     5Tested up to: 6.3
     6Stable tag: 1.6.6
    77Requires PHP: 5.2.4
    88
     
    6565
    6666== Changelog ==
     67
     68= 1.6.6 =
     69* Tested with WordPress 6.3, and fixed a minor issue when credit is zero.
    6770
    6871= 1.6.5 =
Note: See TracChangeset for help on using the changeset viewer.