Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Godinho committed Mar 31, 2014
1 parent c0e0c35 commit 1476573
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infusionsoft.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Gravity Forms Infusionsoft Add-On
Plugin URI: http://katz.co
Description: Integrates Gravity Forms with Infusionsoft allowing form submissions to be automatically sent to your Infusionsoft account
Version: 1.5.7.1
Version: 1.5.7.2
Author: Katz Web Services, Inc.
Author URI: http://www.katzwebservices.com
Expand Down Expand Up @@ -34,7 +34,7 @@ class GFInfusionsoft {
private static $path = "gravity-forms-infusionsoft/infusionsoft.php";
private static $url = "http://www.gravityforms.com";
private static $slug = "gravity-forms-infusionsoft";
private static $version = "1.5.7.1";
private static $version = "1.5.7.2";
private static $min_gravityforms_version = "1.3.9";
private static $is_debug = NULL;
private static $debug_js = false;
Expand Down
7 changes: 6 additions & 1 deletion 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, infusionsoft, Infusion Soft, small business, business, marketing, e-commerce
Requires at least: 3.3
Tested up to: 3.8
Stable tag: 1.5.7.1
Stable tag: 1.5.7.2
Contributors: katzwebdesign, katzwebservices
Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=zackkatz%40gmail%2ecom&item_name=Gravity%20Forms%20Infusionsoft&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8

Expand Down Expand Up @@ -60,6 +60,9 @@ This plugin is released under a GPL license.

== Changelog ==

= 1.5.7.2 =
* Added: Enable debug logging using Gravity Forms Logging Add-on

= 1.5.7.1 =
* Fixes PHP warning related with unkonw form_id index on line 772
* Fixes "Refresh Fields & Tags" link after saving feed - avoid feed duplication
Expand Down Expand Up @@ -153,6 +156,8 @@ This plugin is released under a GPL license.
* Liftoff!

== Upgrade Notice ==
= 1.5.7.2 =
* Added: Enable debug logging using Gravity Forms Logging Add-on

= 1.5.7.1 =
* Fixes PHP warning related with unkonw form_id index on line 772
Expand Down

0 comments on commit 1476573

Please sign in to comment.