-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
### Version 4.11.2 (19th May 2017) | ||
#### Added | ||
- **[IOS][AND]** Added check if `sdk_click` package response contains attribution information. | ||
- **[IOS][AND]** Added sending of attributable parameters with every `sdk_click` package. | ||
|
||
#### Changed | ||
- **[IOS][AND]** Replaced `assert` level logs with `warn` level. | ||
|
||
#### Native SDKs | ||
- **[iOS]** [iOS SDK 4.11.4][ios_sdk_v4.11.4] | ||
- **[AND]** [Android SDK 4.11.4][android_sdk_v4.11.4] | ||
- **[WIN]** [[email protected]][windows_sdk_v4.0.3] | ||
|
||
--- | ||
|
||
### Version 4.11.1 (27th April 2017) | ||
#### Added | ||
- **[iOS]** Added nullability annotations to public headers for Swift 3.0 compatibility. | ||
|
@@ -156,6 +171,7 @@ | |
[ios_sdk_v4.10.2]: https://github.com/adjust/ios_sdk/tree/v4.10.2 | ||
[ios_sdk_v4.11.0]: https://github.com/adjust/ios_sdk/tree/v4.11.0 | ||
[ios_sdk_v4.11.3]: https://github.com/adjust/ios_sdk/tree/v4.11.3 | ||
[ios_sdk_v4.11.4]: https://github.com/adjust/ios_sdk/tree/v4.11.4 | ||
|
||
[android_sdk_v4.0.8]: https://github.com/adjust/android_sdk/tree/v4.0.8 | ||
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0 | ||
|
@@ -165,5 +181,6 @@ | |
[android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0 | ||
[android_sdk_v4.11.1]: https://github.com/adjust/android_sdk/tree/v4.11.1 | ||
[android_sdk_v4.11.3]: https://github.com/adjust/android_sdk/tree/v4.11.3 | ||
[android_sdk_v4.11.4]: https://github.com/adjust/android_sdk/tree/v4.11.4 | ||
|
||
[windows_sdk_v4.0.3]: https://github.com/adjust/windows_sdk/tree/v4.0.3 |