Changeset 3051390
- Timestamp:
- 03/15/2024 01:05:14 AM (2 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
r3024835 r3051390 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.7. 111 Version: 1.7.2 12 12 13 13 Author: MailboxValidator … … 761 761 762 762 $datetime_started = date('Y-m-d H:i:s'); 763 764 $table_name = $wpdb->prefix . 'email_validator_for_contact_form_7_log'; 765 766 // Get option settings to know which validator is been called 767 768 $options = get_option( 'mbv_wpcf7_email_validator_for_contact_form_7' ); 763 769 764 770 $user_apikey = trim($options['api_key']); 765 766 $table_name = $wpdb->prefix . 'email_validator_for_contact_form_7_log';767 768 // Get option settings to know which validator is been called769 770 $options = get_option( 'mbv_wpcf7_email_validator_for_contact_form_7' );771 771 772 772 $tags = new WPCF7_FormTag( $tags ); -
email-validator-for-contact-form-7/trunk/readme.txt
r3024835 r3051390 4 4 Tags: mailboxvalidator, contact form 7, email validation, form validation, email validator, disposable email, free email, role-based email 5 5 Tested up to: 6.4.1 6 Stable tag: 1.7. 16 Stable tag: 1.7.2 7 7 Requires PHP: 5.2.4 8 8 … … 66 66 == Changelog == 67 67 68 = 1.7.0 = 68 = 1.7.2 = 69 * Fixed email validator not working issue. 70 71 = 1.7.1 = 69 72 * Add new checking to prevent the abuse of the API. 70 73
Note: See TracChangeset
for help on using the changeset viewer.