Plugin Directory

Changeset 3449660


Ignore:
Timestamp:
01/29/2026 01:32:43 PM (2 months ago)
Author:
w3scloud
Message:

Release version 3.0.1 - Fixed contributor warning

Location:
w3s-cf7-zoho/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • w3s-cf7-zoho/trunk/.git/config

    r3449645 r3449660  
    1212    remote = origin
    1313    merge = refs/heads/master
     14    vscode-merge-base = origin/master
  • w3s-cf7-zoho/trunk/README.txt

    r3449645 r3449660  
    11=== W3SCloud Contact Form 7 to Zoho CRM ===
    2 Contributors: w3scloud, hm91hassan
     2Contributors: w3scloud
    33Donate link: https://w3scloud.com/contact/
    44Tags: Zoho CRM, Zoho, Contact form 7, crm, w3scloud
    55Requires at least: 5.2
    6 Tested up to: 6.6.2
    7 Stable tag: trunk
     6Tested up to: 6.7
     7Stable tag: 3.0.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    8585== Changelog ==
    8686
     87= 3.0.1 =
     88Fixed contributor field warning.
     89Updated tested WordPress version to 6.7.
     90
    8791= 3.1 =
    8892Response log added.
  • w3s-cf7-zoho/trunk/w3s-cf7-zoho.php

    r3449645 r3449660  
    1111 * Plugin URI:        https://w3scloud.com
    1212 * 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
    1414 * Author:            W3SCloud Technology
    1515 * Author URI:        https://w3scloud.com/
     
    3333 * Start at version 1.0.0 and use SemVer - https://semver.org
    3434 */
    35 define( 'W3S_CF7_ZOHO_VERSION', '3.0' );
     35define( 'W3S_CF7_ZOHO_VERSION', '3.0.1' );
    3636
    3737/**
Note: See TracChangeset for help on using the changeset viewer.