Plugin Directory

Changeset 2893209


Ignore:
Timestamp:
04/04/2023 03:10:00 AM (3 years ago)
Author:
mailboxvalidator
Message:

Tested with WordPress 6.2.

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

    r2814979 r2893209  
    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.4
     11Version:      1.6.5
    1212
    1313Author:       MailboxValidator
     
    133133        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'] );
    134134       
    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 );
    136136        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' );
    138138       
    139139        $this->create_table();
  • email-validator-for-contact-form-7/trunk/readme.txt

    r2814979 r2893209  
    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.0
    6 Stable tag: 1.6.4
     5Tested up to: 6.2
     6Stable tag: 1.6.5
    77Requires PHP: 5.2.4
    88
     
    6565
    6666== Changelog ==
     67
     68= 1.6.5 =
     69* Tested with WordPress 6.2.
    6770
    6871= 1.6.4 =
Note: See TracChangeset for help on using the changeset viewer.