Skip to content

Commit

Permalink
Resetting to HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
John Saleigh committed Dec 22, 2015
1 parent f829395 commit 2ae5e2a
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 103 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to the Branch Web SDK will be documented here.
The Branch Web SDK adheres to [Semantic Versioning](http://semver.org/).

## [VERSION] - unreleased

## [v1.8.0] - 2015-12-21
- Support added for iOS9 Universal Links
- Support added for Android App Links
Expand Down
30 changes: 1 addition & 29 deletions Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,35 +489,7 @@ pre-identify call. This can allow users to cheat the system.

**[Formerly `showReferrals()`](CHANGELOG.md)**

Retrieves a complete summary of the referrals the current user has made.

##### Usage
```js
branch.referrals(
callback (err, data)
);
```

##### Callback Format
```js
callback(
"Error message",
{
'install': {
total: 5,
unique: 2
},
'open': {
total: 4,
unique: 3
},
'buy': {
total: 7,
unique: 3
}
}
);
```
This function is no longer supported.

## Referral Codes

Expand Down
Loading

0 comments on commit 2ae5e2a

Please sign in to comment.