Changeset 2964370
- Timestamp:
- 09/08/2023 07:39:46 AM (3 years ago)
- Location:
- email-validator-for-contact-form-7/trunk
- Files:
-
- 2 edited
-
email-validator-for-contact-form-7.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
email-validator-for-contact-form-7/trunk/email-validator-for-contact-form-7.php
r2893209 r2964370 9 9 Description: 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> 10 10 11 Version: 1.6. 511 Version: 1.6.6 12 12 13 13 Author: MailboxValidator … … 691 691 } else { 692 692 // If error message occured, let it pass first. 693 return true;693 return false; 694 694 } 695 695 } else { 696 696 // If error message occured, let it pass first. 697 return true;697 return false; 698 698 } 699 699 } -
email-validator-for-contact-form-7/trunk/readme.txt
r2893209 r2964370 3 3 Donate link: https://mailboxvalidator.com 4 4 Tags: mailboxvalidator, contact form 7, email validation, form validation, email validator, disposable email, free email, role-based email 5 Tested up to: 6. 26 Stable tag: 1.6. 55 Tested up to: 6.3 6 Stable tag: 1.6.6 7 7 Requires PHP: 5.2.4 8 8 … … 65 65 66 66 == Changelog == 67 68 = 1.6.6 = 69 * Tested with WordPress 6.3, and fixed a minor issue when credit is zero. 67 70 68 71 = 1.6.5 =
Note: See TracChangeset
for help on using the changeset viewer.