-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from adjust/v4380
Version 4.38.0
- Loading branch information
Showing
13 changed files
with
79 additions
and
65 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,16 @@ | ||
### Version 4.38.0 (28th March 2024) | ||
#### Added | ||
- Added iOS Privacy Manifest for the Adjust SDK. | ||
- Added new domains and corresponding payload restrictions for the Adjust SDK to direct the iOS traffic to: | ||
- https://consent.adjust.com - for consented users | ||
- https://analytics.adjust.com - for non-consented users | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.38.0] | ||
- [[email protected]][android_sdk_v4.38.3] | ||
|
||
--- | ||
|
||
### Version 4.37.1 (21st February 2024) | ||
#### Added | ||
- Added support for `TradPlus` ad revenue tracking. | ||
|
@@ -412,6 +425,7 @@ | |
[ios_sdk_v4.36.0]: https://github.com/adjust/ios_sdk/tree/v4.36.0 | ||
[ios_sdk_v4.37.0]: https://github.com/adjust/ios_sdk/tree/v4.37.0 | ||
[ios_sdk_v4.37.1]: https://github.com/adjust/ios_sdk/tree/v4.37.1 | ||
[ios_sdk_v4.38.0]: https://github.com/adjust/ios_sdk/tree/v4.38.0 | ||
|
||
[android_sdk_v4.17.0]: https://github.com/adjust/android_sdk/tree/v4.17.0 | ||
[android_sdk_v4.18.0]: https://github.com/adjust/android_sdk/tree/v4.18.0 | ||
|
@@ -433,4 +447,5 @@ | |
[android_sdk_v4.35.1]: https://github.com/adjust/android_sdk/tree/v4.35.1 | ||
[android_sdk_v4.37.0]: https://github.com/adjust/android_sdk/tree/v4.37.0 | ||
[android_sdk_v4.38.0]: https://github.com/adjust/android_sdk/tree/v4.38.0 | ||
[android_sdk_v4.38.1]: https://github.com/adjust/android_sdk/tree/v4.38.1 | ||
[android_sdk_v4.38.1]: https://github.com/adjust/android_sdk/tree/v4.38.1 | ||
[android_sdk_v4.38.3]: https://github.com/adjust/android_sdk/tree/v4.38.3 |
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
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 +1 @@ | ||
4.37.1 | ||
4.38.0 |
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
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
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
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
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
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
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
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
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
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,6 +1,6 @@ | ||
name: test_lib | ||
description: Flutter plugin for Adjust Testing Library. Intended exclusively for internal use. | ||
version: 4.37.1 | ||
version: 4.38.0 | ||
author: Adjust ([email protected]) | ||
|
||
environment: | ||
|