Skip to content

Commit

Permalink
Removed plugin-upgrade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Mar 21, 2014
1 parent 5f8ecab commit d37dd3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 115 deletions.
114 changes: 0 additions & 114 deletions trunk/plugin-upgrade.php

This file was deleted.

2 changes: 2 additions & 0 deletions trunk/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ This plugin is released under a GPL license.

= 2.6.4.1 (March 19, 2014) =
* Fixed (API Version): Entry update improvement when set to manually export to Salesforce
* Removed: Unused `plugin-upgrade.php` file

= 2.6.4 (February 20, 2014) =
* Fixed (API Version): Live Remote Field Mapping improvements
Expand Down Expand Up @@ -395,6 +396,7 @@ This plugin is released under a GPL license.

= 2.6.4.1 (March 19, 2014) =
* Fixed (API Version): Entry update improvement when set to manually export to Salesforce
* Removed: Unused `plugin-upgrade.php` file

= 2.6.4 (February 20, 2014) =
* Fixed (API Version): Live Remote Field Mapping improvements
Expand Down
2 changes: 1 addition & 1 deletion trunk/web-to-lead.addon.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
if (class_exists("GFForms")) {

class KWSGFWebToLeadAddon extends KWSGFAddOn2_1 {
protected $_version = "2.6.4";
protected $_version = "2.6.4.1";
protected $_min_gravityforms_version = "1.7";
protected $_slug = "sf-web-to-lead";
protected $_path = "gravity-forms-salesforce/web-to-lead.php";
Expand Down

0 comments on commit d37dd3c

Please sign in to comment.