Plugin Directory

Changeset 3194141


Ignore:
Timestamp:
11/21/2024 12:47:00 PM (17 months ago)
Author:
zohocrm
Message:

Php latest version compatibility checking

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

Legend:

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

    r3193765 r3194141  
    77Author: Zoho CRM
    88Tested up to: 6.7
    9 Stable tag: 1.8.0.0
     9Stable tag: 1.8.0.1
    1010License: GPLv2 or later
    11 Version: 1.8.0.0
     11Version: 1.8.0.1
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313
     
    3073071.8.0.0
    308308Php latest version compatibility checking
     3091.8.0.1
     310Php latest version compatibility checking
    309311
    310312== Upgrade notice ==
  • zoho-crm-forms/trunk/includes/crmconfigdefault.php

    r3185097 r3194141  
    150150        $admin_url = 'admin.php';
    151151        $modulearrayquery = "SELECT modifydate FROM zcf_zohocrm_list_module WHERE modifydate != %s";
    152         $modulearray = $wpdb->get_results($wpdb->prepare($modulearrayquery, ''));
     152        $modulearray = $wpdb->get_results($wpdb->prepare($modulearrayquery, '0000-00-00'));
    153153        if (sanitize_text_field($_REQUEST['page']) == 'crmforms-builder' || sanitize_text_field($_REQUEST['page']) == 'formsettings-builder') {
    154154            echo '<div class="zoho-crm-form-builder">
  • zoho-crm-forms/trunk/index.php

    r3193765 r3194141  
    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.8.0
     6 * Version: 1.8.0.1
    77 * ***************************************************************************************** */
    88if (!defined('ABSPATH'))
    99    exit;
    1010
    11         define( 'ZCF_VERSION', '1.8.0.0' );
     11        define( 'ZCF_VERSION', '1.8.0.1' );
    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.