From 015384014ac44a25a7d686caeea6651d51c75de1 Mon Sep 17 00:00:00 2001 From: asadraza-usercentrics Date: Wed, 13 May 2026 13:33:54 +0100 Subject: [PATCH] Release: 2.26.3 --- CHANGELOG.md | 8 ++++++++ android/build.gradle | 2 +- example/ios/Podfile.lock | 16 ++++++++-------- ios/usercentrics_sdk.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52429e7..0f6e939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ [Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/) + +### 2.26.3 – May 14, 2026 +## Fixes +* **[Mediation]** Fixed `FirebaseAnalyticsMediationSDK` failing for apps using Firebase 32+ due to the Firebase KTX migration +* **[Mediation]** Fixed `setAnalyticsCollectionEnabled(true)` not being called after consent is granted, causing Firebase Analytics to remain permanently disabled +* **[Android]** Fixed Protobuf dependency conflict causing runtime errors +* **[iOS]** Fixed `consentMediation` flag not being forwarded to the native iOS SDK — `InitializeOptionsSerializer` now correctly deserializes the `consentMediation` option, ensuring mediation is activated on iOS when enabled + ### 2.26.2 – Apr 15, 2026 ## Improvements * Improved SDK initialization logging diff --git a/android/build.gradle b/android/build.gradle index 3f7642f..f0d9140 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,4 +1,4 @@ -def usercentrics_version = "2.26.2" +def usercentrics_version = "2.26.3" group 'com.usercentrics.sdk.flutter' version usercentrics_version diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 6efbbdf..05d66b8 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -88,12 +88,12 @@ PODS: - nanopb/decode (3.30910.0) - nanopb/encode (3.30910.0) - PromisesObjC (2.4.0) - - Usercentrics (2.26.2) - - usercentrics_sdk (2.26.2): + - Usercentrics (2.26.3) + - usercentrics_sdk (2.26.3): - Flutter - - UsercentricsUI (= 2.26.2) - - UsercentricsUI (2.26.2): - - Usercentrics (= 2.26.2) + - UsercentricsUI (= 2.26.3) + - UsercentricsUI (2.26.3): + - Usercentrics (= 2.26.3) - webview_flutter_wkwebview (0.0.1): - Flutter - FlutterMacOS @@ -137,9 +137,9 @@ SPEC CHECKSUMS: GoogleUtilities: 00c88b9a86066ef77f0da2fab05f65d7768ed8e1 nanopb: fad817b59e0457d11a5dfbde799381cd727c1275 PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 - Usercentrics: 26f9f31e4e83cc0de49c3913577c6a819ba172f8 - usercentrics_sdk: 6be3d30f8371353fbee168b7daf8b4a92d168d84 - UsercentricsUI: 3ed95d8cae63a71e67c28402e8fe7367e2b14179 + Usercentrics: 82516ec0af3d552dced169285731571b71d74fc2 + usercentrics_sdk: c4758f2cc6eca0f410990a92e3b846adb9e5da48 + UsercentricsUI: 085bb51480cdd35d1b8c0f4661c72fa728a163ba webview_flutter_wkwebview: 1821ceac936eba6f7984d89a9f3bcb4dea99ebb2 PODFILE CHECKSUM: e97bfdbafeca8809c8aa9477153c465633bd1c02 diff --git a/ios/usercentrics_sdk.podspec b/ios/usercentrics_sdk.podspec index 842e297..eff5b9e 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.26.2' + s.version = '2.26.3' s.summary = 'Usercentrics Flutter SDK.' s.description = <<-DESC Usercentrics Flutter SDK. diff --git a/pubspec.yaml b/pubspec.yaml index ba1795e..ea7c2f1 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.26.2 +version: 2.26.3 environment: sdk: ">=2.17.1 <4.0.0"