Changeset 3142240
- Timestamp:
- 08/27/2024 11:51:10 AM (19 months ago)
- Location:
- zoho-crm-forms/trunk
- Files:
-
- 4 edited
-
Readme.txt (modified) (2 diffs)
-
assets/css/custom.css (modified) (1 diff)
-
includes/crmwebformfieldsfuntions.php (modified) (1 diff)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zoho-crm-forms/trunk/Readme.txt
r3115294 r3142240 7 7 Author: Zoho CRM 8 8 Tested up to: 6.5 9 Stable tag:1.7. 8.99 Stable tag:1.7.9.0 10 10 License: GPLv2 or later 11 Version: 1.7. 8.911 Version: 1.7.9.0 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 13 … … 285 285 1.7.8.9 286 286 Security review issue has been fixed 287 1.7.9.0 288 Auto increment field issue fixed 287 289 288 290 == Upgrade notice == -
zoho-crm-forms/trunk/assets/css/custom.css
r3035503 r3142240 2825 2825 background: url('../images/ajax-loaders.gif')no-repeat center; 2826 2826 } 2827 2828 .delete_link .delete-icon{ 2829 display: none; 2830 } -
zoho-crm-forms/trunk/includes/crmwebformfieldsfuntions.php
r2735360 r3142240 330 330 } 331 331 $postFieldsArray['data'][] = $post_fields; 332 $postFieldsArray['data'][]['lar_id'] = $module_fields['larId']; 332 if($module_fields['larId'] !='' && $module_fields['larId'] !=null){ 333 $postFieldsArray['lar_id'] = $module_fields['larId']; 334 } 333 335 $response = wp_json_encode($postFieldsArray); 334 336 -
zoho-crm-forms/trunk/index.php
r3115294 r3142240 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.7. 8.96 * Version: 1.7.9.0 7 7 * ***************************************************************************************** */ 8 8 if (!defined('ABSPATH')) 9 9 exit; 10 10 11 define( 'ZCF_VERSION', '1.7. 8.9' );11 define( 'ZCF_VERSION', '1.7.9.0' ); 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.