Plugin Directory

Changeset 2739057


Ignore:
Timestamp:
06/08/2022 07:17:00 AM (4 years ago)
Author:
clearoutio
Message:

Minor Enhancements

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

Legend:

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

    r2726689 r2739057  
    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:      2.0.0
     6* Version:      2.0.1
    77* Author:       Clearout.io
    88* Author URI:   https://clearout.io
     
    1313
    1414// plugin version.
    15 define('CLEAROUT_PLUGIN_VERSION', '2.0.0');
    16 define('CLEAROUT_RESULT_CACHED_TIMEOUT', 10800);
     15define('CLEAROUT_PLUGIN_VERSION', '2.0.1');
     16define('CLEAROUT_RESULT_CACHED_TIMEOUT', 3600);
    1717define('CLEAROUT_BASE_API_URL', "https://api.clearout.io/v2/");
    1818define("CLEAROUT_EMAIL_VERIFY_API_URL", CLEAROUT_BASE_API_URL . "wordpress/email_verify?v=" . CLEAROUT_PLUGIN_VERSION);
     
    2424define('CLEAROUT_VERIFICATION_EMAIL_WHITELISTED_SUBSTATUS_CODE', 601);
    2525define('CLEAROUT_VERIFICATION_DOMAIN_WHITELISTED_SUBSTATUS_CODE', 603);
     26define('CLEAROUT_HTTP_OK_STATUS_CODE', 200);
    2627define('CLEAROUT_IGNORE_VALIDATION_IDENTIFIER_REGEX', '/^clearout_skip_validation/i');
    2728
  • clearout-email-validator/trunk/readme.txt

    r2726718 r2739057  
    44Tags: email validation, real-time form validation, email verify, disposable email, woocommerce, email verification, spamtrap, gibberish, business email, email tester, email checker, free email
    55Requires at least: 4.6
    6 Tested up to: 5.7.2
    7 Stable tag: 5.4.1
     6Tested up to: 6.0.0
     7Stable tag: 2.0.1
    88
    99Enhance your point of email address capture by real-time email validation, this will help protecting your form by accepting only desired or valid email addresses using Clearout email verification API
     
    273273= 2.0.0 =
    274274* Major Fixes and Woocommerce form improvements
     275= 2.0.1 =
     276* Minor Fixes
Note: See TracChangeset for help on using the changeset viewer.