Skip to content

Commit f4e2ad7

Browse files
Merge pull request #229 from CleverTap/release/5.4.0
Release 5.4.0
2 parents fb9baa7 + e574f45 commit f4e2ad7

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Change Log
22
==========
3+
Version 5.4.0 *(25 November, 2025)*
4+
-------------------------------------------
5+
- Improved JSON Handling: Platform string variables that contain JSON data are now correctly detected and returned as proper JSON objects instead of plain quoted strings.
6+
- Unity 2021 Compatibility in UnityNativeRequest: Added support for Unity 2021* by including the required using System.Text; directive.
7+
- Updated to [CleverTap Android SDK v7.7.0](https://github.com/CleverTap/clevertap-android-sdk/releases/tag/corev7.7.0)
8+
- Updated to [CleverTap iOS SDK v7.4.0](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/7.4.0)
9+
310
Version 5.3.7 *(3 November, 2025)*
411
-------------------------------------------
512
- Added - "Preserve" attribute to address IL2CPP stripping of non-referenced property setters in UnityNativeEventDBEntry.

CleverTap/Plugins/Android/clevertap-android-wrapper.androidlib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ext {
1010
compileSdkVersionVal = 36
1111
targetSdkVersionVal = compileSdkVersionVal
1212

13-
libraryVersion = "5.3.7"
13+
libraryVersion = "5.4.0"
1414
}
1515

1616
android {
@@ -55,7 +55,7 @@ android {
5555
dependencies {
5656
compileOnly fileTree('libs')
5757

58-
api 'com.clevertap.android:clevertap-android-sdk:7.6.0'
58+
api 'com.clevertap.android:clevertap-android-sdk:7.7.0'
5959
implementation "androidx.core:core:1.13.0"
6060
implementation "com.google.firebase:firebase-messaging:24.0.0"
6161
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<dependencies>
33
<iosPods>
4-
<iosPod name="CleverTap-iOS-SDK" version="7.3.4" minTargetSdk="9.0" />
4+
<iosPod name="CleverTap-iOS-SDK" version="7.4.0" minTargetSdk="9.0" />
55
</iosPods>
66
</dependencies>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace CleverTapSDK.Constants {
22
public static class CleverTapVersion {
3-
public const string CLEVERTAP_SDK_VERSION = "5.3.7";
4-
public const int CLEVERTAP_SDK_REVISION = 50307;
3+
public const string CLEVERTAP_SDK_VERSION = "5.4.0";
4+
public const int CLEVERTAP_SDK_REVISION = 50400;
55
}
66
}

CleverTap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.clevertap.clevertap-sdk-unity",
3-
"version": "5.3.7",
3+
"version": "5.4.0",
44
"displayName": "CleverTap",
55
"description": "The CleverTap Unity SDK for App Analytics and Engagement.",
66
"documentationUrl": "https://www.clevertap.com/docs",

CleverTapSDK.unitypackage

5.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)