Skip to content

Commit

Permalink
release 2.15.5 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
uc-franciscocunha authored Jul 31, 2024
1 parent 935223a commit 593bfb0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)

### 2.15.5 - July 31, 2024

## Improvements

* Google Consent Mode: Enhanced implementation when integrating with the TCF framework
* Deprecating copy field from UsercentricsLabels

## Other Fixes

* Crash when invoking showSecondLayer(...) method without arguments
* Adding missing labels in UsercentrisLabels object

### 2.15.4 - July 17, 2024

## Other Fixes
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.4"
def usercentrics_version = "2.15.5"

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.4)
- usercentrics_sdk (2.15.4):
- Usercentrics (2.15.5)
- usercentrics_sdk (2.15.5):
- Flutter
- UsercentricsUI (= 2.15.4)
- UsercentricsUI (2.15.4):
- Usercentrics (= 2.15.4)
- UsercentricsUI (= 2.15.5)
- UsercentricsUI (2.15.5):
- Usercentrics (= 2.15.5)
- 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.4'
s.version = '2.15.5'
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.4
version: 2.15.5

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

0 comments on commit 593bfb0

Please sign in to comment.