Skip to content

Commit 068cb64

Browse files
committed
Release: 2.25.0
1 parent 13a010c commit 068cb64

11 files changed

Lines changed: 14682 additions & 43 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
2+
### 2.25.0 – Feb 23, 2026
3+
## Improvement
4+
* Added `specialPurposes` and `optOut` fields to TCF vendor disclosures for detailed storage information
5+
* Added SDKs section in the second layer UI with name and usage
6+
27
### 2.24.4 – Jan 27, 2026
38
## Improvement
49
* Added a new feature allowing admins to show or hide the "Manage Settings" button

android/build-legacy.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def usercentrics_version = "2.24.4"
1+
def usercentrics_version = "2.25.0"
22
version usercentrics_version
33

44
buildscript {

android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val usercentricsVersion = "2.24.4"
1+
val usercentricsVersion = "2.25.0"
22
val reactNativeVersion = "+"
33

44
fun BooleanProperty(name: String): Boolean {

example/ios/exampleTests/Mock/CMPData+Mock.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ extension UsercentricsSettings {
3434
showInitialViewForVersionChange: ["showInitialViewForVersionChange"],
3535
ccpa: .mock(),
3636
tcf2: .mock(),
37+
gpp: nil,
3738
customization: .mock(),
3839
firstLayer: .mock(),
3940
styles: .mock(),
@@ -248,7 +249,9 @@ extension ConsentDisclosure {
248249
cookieRefresh: true,
249250
purposes: [1,2,3],
250251
domain: "domain",
251-
description: "description")
252+
description: "description",
253+
specialPurposes: [],
254+
optOut: false)
252255
}
253256
}
254257

0 commit comments

Comments
 (0)