You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: trunk/readme.txt
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -239,8 +239,15 @@ This plugin is released under a GPL license.
239
239
240
240
== Changelog ==
241
241
242
+
= 2.6.4 (February 20, 2014) =
243
+
* Fixed (API Version): Live Remote Field Mapping improvements
244
+
- Fixed endless spinning
245
+
- Empty options are better managed; shows "No Picklist Fields" message
246
+
- Now shows an error message if the field cannot be used for Remote Field Mapping
247
+
- Static PHP warning fixed when `WP_DEBUG` enabled
248
+
242
249
= 2.6.3.4 (February 20, 2014) =
243
-
* Added: new hook "gf_salesforce_show_manual_export_button" to disable "send to salesforce" button/checkbox
250
+
* Added (API Version): new hook "gf_salesforce_show_manual_export_button" to disable "send to salesforce" button/checkbox
244
251
245
252
= 2.6.3 to 2.6.3.3 (February 14, 2014) =
246
253
* Web-to-Lead: Re-added the functionality to show the "Salesforce enabled" icon in the forms list that indicate active feeds are enabled for that form.
@@ -383,8 +390,15 @@ This plugin is released under a GPL license.
383
390
384
391
== Upgrade Notice ==
385
392
393
+
= 2.6.4 (February 20, 2014) =
394
+
* Fixed (API Version): Live Remote Field Mapping improvements
395
+
- Fixed endless spinning
396
+
- Empty options are better managed; shows "No Picklist Fields" message
397
+
- Now shows an error message if the field cannot be used for Remote Field Mapping
398
+
- Static PHP warning fixed when `WP_DEBUG` enabled
399
+
386
400
= 2.6.3.4 (February 20, 2014) =
387
-
* Added: new hook "gf_salesforce_show_manual_export_button" to disable "send to salesforce" button/checkbox
401
+
* Added (API Version): new hook "gf_salesforce_show_manual_export_button" to disable "send to salesforce" button/checkbox
388
402
389
403
= 2.6.3 to 2.6.3.3 (February 14, 2014) =
390
404
* Web-to-Lead: Re-added the functionality to show the "Salesforce enabled" icon in the forms list that indicate active feeds are enabled for that form.
Description: Integrates <a href="http://formplugin.com?r=salesforce">Gravity Forms</a> with Salesforce allowing form submissions to be automatically sent to your Salesforce account. Requires Salesforce API access. <strong>If you don't have API access</strong>, use the "Gravity Forms Salesforce - Web-to-Lead Add-On" plugin instead.
printf('<input type="checkbox" name="update_to_salesforce" id="update_to_salesforce" value="1" /><label for="update_to_salesforce" title="%s">%s</label><br /><br />', esc_html__('Create or update this entry in Salesforce. The fields will be mapped according to the form feed settings.', 'gravity-forms-salesforce'), esc_html__('Send to Salesforce', 'gravity-forms-salesforce'));
Copy file name to clipboardExpand all lines: trunk/salesforce.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
/*
3
3
Plugin Name: Gravity Forms Salesforce - Web to Lead (**OLD VERSION**)
4
4
Description: This version is provided for backward compatibility only. Please use the new plugin, named "Gravity Forms Salesforce - Web-to-Lead Add-On". This version will be removed in the future.
Description: Integrate <a href="http://formplugin.com?r=salesforce">Gravity Forms</a> with Salesforce - form submissions are automatically sent to your Salesforce account! <strong>Requires Gravity Forms 1.7+</strong>.
0 commit comments