Skip to content

Commit

Permalink
Update changelogs and version for v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmaurya committed May 13, 2020
1 parent 79f8601 commit b9177d3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions angelleye-gravity-forms-braintree.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://angelleye.com/products/gravity-forms-braintree-payments
* Description: Allow your customers to purchase goods and services through Gravity Forms via Braintree Payments.
* Author: Angell EYE
* Version: 3.0.2
* Version: 3.1.0
* Author URI: https://angelleye.com
* Text Domain: angelleye-gravity-forms-braintree
Expand Down Expand Up @@ -39,7 +39,7 @@ class AngelleyeGravityFormsBraintree{

protected static $instance = null;
public static $plugin_base_file;
public static $version = '3.0.2';
public static $version = '3.1.0';

public static function getInstance()
{
Expand Down
2 changes: 1 addition & 1 deletion lib/class.plugify-gform-braintree.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

final class Plugify_GForm_Braintree extends GFPaymentAddOn {

protected $_version = '3.0.2';
protected $_version = '3.1.0';

protected $_min_gravityforms_version = '1.8.7.16';
protected $_slug = 'gravity-forms-braintree';
Expand Down
14 changes: 9 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Contributors: angelleye, Plugify, [email protected], gravityplus
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9CQZZGGMF78VY&source=url
Tags: gravity form, gravity forms, credit card, credit cards, payment, payments, braintree
Requires at least: 3.8
Tested up to: 5.3.2
Stable tag: 3.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 5.0
Tested up to: 5.4
Stable tag: 3.1.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Allow your customers to purchase goods and services through Gravity Forms via Braintree Payments

Expand Down Expand Up @@ -64,6 +64,10 @@ In the search field type Gravity Forms Braintree Payments and click Search Plugi

== Changelog ==

= 3.1.0 - 05.13.2020 =
* Feature - Added Braintree ACH Direct Debit Payment Gateway ([GFB-17](https://github.com/angelleye/gravity-forms-braintree/pull/25))
* Feature - Added custom plugin requirement checker to validate server configuration ([GFB-22](https://github.com/angelleye/gravity-forms-braintree/pull/24))

= 3.0.2 - 05.04.2020 =
* Fix - Resolved the issue with PHP Version comparison ([GFB-21](https://github.com/angelleye/gravity-forms-braintree/pull/23))

Expand Down

0 comments on commit b9177d3

Please sign in to comment.