From ea7882eb584bf666b02c9c049440409e9e29a4dd Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Mon, 10 Jan 2022 12:51:30 +0530 Subject: [PATCH] Updates changelog and version for v4.0.3 --- angelleye-gravity-forms-braintree.php | 4 ++-- lib/class.plugify-gform-braintree.php | 2 +- readme.txt | 7 +++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/angelleye-gravity-forms-braintree.php b/angelleye-gravity-forms-braintree.php index 008c9fc..39c10d3 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: 4.0.2 + * Version: 4.0.3 * Author URI: https://angelleye.com * Text Domain: angelleye-gravity-forms-braintree @@ -39,7 +39,7 @@ class AngelleyeGravityFormsBraintree{ protected static $instance = null; public static $plugin_base_file; - public static $version = '4.0.2'; + public static $version = '4.0.3'; public static function getInstance() { diff --git a/lib/class.plugify-gform-braintree.php b/lib/class.plugify-gform-braintree.php index 64c5395..dbf295b 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 = '4.0.2'; + protected $_version = '4.0.3'; protected $_min_gravityforms_version = '1.8.7.16'; protected $_slug = 'gravity-forms-braintree'; diff --git a/readme.txt b/readme.txt index 6cbc186..e293b8c 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: angelleye, Plugify, hello@lukerollans.me, 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: 5.0 -Tested up to: 5.7.2 -Stable tag: 4.0.2 +Tested up to: 5.8.3 +Stable tag: 4.0.3 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 == += 4.0.3 - 01.10.2022 = +* Fix - Resolved PHP Fatal error. ([GFB-37](https://github.com/angelleye/gravity-forms-braintree/pull/37)) + = 4.0.2 - 07.12.2021 = * Tweak - Updates Update Braintree SDK. ([GFB-37](https://github.com/angelleye/gravity-forms-braintree/pull/33))