Changeset 2961086
- Timestamp:
- 08/31/2023 10:38:16 AM (3 years ago)
- Location:
- clearout-email-validator/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clearout-email-validator/trunk/plugin.php
r2958288 r2961086 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: 3.0. 16 * Version: 3.0.2 7 7 * Author: Clearout.io 8 8 * Author URI: https://clearout.io … … 14 14 15 15 // plugin version. 16 define( 'CLEAROUT_PLUGIN_VERSION', '3.0. 1' );16 define( 'CLEAROUT_PLUGIN_VERSION', '3.0.2' ); 17 17 define( 'CLEAROUT_RESULT_CACHED_TIMEOUT', 3600 ); 18 18 define( 'CLEAROUT_BASE_API_URL', 'https://api.clearout.io/v2/' ); -
clearout-email-validator/trunk/readme.txt
r2958288 r2961086 4 4 Tags: email validation, real-time form validation, Email verifier, 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: 6. 2.06 Tested up to: 6.3.1 7 7 Stable tag: 3.0.0 8 8 … … 311 311 = 3.0.1 = 312 312 * Minor Fixes 313 = 3.0.2 = 314 * Minor Fixes
Note: See TracChangeset
for help on using the changeset viewer.