Changeset 3105653
- Timestamp:
- 06/21/2024 12:20:57 PM (22 months ago)
- Location:
- zerobounce/trunk
- Files:
-
- 2 added
- 2 edited
-
languages/zerobounce-email-validator-fr_FR.mo (added)
-
languages/zerobounce-email-validator-fr_FR.po (added)
-
readme.txt (modified) (2 diffs)
-
zerobounce-email-validator.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zerobounce/trunk/readme.txt
r3105604 r3105653 4 4 Requires at least: 4.4 5 5 Tested up to: 6.4.3 6 Stable tag: 1.0.2 66 Stable tag: 1.0.27 7 7 Requires PHP: 7.0 8 8 License: GPL-2.0+ … … 99 99 == Changelog == 100 100 101 = 1.0.27 = 102 * Added French translation 103 101 104 = 1.0.26 = 102 * Updated to supporttranslations105 * Added support for translations 103 106 104 107 = 1.0.25 = -
zerobounce/trunk/zerobounce-email-validator.php
r3105604 r3105653 17 17 * Plugin URI: https://wordpress.org/plugins/zerobounce/ 18 18 * Description: ZeroBounce Email Validation Plugin 19 * Version: 1.0.2 619 * Version: 1.0.27 20 20 * Author: ZeroBounce 21 21 * Author URI: https://www.zerobounce.net/ … … 35 35 } 36 36 37 define('ZEROBOUNCE_EMAIL_VALIDATOR_VERSION', '1.0.2 6');37 define('ZEROBOUNCE_EMAIL_VALIDATOR_VERSION', '1.0.27'); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.