You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
### Version 5.1.0 (28th February 2025)
2
+
#### Added
3
+
- Added `JsonResponse` to `AdjustAttribution` where every key-value pair sent by the backend as part of the attribution response can be found.
4
+
- Added the ability to specify the name of custom Android activity which you might be using instead of the default `com.unity3d.player.UnityPlayerActivity` (https://github.com/adjust/unity_sdk/issues/273).
5
+
6
+
#### Changed
7
+
- Switched to adding `<intent-filter>` per specified Android URI scheme instead of adding them all as `<data>` entries to the same intent filter (https://github.com/adjust/unity_sdk/issues/266).
8
+
- Moved execution of all the C# callbacks into the main Unity thread (https://github.com/adjust/unity_sdk/issues/277, https://github.com/adjust/unity_sdk/issues/310).
0 commit comments