From d362272c5c22cd42528b082a6eabe6c044d82731 Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Fri, 6 Sep 2024 14:42:01 +0530 Subject: [PATCH] Updates changelog and version for v5.1.2 --- angelleye-gravity-forms-braintree.php | 4 ++-- lib/class.plugify-gform-braintree.php | 2 +- readme.txt | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/angelleye-gravity-forms-braintree.php b/angelleye-gravity-forms-braintree.php index 18e1b33..e80446b 100644 --- a/angelleye-gravity-forms-braintree.php +++ b/angelleye-gravity-forms-braintree.php @@ -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.1 + * Version: 5.1.2 * Author URI: https://angelleye.com * Text Domain: angelleye-gravity-forms-braintree @@ -43,7 +43,7 @@ class AngelleyeGravityFormsBraintree{ protected static $instance = null; public static $plugin_base_file; - public static $version = '5.1.1'; + public static $version = '5.1.2'; public static function getInstance() { diff --git a/lib/class.plugify-gform-braintree.php b/lib/class.plugify-gform-braintree.php index 24a3a15..5c22fa8 100644 --- a/lib/class.plugify-gform-braintree.php +++ b/lib/class.plugify-gform-braintree.php @@ -4,7 +4,7 @@ final class Plugify_GForm_Braintree extends GFPaymentAddOn { - protected $_version = '5.1.1'; + protected $_version = '5.1.2'; protected $_min_gravityforms_version = '1.8.7.16'; protected $_slug = 'gravity-forms-braintree'; protected $_path = 'gravity-forms-braintree/lib/class.plugify-gform-braintree.php'; diff --git a/readme.txt b/readme.txt index 0cf3a6a..c7764dd 100644 --- a/readme.txt +++ b/readme.txt @@ -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.1 +Stable tag: 5.1.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -64,6 +64,9 @@ In the search field type Gravity Forms Braintree Payments and click Search Plugi == Changelog == += 5.1.2 - 09.06.2024 = +* Fix - Braintree form validation triggering even when GF field is hidden. ([GFB-49](https://github.com/angelleye/gravity-forms-braintree/pull/53)) + = 5.1.1 - 06.20.2024 = * Fix - Braintree drop-in load on input value change