-
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 #127 from adjust/v4371
Version 4.37.1
- Loading branch information
Showing
12 changed files
with
32 additions
and
13 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,10 +1,24 @@ | ||
### Version 4.37.1 (21st February 2024) | ||
#### Added | ||
- Added support for `TradPlus` ad revenue tracking. | ||
|
||
#### Fixed | ||
- Fixed return type mismatch between native Android and Dart implementation of iOS specific methods (https://github.com/adjust/flutter_sdk/issues/122). | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.37.1] | ||
- [[email protected]][android_sdk_v4.38.1] | ||
|
||
--- | ||
|
||
### Version 4.37.0 (23rd January 2024) | ||
#### Added | ||
- 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. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.37.0] | ||
- [[email protected]][android_sdk_v4.38.0] | ||
|
||
--- | ||
|
||
### Version 4.36.0 (27th November 2023) | ||
|
@@ -19,6 +33,7 @@ | |
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.36.0] | ||
- [[email protected]][android_sdk_v4.37.0] | ||
|
||
--- | ||
|
||
### Version 4.35.2 (9th October 2023) | ||
|
@@ -28,6 +43,7 @@ | |
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.35.2] | ||
- [[email protected]][android_sdk_v4.35.1] | ||
|
||
--- | ||
|
||
### Version 4.35.1 (2nd October 2023) | ||
|
@@ -395,6 +411,7 @@ | |
[ios_sdk_v4.35.2]: https://github.com/adjust/ios_sdk/tree/v4.35.2 | ||
[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 | ||
|
||
[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 | ||
|
@@ -415,4 +432,5 @@ | |
[android_sdk_v4.35.0]: https://github.com/adjust/android_sdk/tree/v4.35.0 | ||
[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.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 |
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.0 | ||
4.37.1 |
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.0 | ||
version: 4.37.1 | ||
author: Adjust ([email protected]) | ||
|
||
environment: | ||
|