From e8b0076cfb62137cbcc0620873315917edc456b9 Mon Sep 17 00:00:00 2001 From: uc-franciscocunha <135627221+uc-franciscocunha@users.noreply.github.com> Date: Wed, 29 May 2024 12:02:43 +0100 Subject: [PATCH] updated changelog and versions (#120) --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ android/build.gradle | 2 +- example/ios/Podfile.lock | 10 +++++----- package-lock.json | 2 +- package.json | 4 ++-- 5 files changed, 47 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 928abfa..a8b785f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/android/build.gradle b/android/build.gradle index 92d3b1b..72064f4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,4 +1,4 @@ -def usercentrics_version = "2.15.0" +def usercentrics_version = "2.15.1" version usercentrics_version buildscript { diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 96ad095..7bd8774 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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) @@ -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: diff --git a/package-lock.json b/package-lock.json index 9bb8af0..24ea2d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@usercentrics/react-native-sdk", - "version": "2.15.0", + "version": "2.15.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c1d777..2efe0e9 100644 --- a/package.json +++ b/package.json @@ -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 ", "iosPackageName": "react-native-usercentrics", - "iosPackageVersion": "2.15.0", + "iosPackageVersion": "2.15.1", "license": "SEE LICENSE IN LICENSE", "files": [ "android",