Changeset 3449660
- Timestamp:
- 01/29/2026 01:32:43 PM (2 months ago)
- Location:
- w3s-cf7-zoho/trunk
- Files:
-
- 3 edited
-
.git/config (modified) (1 diff)
-
README.txt (modified) (2 diffs)
-
w3s-cf7-zoho.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
w3s-cf7-zoho/trunk/.git/config
r3449645 r3449660 12 12 remote = origin 13 13 merge = refs/heads/master 14 vscode-merge-base = origin/master -
w3s-cf7-zoho/trunk/README.txt
r3449645 r3449660 1 1 === W3SCloud Contact Form 7 to Zoho CRM === 2 Contributors: w3scloud , hm91hassan2 Contributors: w3scloud 3 3 Donate link: https://w3scloud.com/contact/ 4 4 Tags: Zoho CRM, Zoho, Contact form 7, crm, w3scloud 5 5 Requires at least: 5.2 6 Tested up to: 6. 6.27 Stable tag: trunk6 Tested up to: 6.7 7 Stable tag: 3.0.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 85 85 == Changelog == 86 86 87 = 3.0.1 = 88 Fixed contributor field warning. 89 Updated tested WordPress version to 6.7. 90 87 91 = 3.1 = 88 92 Response log added. -
w3s-cf7-zoho/trunk/w3s-cf7-zoho.php
r3449645 r3449660 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.0 13 * Version: 3.0.1 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.0 ' );35 define( 'W3S_CF7_ZOHO_VERSION', '3.0.1' ); 36 36 37 37 /**
Note: See TracChangeset
for help on using the changeset viewer.