Skip to content

Commit

Permalink
2.18.4 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
uc-leo authored Jan 7, 2025
1 parent 486df6b commit cb7e6ee
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)

### 2.18.4 - January 07, 2025

## Android Bug Fixes

* Inconsistencies when showing the banner using the `windowFullscreen` parameter

## Fixes

* Google Consent Mode edge case when setting `analytics_storage` flag
* Clear User Session edge case when using caching certain requests

### 2.18.3 - December 11, 2024

## Features
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.18.3"
def usercentrics_version = "2.18.4"

group 'com.usercentrics.sdk.flutter'
version usercentrics_version
Expand Down
18 changes: 9 additions & 9 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- Flutter (1.0.0)
- Usercentrics (2.18.3)
- usercentrics_sdk (2.18.3):
- Usercentrics (2.18.4)
- usercentrics_sdk (2.18.4):
- Flutter
- UsercentricsUI (= 2.18.3)
- UsercentricsUI (2.18.3):
- Usercentrics (= 2.18.3)
- UsercentricsUI (= 2.18.4)
- UsercentricsUI (2.18.4):
- Usercentrics (= 2.18.4)
- webview_flutter_wkwebview (0.0.1):
- Flutter

Expand All @@ -29,11 +29,11 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
Usercentrics: abe2ded00769d52b01efacf4961b101b1983f4d6
usercentrics_sdk: 9a4b064468529b35f722d58bae873e3a37c06a3f
UsercentricsUI: 285334b6e78bc7ee692bc740ee65f06f4d357cb8
Usercentrics: d8b539d3dcaf5798513a203073e296fc9d55164c
usercentrics_sdk: 0379d3d77e6819959c602eb64048bf7302fb0a24
UsercentricsUI: 0929c61f1b1cd8347c46568bd0d80258c96354fe
webview_flutter_wkwebview: b7e70ef1ddded7e69c796c7390ee74180182971f

PODFILE CHECKSUM: 723de1cf6e2f18b51eb3426c945e31134a750097

COCOAPODS: 1.15.2
COCOAPODS: 1.14.3
2 changes: 1 addition & 1 deletion ios/usercentrics_sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'usercentrics_sdk'
s.version = '2.18.3'
s.version = '2.18.4'
s.summary = 'Usercentrics Flutter SDK.'
s.description = <<-DESC
Usercentrics Flutter SDK.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.3
version: 2.18.4

environment:
sdk: ">=2.17.1 <4.0.0"
Expand Down

0 comments on commit cb7e6ee

Please sign in to comment.