Skip to content

Commit

Permalink
version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndPicc committed Jun 15, 2022
1 parent ac980e2 commit 6e17e5c
Show file tree
Hide file tree
Showing 36 changed files with 1,931 additions and 277 deletions.
20 changes: 16 additions & 4 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
### 4.1.1
- Updated the stripe API SDK methods.
### 4.2.1
- Fixed a fatal error which can occur with the Stripe API Client if the add-on isn't connected to a Stripe account.


### 4.2 | 2022-02-03
- Added security enhancements.
- Added the ability to refund payments from the entry detail page.
- Added the ability to capture authorized payments from the entry detail page.
- Added the stripe_customer_portal_link shortcode action to support [self-serve billing portal](https://docs.gravityforms.com/stripe-customer-portal-shortcode-action/).
- Updated the Stripe API SDK methods.
- Updated the styling for the disconnect alert messaging.
- Fixed an issue where if future usage is set to 'on_session' and a user enters a 3DS card, they get an infinite loop and can't submit the form.
- Fixed a javascript error when de-authorizing Stripe account.
- Fixed an issue with unsaved warning being displayed on settings pages even when there are no changes made.
- Fixed an issue with the Webhooks Add-On where the payment details in the entry are empty.
- Fixed an issue where if future usage is set to 'on_session' and a user enters a 3DS card. This addresses an issue that results in an infinite loop on form submission.


### 4.1 | 2021-06-30
- Updated error messages when API isn't connected to be more informative.
Expand All @@ -11,6 +23,7 @@
- Fixed an issue where the credit card icon overlaps with the placeholder text in the credit card field.
- Fixed an issue where the form fails validation if the plan (price) or product, created by the add-on, is archived in the Stripe account.


### 4.0 | 2021-04-21
- Added a warning notice when deprecated credit card field is still being used.
- Added right-to-left language support to the Credit Card field in the form editor in Gravity Forms 2.5.
Expand All @@ -30,7 +43,6 @@
- Fixed an issue with the Stripe card field preview in the form editor.



### 3.8 | 2020-09-28
- Added support for Gravity Forms 2.5.
- Updated to support 50 metadata mappings.
Expand Down
580 changes: 506 additions & 74 deletions class-gf-stripe.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/plugin_settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
#trialPeriod {
width: 4rem;
text-align: center;
}
}
Loading

0 comments on commit 6e17e5c

Please sign in to comment.