Skip to content

Commit 6083085

Browse files
author
uc-franciscocunha
authored
updated versions and changelog (#104)
1 parent 4837d83 commit 6083085

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
22

3+
### 2.15.2 - June 12, 2024
4+
5+
## Improvements
6+
7+
* Firebase Consent Mediation: Improved integration with its flags
8+
9+
## Android Bug Fix
10+
11+
* Fixed issues related to displaying banners in inactive activities
12+
13+
## Other Fixes
14+
15+
* Addressed sporadic crashes during TCF banner initializations on iOS.
16+
* Enhanced code efficiency for smoother consent banner displays.
17+
318
### 2.15.1 - May 29, 2024
419

520
## Improvements

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def usercentrics_version = "2.15.1"
1+
def usercentrics_version = "2.15.2"
22

33
group 'com.usercentrics.sdk.flutter'
44
version usercentrics_version

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Usercentrics (2.15.1)
4-
- usercentrics_sdk (2.15.1):
3+
- Usercentrics (2.15.2)
4+
- usercentrics_sdk (2.15.2):
55
- Flutter
6-
- UsercentricsUI (= 2.15.1)
7-
- UsercentricsUI (2.15.1):
8-
- Usercentrics (= 2.15.1)
6+
- UsercentricsUI (= 2.15.2)
7+
- UsercentricsUI (2.15.2):
8+
- Usercentrics (= 2.15.2)
99
- webview_flutter_wkwebview (0.0.1):
1010
- Flutter
1111

ios/usercentrics_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'usercentrics_sdk'
3-
s.version = '2.15.1'
3+
s.version = '2.15.2'
44
s.summary = 'Usercentrics Flutter SDK.'
55
s.description = <<-DESC
66
Usercentrics Flutter SDK.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository: https://github.com/Usercentrics/flutter-sdk/
99
# [X] android/build.gradle
1010
# [X] ios/usercentrics_sdk.podspec + pod install/update
1111
# [X] CHANGELOG.md
12-
version: 2.15.1
12+
version: 2.15.2
1313

1414
environment:
1515
sdk: ">=2.17.1 <4.0.0"

0 commit comments

Comments
 (0)