Skip to content

Commit

Permalink
Updates changelog and version for v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Jan 10, 2022
1 parent 27016c7 commit ea7882e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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: 4.0.2
* Version: 4.0.3
* 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 = '4.0.2';
public static $version = '4.0.3';

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 = '4.0.2';
protected $_version = '4.0.3';

protected $_min_gravityforms_version = '1.8.7.16';
protected $_slug = 'gravity-forms-braintree';
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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: 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

Expand Down Expand Up @@ -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))

Expand Down

0 comments on commit ea7882e

Please sign in to comment.