Skip to content

Commit 3b1e244

Browse files
authored
Update CHANGELOG.md
1 parent cf12a4d commit 3b1e244

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
1-
### Version 4.12.0 (Xth November 2017)
1+
### Version 4.12.0 (12th December 2017)
22
#### Added
3-
- Get amazon/fire ad id
4-
- Allow to read mobile equipment identity for non-google play store apps
5-
- Use of secret in authorization header
6-
- Sending referrer without previously being decoded
7-
- Send mcc, mnc, network and connectivity type
3+
- Added `Adjust.getAmazonAdId()` method to obtain value of Amazon Advertising Identifier.
4+
- Added possibility to read Mobile Equipment Identity for non Google Play store apps.
5+
- Added usage of app secret in authorization header.
6+
- Added sending of `raw_referrer` parameter in `sdk_click` package.
7+
- Added reading of MCC.
8+
- Added reading of MNC.
9+
- Added reading of network type.
10+
- Added reading of connectivity type.
11+
- Added log messages for saved actions to be done when the SDK starts.
812

913
#### Changed
10-
- Don't send `sdk_click` and `sdk_info` packages when disabled
11-
- Setting enable/disable or offline/online is now queued
12-
- Guarantee that first package is send even with buffering
13-
- Disable before starting the sdk does not create and send first session package
14-
- Reload reading device ids for every package, not just at beginning
15-
- Save referrer in local storage and send it only after first session
16-
- Save push token in local storage and send it only after first session
17-
- Log message for saved actions to be done when the sdk starts
14+
- Not sending `sdk_click` and `sdk_info` packages when SDK is disabled.
15+
- Setting enable/disable or offline/online is now queued.
16+
- Guaranteeing that first package is sent even with event buffering turned ON.
17+
- Not creating first session package if SDK is disabled before first launch.
18+
- Saving referrer in local storage and send it only after first session.
19+
- Saving push token in local storage and send it only after first session.
1820

1921
---
22+
2023
### Version 4.11.4 (5th May 2017)
2124
#### Added
2225
- Added check if `sdk_click` package response contains attribution information.

0 commit comments

Comments
 (0)