From 4837d83b421695de3c75db930b1f7bdee305ebf8 Mon Sep 17 00:00:00 2001 From: uc-franciscocunha <135627221+uc-franciscocunha@users.noreply.github.com> Date: Wed, 29 May 2024 11:43:28 +0100 Subject: [PATCH] 2.15.1 (#103) --- CHANGELOG.md | 17 +++++++++++++++++ android/build.gradle | 2 +- example/ios/Podfile.lock | 10 +++++----- ios/usercentrics_sdk.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 25 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a9ae5..9eb96ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ [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 diff --git a/android/build.gradle b/android/build.gradle index aa1baf7..d8115bf 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" group 'com.usercentrics.sdk.flutter' version usercentrics_version diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 942960f..5647261 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,11 +1,11 @@ PODS: - Flutter (1.0.0) - - Usercentrics (2.15.0) - - usercentrics_sdk (2.15.0): + - Usercentrics (2.15.1) + - usercentrics_sdk (2.15.1): - Flutter - - UsercentricsUI (= 2.15.0) - - UsercentricsUI (2.15.0): - - Usercentrics (= 2.15.0) + - UsercentricsUI (= 2.15.1) + - UsercentricsUI (2.15.1): + - Usercentrics (= 2.15.1) - webview_flutter_wkwebview (0.0.1): - Flutter diff --git a/ios/usercentrics_sdk.podspec b/ios/usercentrics_sdk.podspec index b94d22f..4b25197 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.15.0' + s.version = '2.15.1' s.summary = 'Usercentrics Flutter SDK.' s.description = <<-DESC Usercentrics Flutter SDK. diff --git a/pubspec.yaml b/pubspec.yaml index f515d6b..2dcd635 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.15.0 +version: 2.15.1 environment: sdk: ">=2.17.1 <4.0.0"