Skip to content

Commit

Permalink
Merge pull request #133 from plaid/release/5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid authored and GitHub Enterprise committed Jun 24, 2024
2 parents a979233 + 299a283 commit 296a3c2
Show file tree
Hide file tree
Showing 45 changed files with 6,056 additions and 4,144 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# RELEASES

## LinkKit 5.6.0 — 2024-06-24
### Requirements

| Name | Version |
|------|---------|
| Xcode | >= 15.0.1 |
| iOS | >= 14.0 |

### Changes

- Add submit API for Layer.
- Improved Remember Me experience.

## LinkKit 5.5.1 — 2024-05-29
### Requirements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ typedef NS_ENUM(NSInteger, PLKEventNameValue) {
PLKEventNameValueSkipSubmitPhone,
PLKEventNameValueVerifyPhone,
PLKEventNameValueConnectNewInstitution,
PLKEventNameValueLayerReady,
PLKEventNameValueLayerNotAvailable,
// Add new enum cases directly above this line to avoid breaking API changes
};

Expand Down Expand Up @@ -514,6 +516,10 @@ static NSString *const kPLKDefaultErrorDomain = @"com.plaid.link";

@end

@interface PLKSubmissionData : NSObject
@property (nonatomic, copy, nullable) NSString *phoneNumber;
@end

@interface PLKEventMetadata : NSObject

@property(nonatomic, readonly, nullable) PLKExitError *error;
Expand Down Expand Up @@ -595,6 +601,8 @@ typedef void(^PLKDismissalHandler)(UIViewController *);

- (void)resumeAfterTermination:(NSURL *)redirectUri;

- (void) submit:(PLKSubmissionData *)data;

@end

NS_ASSUME_NONNULL_END
Binary file modified LinkKit.xcframework/ios-arm64/LinkKit.framework/Info.plist
Binary file not shown.
Binary file modified LinkKit.xcframework/ios-arm64/LinkKit.framework/LinkKit
Binary file not shown.
Loading

0 comments on commit 296a3c2

Please sign in to comment.