Plugin Directory

Changeset 2958288


Ignore:
Timestamp:
08/25/2023 11:34:27 AM (3 years ago)
Author:
clearoutio
Message:

Minor Fixes

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

Legend:

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

    r2894908 r2958288  
    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.0
     6 * Version:      3.0.1
    77 * Author:       Clearout.io
    88 * Author URI:   https://clearout.io
     
    1414
    1515// plugin version.
    16 define( 'CLEAROUT_PLUGIN_VERSION', '3.0.0' );
     16define( 'CLEAROUT_PLUGIN_VERSION', '3.0.1' );
    1717define( 'CLEAROUT_RESULT_CACHED_TIMEOUT', 3600 );
    1818define( 'CLEAROUT_BASE_API_URL', 'https://api.clearout.io/v2/' );
  • clearout-email-validator/trunk/readme.txt

    r2895400 r2958288  
    309309= 3.0.0 =
    310310* Security Fixes and Code Optimisations
     311= 3.0.1 =
     312* Minor Fixes
  • clearout-email-validator/trunk/src/clearout-validator.php

    r2894908 r2958288  
    640640        }
    641641    }
     642    return $form_data;
    642643}
    643644
Note: See TracChangeset for help on using the changeset viewer.