Skip to content

Commit

Permalink
updated changelog and versions (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
uc-franciscocunha authored May 29, 2024
1 parent 7ca452b commit e8b0076
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 9 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)

### 2.15.1 - May 29, 2024

## Improvements

* Consent mediation - Specific implementation for [Firebase Analytics and Advertising](https://usercentrics.com/docs/apps/features/google-consent-mode/) SDK
* Reset method deprecated for the SDK, React Native, Flutter and Unity
* Added support for new TCF languages
* Change TCF resurface period: from 13 months to 390 days

## iOS Bug Fixes

* UI improvement

## General Fixes

* Some DPSs had the cookie storage wrongly displayed

### 2.15.0 - April 25, 2024

## Improvements

* Upgrade to latest Kotlin version 1.9.23
* Officially changed Android SDK minimum version to API 21
* Releasing iOS SDKs that supports manual linkage
* General improvements on Google Consent Mode
* Apple Privacy Manifest** - Added new requirements to support new compliance rules, check them out [here](http://usercentrics.com/docs/apps/help/privacy_manifest/)

## iOS Bug Fixes

* Crashes on Xcode 15.2 when using new Apple's libraries linkage mechanism
* IronSource Consent Mediation integration tweaks to support their latest release

## Other Fixes

* Links not supported on banner message customizations were being displayed
* Controller ID card were not visible in certain conditions when Google Additional Providers were not present
* GDPR Banner was reappearing after a very specific scenario that changed the rule if it should be resurfaced or not

### 2.14.2 - April 10, 2024

## Improvements
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.15.0"
def usercentrics_version = "2.15.1"
version usercentrics_version

buildscript {
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ PODS:
- React-jsinspector (0.65.3)
- react-native-safe-area-context (3.4.1):
- React-Core
- react-native-usercentrics (2.15.0):
- react-native-usercentrics (2.15.1):
- React
- UsercentricsUI (= 2.15.0)
- UsercentricsUI (= 2.15.1)
- react-native-webview (11.26.1):
- React-Core
- React-perflogger (0.65.3)
Expand Down Expand Up @@ -280,9 +280,9 @@ PODS:
- RNScreens (3.20.0):
- React-Core
- React-RCTImage
- Usercentrics (2.15.0)
- UsercentricsUI (2.15.0):
- Usercentrics (= 2.15.0)
- Usercentrics (2.15.1)
- UsercentricsUI (2.15.1):
- Usercentrics (= 2.15.1)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@usercentrics/react-native-sdk",
"version": "2.15.0",
"version": "2.15.1",
"description": "Usercentrics SDK",
"homepage": "https://usercentrics.com",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Usercentrics <developer@usercentrics.com>",
"iosPackageName": "react-native-usercentrics",
"iosPackageVersion": "2.15.0",
"iosPackageVersion": "2.15.1",
"license": "SEE LICENSE IN LICENSE",
"files": [
"android",
Expand Down

0 comments on commit e8b0076

Please sign in to comment.