Plugin Directory

Changeset 3160454


Ignore:
Timestamp:
10/01/2024 09:33:04 AM (18 months ago)
Author:
zerobounce
Message:

Update

Location:
zerobounce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • zerobounce/trunk/readme.txt

    r3160308 r3160454  
    44Requires at least: 4.4
    55Tested up to: 6.4.3
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.01
    77Requires PHP: 7.0
    88License: GPL-2.0+
     
    9999== Changelog ==
    100100
     101= 1.1.01 =
     102* Fixed minor bugs for validation
     103
    101104= 1.1.0 =
    102105* Added support for bulk validation
  • zerobounce/trunk/zerobounce-email-validator.php

    r3160308 r3160454  
    1717 * Plugin URI:        https://wordpress.org/plugins/zerobounce/
    1818 * Description:       ZeroBounce Email Validation Plugin
    19  * Version:           1.1.0
     19 * Version:           1.1.01
    2020 * Author:            ZeroBounce
    2121 * Author URI:        https://www.zerobounce.net/
     
    3535}
    3636
    37 define('ZEROBOUNCE_EMAIL_VALIDATOR_VERSION', '1.1.0');
     37define('ZEROBOUNCE_EMAIL_VALIDATOR_VERSION', '1.1.01');
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.