Plugin Directory

Changeset 2961086


Ignore:
Timestamp:
08/31/2023 10:38:16 AM (3 years ago)
Author:
clearoutio
Message:

Minor Fixes

Location:
clearout-email-validator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clearout-email-validator/trunk/plugin.php

    r2958288 r2961086  
    44 * Plugin URL:   https://developer.wordpress.org/plugins/clearout-email-validator
    55 * Description:  This plugin seamlessly integrated with all major forms to validate the user's given email address in real-time. Under the hood, this plugin use Clearout API to perform 20+ refined validation checks to determine the status of the email address, and thus helps capturing only the valid leads to maintain high quality mailing list.
    6  * Version:      3.0.1
     6 * Version:      3.0.2
    77 * Author:       Clearout.io
    88 * Author URI:   https://clearout.io
     
    1414
    1515// plugin version.
    16 define( 'CLEAROUT_PLUGIN_VERSION', '3.0.1' );
     16define( 'CLEAROUT_PLUGIN_VERSION', '3.0.2' );
    1717define( 'CLEAROUT_RESULT_CACHED_TIMEOUT', 3600 );
    1818define( 'CLEAROUT_BASE_API_URL', 'https://api.clearout.io/v2/' );
  • clearout-email-validator/trunk/readme.txt

    r2958288 r2961086  
    44Tags: email validation, real-time form validation, Email verifier, disposable email, woocommerce, email verification, spamtrap, gibberish, business email, email tester, email checker, free email
    55Requires at least: 4.6
    6 Tested up to: 6.2.0
     6Tested up to: 6.3.1
    77Stable tag: 3.0.0
    88
     
    311311= 3.0.1 =
    312312* Minor Fixes
     313= 3.0.2 =
     314* Minor Fixes
Note: See TracChangeset for help on using the changeset viewer.