Changeset 3258894
- Timestamp:
- 03/20/2025 06:23:31 AM (13 months ago)
- Location:
- zoho-crm-forms/trunk
- Files:
-
- 3 edited
-
Readme.txt (modified) (2 diffs)
-
includes/crmshortcodefunctions.php (modified) (1 diff)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zoho-crm-forms/trunk/Readme.txt
r3258884 r3258894 7 7 Author: Zoho CRM 8 8 Tested up to: 6.7.2 9 Stable tag: 1.8.1. 19 Stable tag: 1.8.1.2 10 10 License: GPLv2 or later 11 Version: 1.8.1. 111 Version: 1.8.1.2 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 13 … … 299 299 1.8.1.1 300 300 Security review changes has been updated 301 301 1.8.1.2 302 Security review changes has been updated 302 303 303 304 == Upgrade notice == -
zoho-crm-forms/trunk/includes/crmshortcodefunctions.php
r3213200 r3258894 862 862 $mandatory = $value->zcf_field_mandatory; 863 863 $cont_array = array(); 864 $cont_array = unserialize($value->custom_field_values );864 $cont_array = unserialize($value->custom_field_values, ['allowed_classes' => false]); 865 865 $classhidden = 'class:tt'; 866 866 $classtrHidden = 'dB'; -
zoho-crm-forms/trunk/index.php
r3258884 r3258894 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. 16 * Version: 1.8.1.2 7 7 * ***************************************************************************************** */ 8 8 if (!defined('ABSPATH')) 9 9 exit; 10 10 11 define( 'ZCF_VERSION', '1.8.1. 1' );11 define( 'ZCF_VERSION', '1.8.1.2' ); 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.