Changeset 2958288
- Timestamp:
- 08/25/2023 11:34:27 AM (3 years ago)
- Location:
- clearout-email-validator/trunk
- Files:
-
- 3 edited
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
src/clearout-validator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clearout-email-validator/trunk/plugin.php
r2894908 r2958288 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. 06 * Version: 3.0.1 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. 0' );16 define( 'CLEAROUT_PLUGIN_VERSION', '3.0.1' ); 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
r2895400 r2958288 309 309 = 3.0.0 = 310 310 * Security Fixes and Code Optimisations 311 = 3.0.1 = 312 * Minor Fixes -
clearout-email-validator/trunk/src/clearout-validator.php
r2894908 r2958288 640 640 } 641 641 } 642 return $form_data; 642 643 } 643 644
Note: See TracChangeset
for help on using the changeset viewer.