Plugin Directory

Changeset 3259588


Ignore:
Timestamp:
03/21/2025 09:15:20 AM (13 months ago)
Author:
zohocrm
Message:

Security review changes has been updated

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

Legend:

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

    r3259045 r3259588  
    77Author: Zoho CRM
    88Tested up to: 6.7.2
    9 Stable tag: 1.8.1.3
     9Stable tag: 1.8.1.4
    1010License: GPLv2 or later
    11 Version: 1.8.1.3
     11Version: 1.8.1.4
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313
     
    3033031.8.1.3
    304304Security review changes has been updated
    305 
     3051.8.1.4
     306Security review changes has been updated
    306307== Upgrade notice ==
    307308
  • zoho-crm-forms/trunk/includes/crmcontactformfields.php

    r3258888 r3259588  
    8181                <div class="form-group row mb20">
    8282                    <div class="col-md-12 ml20">
    83                         <input type="text" disabled data-value="Unititled" id="form-name" name="form-name" class="textField" value=<?php echo esc_attr($_REQUEST['third_module_pluginname']); ?>>
     83                        <?php  $third_module_pluginname = esc_attr($_REQUEST['third_module_pluginname']);?>
     84                        <input type="text" disabled data-value="Unititled" id="form-name" name="form-name" class="textField" value="<?php echo $third_module_pluginname; ?>">
    8485                        <input type="hidden" id="lead_crmtype" name="lead_crmtype" value="crmformswpbuilder">
    8586                        <input type="hidden" id="savefields" name="savefields" value="Apply">
     
    144145                                </tbody>
    145146                            </table>
    146                             <input type='hidden' value=<?php echo esc_attr($j); ?> id='total_field_count'>
    147                             <input type='hidden' value=<?php echo esc_attr($cform_module); ?> id='module'>
    148                             <input type='hidden' value=<?php echo esc_attr($zohocrmformname); ?> id='active_crm'>
    149                             <input type='hidden' value=<?php echo esc_attr($cform_form_name); ?> id='form_name'>
    150                             <input type='hidden' value=<?php echo esc_attr($cform_pluginname); ?> id='thirdparty_plugin'>
    151                             <input type='hidden' value=<?php echo esc_html($js_mandatory_array); ?> id='crm_mandatory_fields'>
     147                            <input type='hidden' value="<?php echo esc_attr($j); ?>" id='total_field_count'>
     148                            <input type='hidden' value="<?php echo esc_attr($cform_module); ?>" id='module'>
     149                            <input type='hidden' value="<?php echo esc_attr($zohocrmformname); ?>" id='active_crm'>
     150                            <input type='hidden' value="<?php echo esc_attr($cform_form_name); ?>" id='form_name'>
     151                    <input type='hidden' value="<?php echo esc_attr($cform_pluginname); ?>" id='thirdparty_plugin'>
     152                            <input type='hidden' value="<?php echo esc_html($js_mandatory_array); ?>" id='crm_mandatory_fields'>
    152153                            <input type="hidden" name="modulename" id="modulename"  value="<?php echo esc_attr($_REQUEST['third_module']); ?>">
    153154                            <input type="hidden" name="layoutname" id="layoutname"  value="<?php echo esc_attr($_REQUEST['layoutname']); ?>">
     
    160161                                $layoutIDarray = $get_layoutjson_array[0]->layoutID;
    161162                            ?>
    162                             <input type="hidden" name="layoutId" id="layoutId" value=<?php echo esc_attr($layoutIDarray); ?>>
     163                            <input type="hidden" name="layoutId" id="layoutId" value="<?php echo esc_attr($layoutIDarray); ?>" >
    163164
    164165                            </div>
  • zoho-crm-forms/trunk/index.php

    r3259045 r3259588  
    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.3
     6 * Version: 1.8.1.4
    77 * ***************************************************************************************** */
    88if (!defined('ABSPATH'))
    99    exit;
    1010
    11         define( 'ZCF_VERSION', '1.8.1.3' );
     11        define( 'ZCF_VERSION', '1.8.1.4' );
    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.