Skip to content

Commit

Permalink
Remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Sep 12, 2014
1 parent aeedf82 commit eb7d679
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion trunk/inc/salesforce-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,6 @@ private static function process_merge_vars($entry, $form, $feed) {

$field = RGFormsModel::get_field($form, $field_id);
$input_type = RGFormsModel::get_input_type($field);
var_dump($var_tag);

if($var_tag == 'address_full') {
$merge_vars[$var_tag] = self::get_address($entry, $field_id);
Expand Down
8 changes: 7 additions & 1 deletion trunk/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Tags: gravity forms, forms, gravity, form, crm, gravity form, salesforce, salesforce plugin, form, forms, gravity, gravity form, gravity forms, secure form, simplemodal contact form, wp contact form, widget, sales force, customer, contact, contacts, address, addresses, address book, web to lead, web to case, web-to-lead, web-to-case, cases, leads, lead
Requires at least: 3.3
Tested up to: 4.0
Stable tag: 3.0.6.2
Stable tag: 3.0.6.3
Contributors: katzwebdesign,katzwebservices
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=zackkatz%40gmail%2ecom&item_name=Gravity%20Forms%20Salesforce%20Addon&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8
License: GPLv2 or later
Expand Down Expand Up @@ -288,6 +288,9 @@ This plugin is released under a GPL license.

== Changelog ==

= 3.0.6.3 (September 12, 2014) =
* Fixed: Removed field var_dump

= 3.0.6.2 (September 5, 2014) =
* Fixed: Issue saving Web-to-Lead settings for Gravity Forms 1.8.10 or higher. Thanks, [@twiginteractive](https://github.com/twiginteractive)
* Fixed: An issue with the OAuth library clashing if the same library is used elsewhere. Thanks, [@JasonTheAdams](https://github.com/JasonTheAdams)
Expand Down Expand Up @@ -490,6 +493,9 @@ This plugin is released under a GPL license.

== Upgrade Notice ==

= 3.0.6.3 (September 12, 2014) =
* Fixed: Removed field var_dump

= 3.0.6.2 (September 5, 2014) =
* Fixed: Issue saving Web-to-Lead settings for Gravity Forms 1.8.10 or higher. Thanks, [@twiginteractive](https://github.com/twiginteractive)
* Fixed: An issue with the OAuth library clashing if the same library is used elsewhere. Thanks, [@JasonTheAdams](https://github.com/JasonTheAdams)
Expand Down
4 changes: 2 additions & 2 deletions trunk/salesforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Gravity Forms Salesforce Add-On
Description: Integrates <a href="http://katz.si/gf">Gravity Forms</a> with Salesforce, allowing form submissions to be automatically sent to your Salesforce account.
Version: 3.0.6.1
Version: 3.0.6.3
Requires at least: 3.3
Author: Katz Web Services, Inc.
Author URI: https://katz.co
Expand Down Expand Up @@ -33,7 +33,7 @@
*/
class KWS_GF_Salesforce {

const version = '3.0.6.1';
const version = '3.0.6.3';
static $file;
static $plugin_dir_path;

Expand Down

0 comments on commit eb7d679

Please sign in to comment.