Skip to content

Commit 6e17e5c

Browse files
committed
version 4.2.1
1 parent ac980e2 commit 6e17e5c

36 files changed

Lines changed: 1931 additions & 277 deletions

change_log.txt

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
### 4.1.1
2-
- Updated the stripe API SDK methods.
1+
### 4.2.1
2+
- Fixed a fatal error which can occur with the Stripe API Client if the add-on isn't connected to a Stripe account.
3+
4+
5+
### 4.2 | 2022-02-03
6+
- Added security enhancements.
7+
- Added the ability to refund payments from the entry detail page.
8+
- Added the ability to capture authorized payments from the entry detail page.
9+
- Added the stripe_customer_portal_link shortcode action to support [self-serve billing portal](https://docs.gravityforms.com/stripe-customer-portal-shortcode-action/).
10+
- Updated the Stripe API SDK methods.
311
- Updated the styling for the disconnect alert messaging.
4-
- 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.
12+
- Fixed a javascript error when de-authorizing Stripe account.
13+
- Fixed an issue with unsaved warning being displayed on settings pages even when there are no changes made.
14+
- Fixed an issue with the Webhooks Add-On where the payment details in the entry are empty.
15+
- 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.
16+
517

618
### 4.1 | 2021-06-30
719
- Updated error messages when API isn't connected to be more informative.
@@ -11,6 +23,7 @@
1123
- Fixed an issue where the credit card icon overlaps with the placeholder text in the credit card field.
1224
- 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.
1325

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

3245

33-
3446
### 3.8 | 2020-09-28
3547
- Added support for Gravity Forms 2.5.
3648
- Updated to support 50 metadata mappings.

class-gf-stripe.php

Lines changed: 506 additions & 74 deletions
Large diffs are not rendered by default.

css/plugin_settings.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
#trialPeriod {
4444
width: 4rem;
4545
text-align: center;
46-
}
46+
}

0 commit comments

Comments
 (0)