💎 PREMIUM: Changeset/ - Full Archive

Changeset 2442292


Ignore:
Timestamp:
12/18/2020 12:23:45 PM (5 years ago)
Author:
clarionwpdeveloper
Message:

Tagging version 3.5.2

Location:
email-domain-verification-in-cf7
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • email-domain-verification-in-cf7/tags/3.5.2/contact-form-7-email-validation-check.php

    r2146853 r2442292  
    66Author: clarionwpdeveloper
    77Author URI: https://www.clariontech.com/
    8 Version: 3.5.1
     8Version: 3.5.2
    99Text Domain: contact-form-7-email-validation
    1010 */
     
    9191    add_filter('wpcf7_validate_email', 'wpcf7_custom_email_validation_filter', 20, 2); // Email field
    9292    add_filter('wpcf7_validate_email*', 'wpcf7_custom_email_validation_filter', 20, 2); // Req. Email field
     93
     94    function contact_form_7_email_valid_load_plugin_textdomain() {
     95        load_plugin_textdomain( 'contact-form-7-email-validation', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' );
     96    }
     97    add_action( 'plugins_loaded', 'contact_form_7_email_valid_load_plugin_textdomain' );
  • email-domain-verification-in-cf7/tags/3.5.2/readme.txt

    r2146853 r2442292  
    33Contributors: clarionwpdeveloper, saurabhpatil21, yogeshdalavi
    44Tags: Contact form 7, Email, Domain verification, Validation
    5 Requires at least: 3.0.1
    6 Tested up to: 5.2.2
    7 Stable tag: 3.5.1
     5Requires at least: 4.9
     6Tested up to: 5.6
     7Stable tag: 3.5.2
    88License: GPLv2 or later
    99
     
    3131
    3232== Changelog ==
     33= 3.5.2 =
     34 Loads a plugin’s translated validation meesage. 
     35 Version Upgrade and tested compatibility with latest stable versions.
     36
    3337= 3.5.1 =
    3438 Tagging version 3.0.
    3539 Version Upgrade and tested compatibility with latest stable versions.
    36  CHange in author URL.
     40 Change in author URL.
    3741
    3842= 3.0.1 =
  • email-domain-verification-in-cf7/trunk/contact-form-7-email-validation-check.php

    r2146853 r2442292  
    66Author: clarionwpdeveloper
    77Author URI: https://www.clariontech.com/
    8 Version: 3.5.1
     8Version: 3.5.2
    99Text Domain: contact-form-7-email-validation
    1010 */
     
    9191    add_filter('wpcf7_validate_email', 'wpcf7_custom_email_validation_filter', 20, 2); // Email field
    9292    add_filter('wpcf7_validate_email*', 'wpcf7_custom_email_validation_filter', 20, 2); // Req. Email field
     93
     94    function contact_form_7_email_valid_load_plugin_textdomain() {
     95        load_plugin_textdomain( 'contact-form-7-email-validation', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' );
     96    }
     97    add_action( 'plugins_loaded', 'contact_form_7_email_valid_load_plugin_textdomain' );
  • email-domain-verification-in-cf7/trunk/readme.txt

    r2146853 r2442292  
    33Contributors: clarionwpdeveloper, saurabhpatil21, yogeshdalavi
    44Tags: Contact form 7, Email, Domain verification, Validation
    5 Requires at least: 3.0.1
    6 Tested up to: 5.2.2
    7 Stable tag: 3.5.1
     5Requires at least: 4.9
     6Tested up to: 5.6
     7Stable tag: 3.5.2
    88License: GPLv2 or later
    99
     
    3131
    3232== Changelog ==
     33= 3.5.2 =
     34 Loads a plugin’s translated validation meesage. 
     35 Version Upgrade and tested compatibility with latest stable versions.
     36
    3337= 3.5.1 =
    3438 Tagging version 3.0.
    3539 Version Upgrade and tested compatibility with latest stable versions.
    36  CHange in author URL.
     40 Change in author URL.
    3741
    3842= 3.0.1 =
Note: See TracChangeset for help on using the changeset viewer.