diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b73cfc..5028591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/android/build.gradle b/android/build.gradle index 584ea8f..0202d3e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,4 +1,4 @@ -def usercentrics_version = "2.24.3" +def usercentrics_version = "2.24.4" group 'com.usercentrics.sdk.flutter' version usercentrics_version diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 2a48251..ec37619 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index 857351f..57129b9 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -206,7 +206,7 @@ packages: path: ".." relative: true source: path - version: "2.24.3" + version: "2.24.4" vector_math: dependency: transitive description: diff --git a/ios/usercentrics_sdk.podspec b/ios/usercentrics_sdk.podspec index 99b6e34..8d45961 100644 --- a/ios/usercentrics_sdk.podspec +++ b/ios/usercentrics_sdk.podspec @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index b7db954..b83f2ee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"