-
Notifications
You must be signed in to change notification settings - Fork 13
Release: 2.24.4 #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: 2.24.4 #181
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [NITPICK] Typo / punctuation: the line reads * 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. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| val usercentricsVersion = "2.24.3" | ||
| val usercentricsVersion = "2.24.4" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [VALIDATION] You updated |
||
| val reactNativeVersion = "+" | ||
|
|
||
| fun BooleanProperty(name: String): Boolean { | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing closing quotation mark.
The sentence has an unclosed quotation mark around "Deny All".
📝 Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents