Changeset 3258884
- Timestamp:
- 03/20/2025 06:06:01 AM (13 months ago)
- Location:
- zoho-crm-forms/trunk
- Files:
-
- 3 edited
-
Readme.txt (modified) (2 diffs)
-
includes/crmcontactformfields.php (modified) (2 diffs)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zoho-crm-forms/trunk/Readme.txt
r3213200 r3258884 3 3 Donate link: https://www.zoho.com/crm/ 4 4 Tags: Lead Capture, Lead Magnet, Webforms, Zoho CRM Wordpress, Lead Builder, Contact Form 7, Web To Lead, Lead Generation 5 Requires at least: 3.85 Requires at least: 6.0 6 6 Author URI: https://www.zoho.com/crm/ 7 7 Author: Zoho CRM 8 Tested up to: 6.7 9 Stable tag: 1.8.1. 08 Tested up to: 6.7.2 9 Stable tag: 1.8.1.1 10 10 License: GPLv2 or later 11 Version: 1.8.1. 011 Version: 1.8.1.1 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 13 … … 297 297 1.8.1.0 298 298 Wordpress latest version compatibility checking 299 1.8.1.1 300 Security review changes has been updated 299 301 300 302 -
zoho-crm-forms/trunk/includes/crmcontactformfields.php
r3183996 r3258884 144 144 </tbody> 145 145 </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'> 151 151 <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']); ?>"> 154 154 <?php 155 155 $cform_module_sanitized = sanitize_text_field($cform_module); … … 160 160 $layoutIDarray = $get_layoutjson_array[0]->layoutID; 161 161 ?> 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); ?>> 163 163 164 164 </div> -
zoho-crm-forms/trunk/index.php
r3213200 r3258884 4 4 * Plugin Name: Zoho CRM Lead Magnet 5 5 * 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. 06 * Version: 1.8.1.1 7 7 * ***************************************************************************************** */ 8 8 if (!defined('ABSPATH')) 9 9 exit; 10 10 11 define( 'ZCF_VERSION', '1.8.1. 0' );11 define( 'ZCF_VERSION', '1.8.1.1' ); 12 12 define( 'ZCF_LBPLUGINFILE', __FILE__ ); 13 13 define( 'ZCF_LBPLUGIN_URL', untrailingslashit( plugins_url( '', ZCF_LBPLUGINFILE ) ) );
Note: See TracChangeset
for help on using the changeset viewer.