Skip to content

Commit 7195729

Browse files
authored
Merge pull request #197 from adjust/v540
Version 5.4.0
2 parents 800b8ca + 5a9baf7 commit 7195729

30 files changed

+1356
-1154
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### Version 5.4.0 (4th June 2025)
2+
#### Added
3+
- Added support for configuring store information via the `AdjustStoreInfo` object. You can now specify the store name and store app ID via `setStoreInfo` method on your `AdjustConfig` instance. This enables the SDK to record the intended app store source during initialization. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/cordova/setup/store-type).
4+
- Added ability to initialize the SDK for the first session in delayed mode. You can start the SDK in the delayed mode by calling the `enableFirstSessionDelay` method on your `AdjustConfig` instance. To end the delay, make sure to call `endFirstSessionDelay` method of `Adjust` instance. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/cordova/features/first-session-delay).
5+
- Added ability to send organic search referrer together with deep link. You can send it via `setReferrer` method of the `AdjustDeeplink` instance. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/cordova/features/deep-links#handling-deeplinks-with-referrer).
6+
- Added ability to disable SDK's interaction with `AppTrackingTransparency.framework` API. You can disable it by calling the `disableAppTrackingTransparencyUsage` method on your `AdjustConfig` instance. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/cordova/features/att#disable-att-framework).
7+
- Added `jsonResponse` to attribution which represents the JSON string sent by the backend as part of the attribution response.
8+
9+
#### Native SDKs
10+
- [iOS@v5.4.0][ios_sdk_v5.4.0]
11+
- [Android@v5.4.0][android_sdk_v5.4.0]
12+
13+
---
14+
115
### Version 5.0.4 (5th February 2025)
216
#### Added
317
- Added sending of the additional parameter to improve troubleshooting of `SKAdNetwork` related issues.
@@ -750,6 +764,7 @@ In case you were using beta version of the SDK v5, please switch to the official
750764
[ios_sdk_v5.0.0]: https://github.com/adjust/ios_sdk/tree/v5.0.0
751765
[ios_sdk_v5.0.1]: https://github.com/adjust/ios_sdk/tree/v5.0.1
752766
[ios_sdk_v5.1.0]: https://github.com/adjust/ios_sdk/tree/v5.1.0
767+
[ios_sdk_v5.4.0]: https://github.com/adjust/ios_sdk/tree/v5.4.0
753768

754769
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
755770
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
@@ -788,3 +803,4 @@ In case you were using beta version of the SDK v5, please switch to the official
788803
[android_sdk_v5.0.1]: https://github.com/adjust/android_sdk/tree/v5.0.1
789804
[android_sdk_v5.0.2]: https://github.com/adjust/android_sdk/tree/v5.0.2
790805
[android_sdk_v5.1.0]: https://github.com/adjust/android_sdk/tree/v5.1.0
806+
[android_sdk_v5.4.0]: https://github.com/adjust/android_sdk/tree/v5.4.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.4
1+
5.4.0

0 commit comments

Comments
 (0)