Plugin Directory

Changeset 3445679


Ignore:
Timestamp:
01/23/2026 03:50:55 PM (2 months ago)
Author:
zohocrm
Message:

Wordpress latest version compatibility checking

Location:
zoho-crm-forms/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • zoho-crm-forms/trunk/Readme.txt

    r3374791 r3445679  
    66Author URI: https://www.zoho.com/crm/
    77Author: Zoho CRM
    8 Tested up to: 6.7.2
    9 Stable tag: 1.8.1.5
     8Tested up to: 6.9.0
     9Stable tag: 1.8.1.6
    1010License: GPLv2 or later
    11 Version: 1.8.1.5
     11Version: 1.8.1.6
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313
     
    3073071.8.1.5
    308308The PHP warning issue has been fixed and updated
     3091.8.1.6
     310Wordpress latest version compatibility checking
     311
     312
    309313== Upgrade notice ==
    310314
  • zoho-crm-forms/trunk/index.php

    r3374790 r3445679  
    44 * Plugin Name: Zoho CRM Lead Magnet
    55 * Description: Websites are one of the most important sources of leads for your business. That means your CRM system should be well integrated with your website to contextually capture each and every visitor to turn them into a lead.Introducing the Zoho CRM Lead Capture plugin for Wordpress. This lets you create webforms, embed them in your website, and automatically capture leads directly into your CRM with zero attenuation.Not only is the integration easy to set-up but it's also easy on your wallet.
    6  * Version: 1.8.1.5
     6 * Version: 1.8.1.6
    77 * ***************************************************************************************** */
    88if (!defined('ABSPATH'))
    99    exit;
    1010
    11         define( 'ZCF_VERSION', '1.8.1.5' );
     11        define( 'ZCF_VERSION', '1.8.1.6' );
    1212        define( 'ZCF_LBPLUGINFILE', __FILE__ );
    1313        define( 'ZCF_LBPLUGIN_URL', untrailingslashit( plugins_url( '', ZCF_LBPLUGINFILE ) ) );
Note: See TracChangeset for help on using the changeset viewer.