Changeset 3160454
- Timestamp:
- 10/01/2024 09:33:04 AM (18 months ago)
- Location:
- zerobounce/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
zerobounce-email-validator.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zerobounce/trunk/readme.txt
r3160308 r3160454 4 4 Requires at least: 4.4 5 5 Tested up to: 6.4.3 6 Stable tag: 1.1.0 6 Stable tag: 1.1.01 7 7 Requires PHP: 7.0 8 8 License: GPL-2.0+ … … 99 99 == Changelog == 100 100 101 = 1.1.01 = 102 * Fixed minor bugs for validation 103 101 104 = 1.1.0 = 102 105 * Added support for bulk validation -
zerobounce/trunk/zerobounce-email-validator.php
r3160308 r3160454 17 17 * Plugin URI: https://wordpress.org/plugins/zerobounce/ 18 18 * Description: ZeroBounce Email Validation Plugin 19 * Version: 1.1.0 19 * Version: 1.1.01 20 20 * Author: ZeroBounce 21 21 * Author URI: https://www.zerobounce.net/ … … 35 35 } 36 36 37 define('ZEROBOUNCE_EMAIL_VALIDATOR_VERSION', '1.1.0 ');37 define('ZEROBOUNCE_EMAIL_VALIDATOR_VERSION', '1.1.01'); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.