Changeset 2893209
- Timestamp:
- 04/04/2023 03:10:00 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
r2814979 r2893209 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. 411 Version: 1.6.5 12 12 13 13 Author: MailboxValidator … … 133 133 add_options_page( 'Email Validator for Contact Form 7', 'Email Validator for Contact Form 7', 'manage_options', 'email-validator-for-contact-form-7', [$this, 'mbv_wpcf7_plugin_options_page'] ); 134 134 135 wp_register_script( 'mailboxvalidator_email_validator_script', plugins_url( '/assets/js/mbv.js', __FILE__ ), array( 'jquery' ), filemtime( plugin_dir_path( __FILE__ ) . 'assets/js/mbv.js' ) , true );135 // wp_register_script( 'mailboxvalidator_email_validator_script', plugins_url( '/assets/js/mbv.js', __FILE__ ), array( 'jquery' ), filemtime( plugin_dir_path( __FILE__ ) . 'assets/js/mbv.js' ) , true ); 136 136 wp_enqueue_script('mailboxvalidator_email_validator_chart_js', 'https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js', [], null, true); 137 wp_enqueue_script( 'mailboxvalidator_email_validator_script' );137 // wp_enqueue_script( 'mailboxvalidator_email_validator_script' ); 138 138 139 139 $this->create_table(); -
email-validator-for-contact-form-7/trunk/readme.txt
r2814979 r2893209 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. 06 Stable tag: 1.6. 45 Tested up to: 6.2 6 Stable tag: 1.6.5 7 7 Requires PHP: 5.2.4 8 8 … … 65 65 66 66 == Changelog == 67 68 = 1.6.5 = 69 * Tested with WordPress 6.2. 67 70 68 71 = 1.6.4 =
Note: See TracChangeset
for help on using the changeset viewer.