Skip to content

Commit

Permalink
release 2.18.0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
uc-franciscocunha authored Nov 14, 2024
1 parent bfa25ba commit cb78d0e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)

### 2.18.0 - November 14, 2024

## Fixes
* [Fix] Crash when attempting to restore user session with controller id that only has TCF component

## Android Bug Fix:
* [Fix] Fixed issues related to dismissing banners in inactive activities.

### 2.17.3 - October 17, 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.17.3"
def usercentrics_version = "2.18.0"

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.17.3)
- usercentrics_sdk (2.17.3):
- Usercentrics (2.18.0)
- usercentrics_sdk (2.18.0):
- Flutter
- UsercentricsUI (= 2.17.3)
- UsercentricsUI (2.17.3):
- Usercentrics (= 2.17.3)
- UsercentricsUI (= 2.18.0)
- UsercentricsUI (2.18.0):
- Usercentrics (= 2.18.0)
- 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.17.3'
s.version = '2.18.0'
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.17.3
version: 2.18.0

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

0 comments on commit cb78d0e

Please sign in to comment.