Plugin Directory

Changeset 2799840


Ignore:
Timestamp:
10/17/2022 07:43:30 AM (3 years ago)
Author:
w3scloud
Message:

Update

Location:
w3sc-elementor-to-zoho/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • w3sc-elementor-to-zoho/trunk/README.txt

    r2765894 r2799840  
    55Requires at least: 5.0
    66Tested up to: 6.0.1
    7 Stable tag: 1.2.0
     7Stable tag: 1.3.0
    88Requires PHP: 7.2
    99License: GPLv2 or later
  • w3sc-elementor-to-zoho/trunk/elementor-to-zoho.php

    r2765894 r2799840  
    44 * Description: Data Insert in Zoho CRM by Elementor.
    55 * Plugin URI:  https://wordpress.org/plugins/w3sc-elementor-to-zoho/
    6  * Version:     1.2.0
     6 * Version:     1.3.0
    77 * Author:      W3SCloud Technology
    88 * Author URI:  https://w3scloud.com/
  • w3sc-elementor-to-zoho/trunk/includes/widgets/W3sc-widget.php

    r2765894 r2799840  
    8888        $repeater = new \Elementor\Repeater();
    8989
    90     //Field Title
     90        //Field Title
    9191        $repeater->add_control(
    9292            'list_title', [
     
    141141                }
    142142            }
    143 
    144             $crmFields = (array_merge($contactFields,$leadFields));
    145 
    146 
    147 
    148       //Select CRM insert fields
     143            if(null !== $contactFields && $leadFields){
     144                $crmFields = (array_merge($contactFields,$leadFields));
     145            }else{
     146                $crmFields = "";   
     147            }
     148
     149
     150
     151        //Select CRM insert fields
    149152          $repeater->add_control(
    150153            'contact_field',
  • w3sc-elementor-to-zoho/trunk/js/w3sc-main-js.js

    r2709751 r2799840  
    2727
    2828});
     29
Note: See TracChangeset for help on using the changeset viewer.