Skip to content

Commit c8e5f80

Browse files
committed
docs: update CHANGELOG
1 parent de2db94 commit c8e5f80

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
### Version 4.35.2 (24th November 2023)
1+
### Version 4.37.0 (16th January 2024)
22
#### Added
3+
- Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking `processDeeplink` method of the `Adjust` instance.
4+
- Added ability to inject iOS in-app purchase receipt directly as base64 encoded string when you are performing purchase event verification. You can achieve this by passing the base64 encoded string receipt via `setReceiptBase64` method of the `AdjustEvent` instance.
5+
6+
#### Native SDKs
7+
- [[email protected]][ios_sdk_v4.37.0]
8+
- [[email protected]][android_sdk_v4.38.0]
9+
- [[email protected]][windows_sdk_v4.17.0]
10+
---
11+
12+
### Version 4.36.0 (24th November 2023)
13+
#### Added
14+
- Added ability to get IDFV value of the iOS device. You can achieve this by invoking `getIdfv()` method of the `Adjust` instance.
315
- Added support for Meta install referrer.
416
- Added support for Google Play Games on PC.
517
- Added support for `TopOn` and `AD(X)` ad revenue tracking.
@@ -1185,6 +1197,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
11851197
[ios_sdk_v4.35.1]: https://github.com/adjust/ios_sdk/tree/v4.35.1
11861198
[ios_sdk_v4.35.2]: https://github.com/adjust/ios_sdk/tree/v4.35.2
11871199
[ios_sdk_v4.36.0]: https://github.com/adjust/ios_sdk/tree/v4.36.0
1200+
[ios_sdk_v4.37.0]: https://github.com/adjust/ios_sdk/tree/v4.37.0
11881201

11891202
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
11901203
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
@@ -1233,6 +1246,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
12331246
[android_sdk_v4.35.0]: https://github.com/adjust/android_sdk/tree/v4.35.0
12341247
[android_sdk_v4.35.1]: https://github.com/adjust/android_sdk/tree/v4.35.1
12351248
[android_sdk_v4.37.0]: https://github.com/adjust/android_sdk/tree/v4.37.0
1249+
[android_sdk_v4.38.0]: https://github.com/adjust/android_sdk/tree/v4.38.0
12361250

12371251
[windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0
12381252
[windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.0

0 commit comments

Comments
 (0)