Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes for the latest SDK release #258

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions select/sdks/android/releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Android SDK v2 Releases

## 2.1.2
- No relevant changes for this product

## 2.1.1
- Add a few more card verification metrics tracking features to help us improve our services.

Expand Down
3 changes: 3 additions & 0 deletions select/sdks/ios/releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# iOS SDK v2 Releases

## 2.1.2
- No relevant changes for this product

## 2.1.1
- Add a few more card verification metrics tracking features to help us improve our services.

Expand Down
5 changes: 4 additions & 1 deletion select/sdks/react-native/releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# React Native SDK v2 Releases

## 2.1.1
- No relevant changes for this product

## 2.1.0
- Add card enrollment & verification metrics tracking features to help us improve our services.

Expand Down Expand Up @@ -79,4 +82,4 @@ For the rest of the world:
*I authorise Visa to monitor my payment card to identify transactions that qualify for a reward and for Visa to share such information with Cashback Inc, to enable my card linked offers and target offers that may be of interest to me. For information about Cashback Inc privacy practices, please see the privacy policy. You may opt-out of transaction monitoring on the payment card you entered at any time by contacting support.*

- Added the `programName` and `termsConditionsUrl` options. They are used when building the new USA / Canada specific terms and conditions text that the user must agree with, before linking a card. If you set the `country` option to a USA or Canada, it's mandatory for you to provide your terms and conditions URL via `termsConditionsUrl`. If you do not provide it, you will receive an error when you try to open Fidel's linking screen.
- Fixed bug that returned an empty link result in Android, when linking is successful.
- Fixed bug that returned an empty link result in Android, when linking is successful.
2 changes: 1 addition & 1 deletion stream/sdks/android/guide-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If you didn't create a program for your application yet, please create a Transac

```groovy
fileName:app/build.gradle
implementation 'com.github.FidelLimited:android-sdk:2.1.1'
implementation 'com.github.FidelLimited:android-sdk:2.1.2'
```

- In the future, to update to the latest Android SDK version, please update the version in your `app/build.gradle` file and `Sync` your Android project again.
Expand Down
4 changes: 4 additions & 0 deletions stream/sdks/android/releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Android SDK v2 Releases

## 2.1.2

- Updated consent text for Mastercard cards.

## 2.1.1

- Add a few more card verification metrics tracking features to help us improve our services.
Expand Down
3 changes: 3 additions & 0 deletions stream/sdks/ios/releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# iOS SDK v2 Releases

## 2.1.2
- Updated consent text for Mastercard cards.

## 2.1.1
- Add a few more card verification metrics tracking features to help us improve our services.

Expand Down
5 changes: 4 additions & 1 deletion stream/sdks/react-native/releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# React Native SDK v2 Releases

## 2.1.1
- Updated consent text for Mastercard cards.

## 2.1.0
- Add card enrollment & verification metrics tracking features to help us improve our services.

Expand Down Expand Up @@ -72,4 +75,4 @@ The library now includes all the changes in the Android 2.0.0-beta4 and all the

- Renamed the `apiKey` property to `sdkKey`.
- Added the `programType` property to specify the program type that you'll use in your app.
- If the `programType` property is set to `.transactionStream`, users will be able to start the card verification flow.
- If the `programType` property is set to `.transactionStream`, users will be able to start the card verification flow.