Skip to content

Commit 8f295d3

Browse files
author
Edward Smith
committed
Updated documentation.
1 parent 1c8cd8f commit 8f295d3

File tree

2 files changed

+19
-57
lines changed

2 files changed

+19
-57
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Branch iOS SDK change log
22

3+
- v0.12.12
4+
* Updated Swift example to Swift 3.0
5+
* Updated Update README.md Documentation Syntax for Swift
6+
* Removed an initSession option
7+
* Fixed instrumentation data property types
8+
* Stopped sending instrumentation data in GET requests
9+
* Fixed Spotlight content discovery
10+
* Fixed crash that sometimes occurred when a user completed a Branch action
11+
* Added email subject to share action
12+
* Added 'Notes' to the list of sharing channels
13+
314
- v0.12.11
415
* Support for Carthage sub modules
516
* Fix for few swift compatibility issues

ReleaseNotes.md

Lines changed: 8 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2,64 +2,15 @@
22
Branch SDK Release Notes
33
========================
44

5-
Branch Version 0.12.12
6-
----------------------
7-
### Bug fixes, iOS 10 Compatibility, and Swift Updates
5+
#### Branch Version 0.12.12
6+
Bug fixes, Swift Updates, and iOS 10 Compatibility – Tuesday, October 11 2016
87

9-
Monday, October 10 2016
8+
* There are no breaking changes in this release.
109

11-
* Added release notes to SDK
10+
* The Swift example and documentation have been updated for Swift 3.0.
1211

13-
Author: Edward Smith <[email protected]>
12+
* We've diagnosed a open problem when Branch, Localytics, and Google Analytics are all used
13+
in the same app. You can read the details and work-arounds in the Github issue
14+
[Branch, Localytics, and Google Analytics.](https://github.com/BranchMetrics/ios-branch-deep-linking/issues/485)
1415

15-
16-
* Don't send instrumentation data in GET requests
17-
18-
Author: Alex Austin <[email protected]>
19-
20-
21-
* Updated Update README.md Documentation Syntax for Swift
22-
23-
Author: Alex Austin <[email protected]>
24-
25-
26-
* Removed initSession option
27-
28-
Author: Jonas Bauer <[email protected]>
29-
30-
31-
* Fixed instrumentation data property types
32-
33-
Author: Seamus Clancy <github:sclancy>
34-
35-
36-
* Updated Swift documentation
37-
38-
Author: Alex Austin <[email protected]>
39-
40-
41-
* Fixed Spotlight content discovery
42-
43-
Author: Edward Smith <[email protected]>
44-
45-
The Branch SDK was not responding to Spotlight queries correctly.
46-
47-
48-
* Fixed crash that sometimes occurred when a user completed a Branch action
49-
50-
Author: Edward Smith <[email protected]>
51-
52-
53-
* Updated Swift example to Swift 3.0
54-
55-
Author: Alex Austin <[email protected]>
56-
57-
58-
* Added email subject to share action
59-
60-
Author: Alex Austin <[email protected]>
61-
62-
63-
* Added 'Notes' to the list of sharing channels
64-
65-
Author: Ahmed Nawar <[email protected]>
16+
* Check the change log for specific fixes. [Change log on Github.](https://github.com/BranchMetrics/ios-branch-deep-linking/blob/master/ChangeLog.md)

0 commit comments

Comments
 (0)