Skip to content

Commit 7c3b116

Browse files
authored
Release: 2.11.1 (#104)
1 parent 3036c74 commit 7c3b116

File tree

5 files changed

+35
-12
lines changed

5 files changed

+35
-12
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
22

3+
### 2.11.1 - January 10, 2024
4+
5+
## Improvements
6+
7+
* Rework of session restore checks to prevent empty/bogus Controller ID
8+
9+
## Android Bug Fixes
10+
11+
* Controller ID card replaced at the bottom when using Google Additional Consent
12+
* Language selection menu will respect programmatic customization parameters
13+
* Warning for Chartboost SDK when R8 is enabled
14+
* Minor UI glitch where tab names were truncated when displaying the second layer in landscape mode
15+
16+
## iOS Bug Fixes
17+
18+
* Prevent fatal exceptions for a known iOS issue, more details [here](https://developer.apple.com/forums/thread/115405)
19+
20+
## Other Fixes
21+
22+
* Solved for Webview continuity previously not restoring consents to Google Additional Technology Providers
23+
* Solves the problem where the option 'Show non-IAB purposes only for EU users' incorrectly impacts users from specific regions
24+
* Application of consents when configuring the CMP to 'Do Not Display' with Geolocation Rules
25+
326
### 2.11.0 - December 22, 2023
427

528
## Features

android/build.gradle

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

44
buildscript {

example/ios/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ PODS:
208208
- React-jsinspector (0.65.3)
209209
- react-native-safe-area-context (3.4.1):
210210
- React-Core
211-
- react-native-usercentrics (2.11.0):
211+
- react-native-usercentrics (2.11.1):
212212
- React
213-
- UsercentricsUI (= 2.11.0)
213+
- UsercentricsUI (= 2.11.1)
214214
- react-native-webview (11.26.1):
215215
- React-Core
216216
- React-perflogger (0.65.3)
@@ -280,9 +280,9 @@ PODS:
280280
- RNScreens (3.20.0):
281281
- React-Core
282282
- React-RCTImage
283-
- Usercentrics (2.11.0)
284-
- UsercentricsUI (2.11.0):
285-
- Usercentrics (= 2.11.0)
283+
- Usercentrics (2.11.1)
284+
- UsercentricsUI (2.11.1):
285+
- Usercentrics (= 2.11.1)
286286
- Yoga (1.14.0)
287287

288288
DEPENDENCIES:
@@ -413,7 +413,7 @@ SPEC CHECKSUMS:
413413
React-jsiexecutor: d7540b187f30f45281ece995f19dde143e3afff3
414414
React-jsinspector: 94bbad998be4efbdac7d6d152677bdd134c1c980
415415
react-native-safe-area-context: 5b8a418400eb3d8364aa87300e865c0262cc17b9
416-
react-native-usercentrics: 79ad1014c67b5eaaa745e431b952a1cc01995e57
416+
react-native-usercentrics: 24112f374c76551471b4cdc90eb388cdfbf14dee
417417
react-native-webview: e3b659a6d614bb37fb12a2de82c91a378c59d84b
418418
React-perflogger: f8205b59ccf68dbe4184e71ac7b4db55ea0c8965
419419
React-RCTActionSheet: 67b50ddfccbc123dcc7574475e4fdc911cc601d7
@@ -428,8 +428,8 @@ SPEC CHECKSUMS:
428428
React-runtimeexecutor: 5ebf1c985947ea684140fe8431b5b4921c2960c1
429429
ReactCommon: 3a88b42affa0809e2524f978700a22841b04a421
430430
RNScreens: 218801c16a2782546d30bd2026bb625c0302d70f
431-
Usercentrics: bf3a1d8954e8df710f1cb9387aef29636c00a497
432-
UsercentricsUI: ea7a198579273cf3eac93d0e54caa742ccde3567
431+
Usercentrics: 3b7493dc707ea99d5bbe5425ee5dc1f6238b6be2
432+
UsercentricsUI: f36828cf5b3703a2bd2b63f798c8277a94042176
433433
Yoga: 8ae716bf8b654fac1c7be1ac81376041837acb2c
434434

435435
PODFILE CHECKSUM: 6a0c106d5e4f01a025fc61ce0aefe430d1ada736

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@usercentrics/react-native-sdk",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"description": "Usercentrics SDK",
55
"homepage": "https://usercentrics.com",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
88
"author": "Usercentrics <[email protected]>",
99
"iosPackageName": "react-native-usercentrics",
10-
"iosPackageVersion": "2.11.0",
10+
"iosPackageVersion": "2.11.1",
1111
"license": "SEE LICENSE IN LICENSE",
1212
"files": [
1313
"android",

0 commit comments

Comments
 (0)