Skip to content

Commit 60a8407

Browse files
committed
Merge branch 'release/1.2.1' into 'main'
CONM-830: Main branch changes for v1.2.1 See merge request connect/connect-transfer-ios-sdk!60
2 parents 385aefc + 354c5e7 commit 60a8407

File tree

22 files changed

+446
-222
lines changed

22 files changed

+446
-222
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Connect Transfer iOS SDK Changelog
22

3+
### 1.2.1 (April 28, 2025)
4+
5+
Changed:
6+
- Send an error event in case of invalid URL passed.
7+
38
### 1.2.0 (April 10, 2025)
49

5-
Changes:
10+
Changed:
611
- Additional support for bill pay switch feature.
712

813
### 1.1.0 (March 26, 2025)
914

10-
Changes:
15+
Changed:
1116
- Added enhancements to support partner specific experience.
1217

1318
### 1.0.0 (December 17, 2024)
Binary file not shown.

ConnectTransfer.xcframework/ios-arm64/ConnectTransfer.framework/Headers/ConnectTransfer-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ SWIFT_CLASS("_TtC15ConnectTransfer29ConnectTransferViewController")
315315
- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE;
316316
@end
317317

318-
319318
@class SFSafariViewController;
320319

321320
@interface ConnectTransferViewController (SWIFT_EXTENSION(ConnectTransfer)) <SFSafariViewControllerDelegate>
@@ -332,6 +331,7 @@ SWIFT_CLASS("_TtC15ConnectTransfer29ConnectTransferViewController")
332331

333332

334333

334+
335335
#endif
336336
#if __has_attribute(external_source_symbol)
337337
# pragma clang attribute pop
Binary file not shown.

0 commit comments

Comments
 (0)