Skip to content

Commit

Permalink
Update README and CHANGELOG (#1176)
Browse files Browse the repository at this point in the history
* update versions section of README
* add CHANGELOG links to betas
  • Loading branch information
jaxdesmarais authored Oct 1, 2024
1 parent 40fffa0 commit aadfe8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Braintree Android SDK Release Notes

## 5.0.0 (2024-09-30)

* PayPal
* Add PayPal App Switch vault flow (BETA)
* Add `enablePayPalAppSwitch` property to `PayPalVaultRequest` for App Switch support
* Require `PayPalVaultRequest.userAuthenticationEmail` for App Switch support
* Require `PayPalClient.appLinkReturnUrl` for App Switch support
* Send `link_type` and `paypal_installed` in `event_params` when available to PayPal's analytics service (FPTI)
* **Note:** This feature is currently in beta and may change or be removed in future releases.

* GooglePay
* Upgrade `play-services-wallet` to `19.4.0`
* Breaking Changes
Expand Down Expand Up @@ -43,6 +43,8 @@
* Remove `LocalPaymentAuthResultInfo`
* Make `LocalPaymentAuthRequestParams` internal
* Rename `LocalPaymentLauncher.handleReturnToAppFromBrowser()` to `LocalPaymentLauncher.handleReturnToApp()`

**Note:** Includes all changes in [5.0.0-beta2](#500-beta2-2024-08-28) and [5.0.0-beta1](#500-beta1-2024-07-23)

## 5.0.0-beta2 (2024-08-28)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ This SDK abides by our Client SDK Deprecation Policy. For more information on th

| Major version number | Status | Released | Deprecated | Unsupported |
|----------------------| -- | -------- | ---------- | ----------- |
| 5.x.x | Beta | TBA | TBA | TBA |
| 4.x.x | Active | June 2021 | TBA | TBA |
| 5.x.x | Active | October 2024 | TBA | TBA |
| 4.x.x | Inactive | June 2021 | October 2025 | October 2026 |
| 3.x.x | Unsupported | February 2019 | June 2022 | June 2023 |
| 2.x.x | Unsupported | November 2015 | March 2020 | March 2021 |

Expand Down

0 comments on commit aadfe8e

Please sign in to comment.