Plugin Directory

Changeset 3258884


Ignore:
Timestamp:
03/20/2025 06:06:01 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

    r3213200 r3258884  
    33Donate link: https://www.zoho.com/crm/
    44Tags: Lead Capture, Lead Magnet, Webforms, Zoho CRM Wordpress, Lead Builder, Contact Form 7, Web To Lead, Lead Generation
    5 Requires at least: 3.8
     5Requires at least: 6.0
    66Author URI: https://www.zoho.com/crm/
    77Author: Zoho CRM
    8 Tested up to: 6.7
    9 Stable tag: 1.8.1.0
     8Tested up to: 6.7.2
     9Stable tag: 1.8.1.1
    1010License: GPLv2 or later
    11 Version: 1.8.1.0
     11Version: 1.8.1.1
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313
     
    2972971.8.1.0
    298298Wordpress latest version compatibility checking
     2991.8.1.1
     300Security review changes has been updated
    299301
    300302
  • zoho-crm-forms/trunk/includes/crmcontactformfields.php

    r3183996 r3258884  
    144144                                </tbody>
    145145                            </table>
    146                             <input type='hidden' value=<?php echo esc_html($j); ?> id='total_field_count'>
    147                             <input type='hidden' value=<?php echo esc_html($cform_module); ?> id='module'>
    148                             <input type='hidden' value=<?php echo esc_html($zohocrmformname); ?> id='active_crm'>
    149                             <input type='hidden' value=<?php echo esc_html($cform_form_name); ?> id='form_name'>
    150                             <input type='hidden' value=<?php echo esc_html($cform_pluginname); ?> id='thirdparty_plugin'>
     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'>
    151151                            <input type='hidden' value=<?php echo esc_html($js_mandatory_array); ?> id='crm_mandatory_fields'>
    152                             <input type="hidden" name="modulename" id="modulename"  value="<?php echo esc_html($_REQUEST['third_module']); ?>">
    153                             <input type="hidden" name="layoutname" id="layoutname"  value="<?php echo esc_html($_REQUEST['layoutname']); ?>">
     152                            <input type="hidden" name="modulename" id="modulename"  value="<?php echo esc_attr($_REQUEST['third_module']); ?>">
     153                            <input type="hidden" name="layoutname" id="layoutname"  value="<?php echo esc_attr($_REQUEST['layoutname']); ?>">
    154154                            <?php
    155155                                $cform_module_sanitized = sanitize_text_field($cform_module);
     
    160160                                $layoutIDarray = $get_layoutjson_array[0]->layoutID;
    161161                            ?>
    162                             <input type="hidden" name="layoutId" id="layoutId" value=<?php echo esc_html($layoutIDarray); ?>>
     162                            <input type="hidden" name="layoutId" id="layoutId" value=<?php echo esc_attr($layoutIDarray); ?>>
    163163
    164164                            </div>
  • zoho-crm-forms/trunk/index.php

    r3213200 r3258884  
    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.0
     6 * Version: 1.8.1.1
    77 * ***************************************************************************************** */
    88if (!defined('ABSPATH'))
    99    exit;
    1010
    11         define( 'ZCF_VERSION', '1.8.1.0' );
     11        define( 'ZCF_VERSION', '1.8.1.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.