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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
### Version 5.0.1 (14th September 2024)
2
+
#### Fixed
3
+
- Fixed `Adjust.modulemap not found` error in certain CocoaPods integration cases.
4
+
- Fixed `removeGlobalCallbackParameter` and `removeGlobalPartnerParameter` web bridge methods.
5
+
- Fixed deferred deep link callback not getting triggered issue in the web bridge.
6
+
7
+
#### Changed
8
+
- Added validation when passing callback / partner parameters and third party sharing granular options / partner sharing setting parameters in web bridge.
9
+
10
+
---
11
+
1
12
### Version 5.0.0 (2nd August 2024)
2
13
3
14
We're excited to release our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.
@@ -17,6 +28,7 @@ In case you were using beta version of the SDK v5, please switch to the official
17
28
- Fixed occasional crashes when processing resolved deep links.
18
29
19
30
---
31
+
20
32
### Version 4.38.3 (23rd May 2024)
21
33
#### Fixed
22
34
- Added missing `WKNavigationDelegate` methods to the `WebBridge` implementation.
0 commit comments