diff --git a/angelleye-gravity-forms-braintree.php b/angelleye-gravity-forms-braintree.php index e575b89..95d17de 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.0.0 + * Version: 5.0.1 * 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.0.0'; + public static $version = '5.0.1'; public static function getInstance() { diff --git a/lib/class.plugify-gform-braintree.php b/lib/class.plugify-gform-braintree.php index b7d33c7..04861c7 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.0.0'; + protected $_version = '5.0.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'; diff --git a/readme.txt b/readme.txt index 22f241f..f2ad44b 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.4.2 -Stable tag: 5.0.0 +Stable tag: 5.0.1 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.0.1 - 01.24.2024 = +* Fix - Minor bug fixes + = 5.0.0 - 01.22.2024 = * Feature - Braintree Merchant Account ID Compatibility for each Braintree payment forms. ([GFB-54](https://github.com/angelleye/gravity-forms-braintree/pull/46)) * Feature - Add global and form level settings for Extra fees. ([GFB-50](https://github.com/angelleye/gravity-forms-braintree/pull/47))