Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
### 2.24.4 – Jan 27, 2026
## Improvement
* Added a new feature allowing admins to show or hide the "Manage Settings" button
* Added TCF Storage Disclosures and detailed storage information views for CTV.
* Updated logic to ensure unsaved Legitimate Interest settings are correctly captured even after a user clicks "Deny All.
* Added status text for Legitimate Interest (LI) toggles on Android TV and AppleTV to clearly show if they are enabled/disabled
* UI improvements and fixes

### 2.24.3 – Dec 18, 2025
## Improvement
* Updated CTV first layer CMP to fully align with TCF requirements by displaying purposes and stacks based on the Admin UI configuration, matching web and mobile behavior.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def usercentrics_version = "2.24.3"
def usercentrics_version = "2.24.4"

group 'com.usercentrics.sdk.flutter'
version usercentrics_version
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- Flutter (1.0.0)
- Usercentrics (2.24.3)
- usercentrics_sdk (2.24.3):
- Usercentrics (2.24.4)
- usercentrics_sdk (2.24.4):
- Flutter
- UsercentricsUI (= 2.24.3)
- UsercentricsUI (2.24.3):
- Usercentrics (= 2.24.3)
- UsercentricsUI (= 2.24.4)
- UsercentricsUI (2.24.4):
- Usercentrics (= 2.24.4)
- webview_flutter_wkwebview (0.0.1):
- Flutter

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.24.3"
version: "2.24.4"
vector_math:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/usercentrics_sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'usercentrics_sdk'
s.version = '2.24.3'
s.version = '2.24.4'
s.summary = 'Usercentrics Flutter SDK.'
s.description = <<-DESC
Usercentrics Flutter SDK.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository: https://github.com/Usercentrics/flutter-sdk/
# [X] android/build.gradle
# [X] ios/usercentrics_sdk.podspec + pod install/update
# [X] CHANGELOG.md
version: 2.24.3
version: 2.24.4

environment:
sdk: ">=2.17.1 <4.0.0"
Expand Down