Skip to content

Commit

Permalink
ios: Update LinkKit to 1.1.6 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
afh authored and GitHub Enterprise committed Mar 2, 2018
1 parent e2ce83c commit 094827a
Show file tree
Hide file tree
Showing 46 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion LinkKit.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"1.1.2": "https://github.com/plaid/link/releases/download/ios/1.1.2/LinkKit.framework.zip",
"1.1.3": "https://github.com/plaid/link/releases/download/ios/1.1.3/LinkKit.framework.zip",
"1.1.4": "https://github.com/plaid/link/releases/download/ios/1.1.4/LinkKit.framework.zip",
"1.1.5": "https://github.com/plaid/link/releases/download/ios/1.1.5/LinkKit.framework.zip"
"1.1.5": "https://github.com/plaid/link/releases/download/ios/1.1.5/LinkKit.framework.zip",
"1.1.6": "https://github.com/plaid/link/releases/download/ios/1.1.6/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.5'
s.version = '1.1.6'

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

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

## 2018-03-01 — LinkKit 1.1.6
### Added
- Add warning log message when third-party password manager support is not setup properly

### Changed
- Values for `PLKPLAIDLINK_DIAGNOSTICS` log level to accommodate for newly added warning log level
- Fix sandbox only crash when submitting credentials after having viewed the development mode info view ([#234](https://github.com/plaid/link/issues/234))
- Fix crash when customized institution select pane contained certain institutions ([#235](https://github.com/plaid/link/issues/235))

### Removed




## 2018-02-15 — LinkKit 1.1.5
### Added
- Improve error handling when initializing LinkKit
Expand Down
Binary file modified ios/LinkKit.framework/Assets.car
Binary file not shown.
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 modified ios/LinkKit.framework/LinkKit.storyboardc/AccountSelectPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/CredentialPane.nib
Binary file not shown.
Binary file modified ios/LinkKit.framework/LinkKit.storyboardc/CustomInitializer.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 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 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.

0 comments on commit 094827a

Please sign in to comment.