Skip to content

Commit 016fc82

Browse files
author
Edward Smith
committed
Updated the change log.
1 parent 432f2cb commit 016fc82

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Branch-SDK/Branch-SDK/BNCConfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@import Foundation;
1010

1111
extern NSString * const BNC_SDK_VERSION;
12-
extern NSString * const BNC_API_BASE_URL;
13-
extern NSString * const BNC_LINK_URL;
1412
extern NSString * const BNC_API_VERSION;
1513
extern BOOL const BNC_API_PINNED;
14+
extern NSString * const BNC_API_BASE_URL;
15+
extern NSString * const BNC_LINK_URL;

ChangeLog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
Branch iOS SDK Change Log
22

3+
- v0.20.x
4+
* Added the `BNC_API_PINNED` flag to disable cert pinning. Not recommended.
5+
* Added pragmas to silence availability warnings (GH #733, #735).
6+
* Share sheet fixes:
7+
- Allow UIBarButtonItem or UIView as share presentation anchor (AIS-360 AIS-376).
8+
- When a share sheet is cancelled, it now correctly doesn't report as completed (AIS-395, GH-#736).
9+
* Bug fix for automatic deeplinking controller:
10+
- To support old and new API for automatic deeplinking Controller, there are two types of value
11+
existed in deepLinkControllers dictionary: BNCDeepLinkViewControllerInstance and UIViewController.
12+
The variable `branchSharingController.deepLinkingCompletionDelegate = self` was set before
13+
checking type of the `deepLinkControllers`' value.
14+
315
- v0.19.5
416
* _*Master Release*_ - September 29, 2017
517

0 commit comments

Comments
 (0)