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

Releases: plaid/deprecated-link

LinkKit 1.0.10

04 Sep 16:54
@afh afh
Compare
Choose a tag to compare

2017-09-04 — LinkKit 1.0.10

Changed

  • Fix issue where an empty select account pane was shown instead of an error message stating that no eligible ACH accounts were available

LinkKit 1.0.9

25 Aug 20:39
@afh afh
Compare
Choose a tag to compare

Changed

  • Improve search results when using APIv1

LinkKit 1.0.8

22 Aug 20:21
@afh afh
Compare
Choose a tag to compare

Added

  • Add support for three or more MFA selection options
  • Tapping on sample credentials in the development mode view copies them to the pasteboard

Changed

  • Immediately notify users when attempting to patch an item without any errors
  • Correctly pass errors to the PLKPlaidLinkViewDelegate after recaptcha validation (#191)
  • Enable scrolling for long questions on MFA view.
  • Correctly set metadata.status to kPLKStatusInstitutionNotFound when the user tapped the exit button shown when the institution search yielded no results (#190)
  • Use application name as set in Info.plist (kCFBundleNameKey) when clientName is not configured #189)
  • Correctly set returned institution metadata to null when Link exits from institution selection #185)
  • Improve animation when dismissing PLKPlaidLinkViewController with a subview being the firstResponder
  • Improve accessibility on back button
  • Prefix method names on UIKit and Foundation categories with plk_ to prevent method name clashes (#195)

LinkKit 1.0.7

26 Jul 15:13
@afh afh
Compare
Choose a tag to compare

Changed

  • Fix interactive area of exit button (#185)
  • Fix issue where the logo for certain institutions was not shown in the search results

Known Issues

  • Application crashes when clientName is not set (see #189). As a workaround either:
    • add clientName to the PLKPlaidLinkConfiguration section in your Info.plist (see here)
    • or set the clientName property on your PLKConfiguration instance (see here)

LinkKit 1.0.6

11 Jul 19:28
@afh afh
Compare
Choose a tag to compare

Added

  • Add copy customization which allows to change the text of certain user interface elements in the Link flow
  • Add exit button when searching for an institution yielded no results so people can directly exit out of Link iOS
  • Add time-out message when searching for an institution takes too long

Changed

  • Fix issue with configured webhook when using APIv2

LinkKit 1.0.5

12 Jun 21:30
@afh afh
Compare
Choose a tag to compare

Added

  • Add phone MFA type

Changed

  • Fix APIv1 select account flow in which users were incorrectly asked to select their account (#169)
  • Gracefully handle Link internal issues that previously could lead to crashes (#169)
  • Return institution_id in metadata when using APIv2 (#172)
  • Show institution name in title bar (#173)
  • Improve iOS 9 compatibility (#169)
  • Show placeholders in the select account view when additional account information is unavailable
  • Return to the institution select view when an instituion's mfa method is not supported
  • Improve positioning of institution logo

LinkKit 1.0.4

19 May 14:21
@afh afh
Compare
Choose a tag to compare

Added

Changed

  • Call exit handler linkViewController:didExitWithError:metadata: instead of success handler linkViewController:didSucceedWithPublicToken:metadata when exiting update mode from the credentials view (#148).
  • Correct header documentation regarding pre-selecting an institution; initWithInstitution:delegate: and initWithInstitution:configuration:delegate (#154).
  • Show alphanumeric keyboard for PIN entry when in development mode.
  • Improve wording of NSInvalidArgumentException which is thrown when an env incompatible with the apiVersion is configured (see README.md for details).

LinkKit 1.0.3

19 May 14:22
@afh afh
Compare
Choose a tag to compare

Added

  • Institution huntington

Changed

  • Fix issue with credentials authentication when an institution requires a PIN
  • Use default api version when none specified
  • Fix compiler warnings in LinkDemo-Swift project

LinkKit 1.0.2

19 May 14:23
@afh afh
Compare
Choose a tag to compare

Added

  • Institutions citizens and regions
  • Sandbox environment for APIv2
  • Tartan environment for APIv1
  • CHANGELOG.md

Changed

  • Update documentation regarding environments (see README.md for details)
  • Update development mode information regarding selections MFA
  • LINK_ENV build settings in Xcode demo projects
  • Redesign demo application welcome view
  • User interface font size

Removed

  • Testing environment for APIv1 and APIv2
  • Development environment for APIv1 (NOTE: configuring the Development environment for APIv1 will result in an exception)

LinkKit 1.0.1

19 May 14:24
@afh afh
Compare
Choose a tag to compare

Changed

  • Development mode information