Skip to content

Commit

Permalink
2.15.1 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
uc-franciscocunha authored May 29, 2024
1 parent c5ce385 commit 4837d83
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.15.0"
def usercentrics_version = "2.15.1"

group 'com.usercentrics.sdk.flutter'
version usercentrics_version
Expand Down
10 changes: 5 additions & 5 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.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

Expand Down
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.15.0'
s.version = '2.15.1'
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.15.0
version: 2.15.1

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

0 comments on commit 4837d83

Please sign in to comment.