Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
ios: Update LinkKit to 1.1.11 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravron authored and GitHub Enterprise committed Aug 15, 2018
1 parent 33995f5 commit f0880d6
Show file tree
Hide file tree
Showing 59 changed files with 32 additions and 2 deletions.
3 changes: 2 additions & 1 deletion LinkKit.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"1.1.7": "https://github.com/plaid/link/releases/download/ios/1.1.7/LinkKit.framework.zip",
"1.1.8": "https://github.com/plaid/link/releases/download/ios/1.1.8/LinkKit.framework.zip",
"1.1.9": "https://github.com/plaid/link/releases/download/ios/1.1.9/LinkKit.framework.zip",
"1.1.10": "https://github.com/plaid/link/releases/download/ios/1.1.10/LinkKit.framework.zip"
"1.1.10": "https://github.com/plaid/link/releases/download/ios/1.1.10/LinkKit.framework.zip",
"1.1.11": "https://github.com/plaid/link/releases/download/ios/1.1.11/LinkKit.framework.zip"
}
2 changes: 1 addition & 1 deletion Plaid.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'Plaid'
s.module_name = 'LinkKit'
s.version = '1.1.10'
s.version = '1.1.11'

s.summary = 'The official Plaid Link SDK for iOS.'

Expand Down
18 changes: 18 additions & 0 deletions ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 2018-08-15 — LinkKit 1.1.11
### Added
- Add support for customization of the headline, submit button, and highlight color on the initial consentPane
- Add support for alphanumeric MFA codes
- Add support for react native
- Remove sensitive information from views before moving to the background

### Changed
- Fix issue where the `Restart` action on the result pane exited the flow instead of going back to the institution select pane.
- Fix issue where LinkKit can crash during device based mfa (addresses [#252](https://github.com/plaid/link/issues/252)).
- Improve animation of blur effect during application suspend / resume



## 2018-07-02 — LinkKit 1.1.10
### Added
- Plaid Link for iOS now asks end users for their consent to Plaid's privacy policy
Expand All @@ -9,6 +23,10 @@
- Fix issue where the last active pane instead of the institution select pane would be shown when the same instance of `PLKPlaidLinkViewController` was re-used
- Present institution website after "Unlock account" is tapped on the result pane for a locked item

### Known issues
The following issues currently exist in LinkKit and will be addressed with the next release planned for the middle of August 2018.
- LinkKit can crash during device based mfa. For further details see [#252](https://github.com/plaid/link/issues/252).



## 2018-05-17 — LinkKit 1.1.9
Expand Down
Binary file modified ios/LinkKit.framework/Assets.car
Binary file not shown.
11 changes: 11 additions & 0 deletions ios/LinkKit.framework/Headers/PLKConfiguration.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ typedef NS_ENUM(NSInteger, PLKAPIVersion) {
/// The default API version to use. *Note:* This may change with future releases
static PLKAPIVersion kPLKAPIVersionDefault = PLKAPIv2;


/// Returns PLKAPIVersion corresponding to the data in the given string or -1 if the string contained invalid api version data.
PLK_EXTERN PLKAPIVersion PLKAPIVersionFromString(NSString* apiVersion);

/// Returns PLKPorduct corresponding to the data in the given string or -1 contained invalid product data.
PLK_EXTERN PLKProduct PLKProductFromArray(NSArray<NSString*>* array);

/// Returns PLKEnvironment corresponding to the data in the given string or -1 contained invalid environment data.
PLK_EXTERN PLKEnvironment PLKEnvironmentFromString(NSString* environment);


/// A Plaid public_key that can be used for testing when using PLKEnvironmentTartan.
PLK_EXTERN NSString* const kPLKTestKey;

Expand Down
Binary file modified ios/LinkKit.framework/Info.plist
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/AccountSelectPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/ConsentPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/CredentialPane.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/ExitConfirmPane.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/Info.plist
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/LinkBackground.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/LoadingPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/MfaCodePane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/MfaDevicePane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/MfaQuestionPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/MfaSelectionPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/NoResultsView.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/OpenLink.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/RecaptchaPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/ResultPane.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/SandboxInfo.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f0880d6

Please sign in to comment.