Plugin Directory

Changeset 3160620


Ignore:
Timestamp:
10/01/2024 11:03:45 AM (18 months ago)
Author:
zerobounce
Message:

Version 1.1.1

Location:
zerobounce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • zerobounce/trunk/readme.txt

    r3160586 r3160620  
    44Requires at least: 4.4
    55Tested up to: 6.4.3
    6 Stable tag: 1.1.01
     6Stable tag: 1.1.1
    77Requires PHP: 7.0
    88License: GPL-2.0+
     
    9999== Changelog ==
    100100
    101 = 1.1.01 =
     101= 1.1.1 =
    102102* Fixed minor bugs for validation
    103103
  • zerobounce/trunk/zerobounce-email-validator.php

    r3160591 r3160620  
    1010 *
    1111 * @link              https://www.zerobounce.net/
    12  * @since             1.1.0
     12 * @since             1.1.1
    1313 * @package           Zerobounce_Email_Validator
    1414 *
     
    1717 * Plugin URI:        https://wordpress.org/plugins/zerobounce/
    1818 * Description:       ZeroBounce Email Validation Plugin
    19  * Version:           1.1.01
     19 * Version:           1.1.1
    2020 * Author:            ZeroBounce
    2121 * Author URI:        https://www.zerobounce.net/
     
    3535}
    3636
    37 define('ZEROBOUNCE_EMAIL_VALIDATOR_VERSION', '1.1.01');
     37define('ZEROBOUNCE_EMAIL_VALIDATOR_VERSION', '1.1.1');
    3838
    3939/**
     
    8282 * not affect the page life cycle.
    8383 *
    84  * @since    1.1.01
     84 * @since    1.1.1
    8585 */
    8686function run_zerobounce_email_validator()
Note: See TracChangeset for help on using the changeset viewer.