Changeset 2739057
- Timestamp:
- 06/08/2022 07:17:00 AM (4 years ago)
- Location:
- clearout-email-validator/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clearout-email-validator/trunk/plugin.php
r2726689 r2739057 4 4 * Plugin URL: https://developer.wordpress.org/plugins/clearout-email-validator 5 5 * 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. 06 * Version: 2.0.1 7 7 * Author: Clearout.io 8 8 * Author URI: https://clearout.io … … 13 13 14 14 // plugin version. 15 define('CLEAROUT_PLUGIN_VERSION', '2.0. 0');16 define('CLEAROUT_RESULT_CACHED_TIMEOUT', 10800);15 define('CLEAROUT_PLUGIN_VERSION', '2.0.1'); 16 define('CLEAROUT_RESULT_CACHED_TIMEOUT', 3600); 17 17 define('CLEAROUT_BASE_API_URL', "https://api.clearout.io/v2/"); 18 18 define("CLEAROUT_EMAIL_VERIFY_API_URL", CLEAROUT_BASE_API_URL . "wordpress/email_verify?v=" . CLEAROUT_PLUGIN_VERSION); … … 24 24 define('CLEAROUT_VERIFICATION_EMAIL_WHITELISTED_SUBSTATUS_CODE', 601); 25 25 define('CLEAROUT_VERIFICATION_DOMAIN_WHITELISTED_SUBSTATUS_CODE', 603); 26 define('CLEAROUT_HTTP_OK_STATUS_CODE', 200); 26 27 define('CLEAROUT_IGNORE_VALIDATION_IDENTIFIER_REGEX', '/^clearout_skip_validation/i'); 27 28 -
clearout-email-validator/trunk/readme.txt
r2726718 r2739057 4 4 Tags: email validation, real-time form validation, email verify, disposable email, woocommerce, email verification, spamtrap, gibberish, business email, email tester, email checker, free email 5 5 Requires at least: 4.6 6 Tested up to: 5.7.27 Stable tag: 5.4.16 Tested up to: 6.0.0 7 Stable tag: 2.0.1 8 8 9 9 Enhance 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 … … 273 273 = 2.0.0 = 274 274 * Major Fixes and Woocommerce form improvements 275 = 2.0.1 = 276 * Minor Fixes
Note: See TracChangeset
for help on using the changeset viewer.