Changeset 3449675
- Timestamp:
- 01/29/2026 01:41:38 PM (2 months ago)
- Location:
- w3s-cf7-zoho/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
w3s-cf7-zoho.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
w3s-cf7-zoho/trunk/README.txt
r3449669 r3449675 5 5 Requires at least: 5.2 6 6 Tested up to: 6.7 7 Stable tag: 3. 17 Stable tag: 3.2 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 85 85 == Changelog == 86 86 87 = 3.2 = 88 Fixed contributor field warning. 89 Updated tested WordPress version to 6.7. 87 90 88 91 = 3.1 = -
w3s-cf7-zoho/trunk/w3s-cf7-zoho.php
r3449669 r3449675 11 11 * Plugin URI: https://w3scloud.com 12 12 * Description: Zoho CRM Integration with Contact Form 7. Add Leads from Contact form 7 form entry. 13 * Version: 3. 113 * Version: 3.2 14 14 * Author: W3SCloud Technology 15 15 * Author URI: https://w3scloud.com/ … … 33 33 * Start at version 1.0.0 and use SemVer - https://semver.org 34 34 */ 35 define( 'W3S_CF7_ZOHO_VERSION', '3. 1' );35 define( 'W3S_CF7_ZOHO_VERSION', '3.2' ); 36 36 37 37 /**
Note: See TracChangeset
for help on using the changeset viewer.