-
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 #143 from adjust/v502
Version 5.0.2
- Loading branch information
Showing
9 changed files
with
22 additions
and
9 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,14 @@ | ||
### Version 5.0.2 (23rd September 2024) | ||
#### Fixed | ||
- Fixed `Adjust.modulemap not found` error in certain CocoaPods integration cases. | ||
- Fixed occasional ANRs while reading install referrer from Shared Preferences during the SDK initialization. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v5.0.1] | ||
- [[email protected]][android_sdk_v5.0.1] | ||
|
||
--- | ||
|
||
### Version 5.0.1 (4th September 2024) | ||
#### Fixed | ||
- Added missing `Adjust.getLastDeeplink` implementation on iOS platform. | ||
|
@@ -478,6 +489,7 @@ In case you were using beta version of the SDK v5, please switch to the official | |
[ios_sdk_v4.38.2]: https://github.com/adjust/ios_sdk/tree/v4.38.2 | ||
[ios_sdk_v4.38.4]: https://github.com/adjust/ios_sdk/tree/v4.38.4 | ||
[ios_sdk_v5.0.0]: https://github.com/adjust/ios_sdk/tree/v5.0.0 | ||
[ios_sdk_v5.0.1]: https://github.com/adjust/ios_sdk/tree/v5.0.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 | ||
|
@@ -503,3 +515,4 @@ In case you were using beta version of the SDK v5, please switch to the official | |
[android_sdk_v4.38.3]: https://github.com/adjust/android_sdk/tree/v4.38.3 | ||
[android_sdk_v4.38.5]: https://github.com/adjust/android_sdk/tree/v4.38.5 | ||
[android_sdk_v5.0.0]: https://github.com/adjust/android_sdk/tree/v5.0.0 | ||
[android_sdk_v5.0.1]: https://github.com/adjust/android_sdk/tree/v5.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.0.1 | ||
5.0.2 |
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: 5.0.1 | ||
version: 5.0.2 | ||
author: Adjust ([email protected]) | ||
|
||
environment: | ||
|