Skip to content

Commit

Permalink
Updates changelog and version for v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmalrdesai committed Jun 20, 2024
1 parent 44a5206 commit 61fd1f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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: 5.1.0
* Version: 5.1.1
* Author URI: https://angelleye.com
* Text Domain: angelleye-gravity-forms-braintree
Expand Down Expand Up @@ -43,7 +43,7 @@ class AngelleyeGravityFormsBraintree{

protected static $instance = null;
public static $plugin_base_file;
public static $version = '5.1.0';
public static $version = '5.1.1';

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 = '5.1.0';
protected $_version = '5.1.1';
protected $_min_gravityforms_version = '1.8.7.16';
protected $_slug = 'gravity-forms-braintree';
protected $_path = 'gravity-forms-braintree/lib/class.plugify-gform-braintree.php';
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: gravity form, gravity forms, credit card, credit cards, payment, payments, braintree
Requires at least: 5.0
Tested up to: 6.5.4
Stable tag: 5.1.0
Stable tag: 5.1.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 5.1.1 - 06.20.2024 =
* Fix - Braintree drop-in load on input value change

= 5.1.0 - 06.19.2024 =
* Feature - Added global and form level settings for PayPal and venmo Extra fees.
* Feature - Added form level settings for Enable/Disable payment methods (PayPal and Venmo). Default is Credit Card.
Expand Down

0 comments on commit 61fd1f9

Please sign in to comment.