Changeset 3160620
- Timestamp:
- 10/01/2024 11:03:45 AM (18 months ago)
- Location:
- zerobounce/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
zerobounce-email-validator.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zerobounce/trunk/readme.txt
r3160586 r3160620 4 4 Requires at least: 4.4 5 5 Tested up to: 6.4.3 6 Stable tag: 1.1. 016 Stable tag: 1.1.1 7 7 Requires PHP: 7.0 8 8 License: GPL-2.0+ … … 99 99 == Changelog == 100 100 101 = 1.1. 01 =101 = 1.1.1 = 102 102 * Fixed minor bugs for validation 103 103 -
zerobounce/trunk/zerobounce-email-validator.php
r3160591 r3160620 10 10 * 11 11 * @link https://www.zerobounce.net/ 12 * @since 1.1. 012 * @since 1.1.1 13 13 * @package Zerobounce_Email_Validator 14 14 * … … 17 17 * Plugin URI: https://wordpress.org/plugins/zerobounce/ 18 18 * Description: ZeroBounce Email Validation Plugin 19 * Version: 1.1. 0119 * Version: 1.1.1 20 20 * Author: ZeroBounce 21 21 * Author URI: https://www.zerobounce.net/ … … 35 35 } 36 36 37 define('ZEROBOUNCE_EMAIL_VALIDATOR_VERSION', '1.1. 01');37 define('ZEROBOUNCE_EMAIL_VALIDATOR_VERSION', '1.1.1'); 38 38 39 39 /** … … 82 82 * not affect the page life cycle. 83 83 * 84 * @since 1.1. 0184 * @since 1.1.1 85 85 */ 86 86 function run_zerobounce_email_validator()
Note: See TracChangeset
for help on using the changeset viewer.