File tree Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 1
1
[ Release Notes] ( https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/ )
2
2
3
+ ### 2.15.5 - July 31, 2024
4
+
5
+ ## Improvements
6
+
7
+ * Google Consent Mode: Enhanced implementation when integrating with the TCF framework
8
+ * Deprecating copy field from UsercentricsLabels
9
+
10
+ ## Other Fixes
11
+
12
+ * Crash when invoking showSecondLayer(...) method without arguments
13
+ * Adding missing labels in UsercentrisLabels object
14
+
3
15
### 2.15.4 - July 17, 2024
4
16
5
17
## Other Fixes
Original file line number Diff line number Diff line change 1
- def usercentrics_version = " 2.15.4 "
1
+ def usercentrics_version = " 2.15.5 "
2
2
3
3
group ' com.usercentrics.sdk.flutter'
4
4
version usercentrics_version
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - Usercentrics (2.15.4 )
4
- - usercentrics_sdk (2.15.4 ):
3
+ - Usercentrics (2.15.5 )
4
+ - usercentrics_sdk (2.15.5 ):
5
5
- Flutter
6
- - UsercentricsUI (= 2.15.4 )
7
- - UsercentricsUI (2.15.4 ):
8
- - Usercentrics (= 2.15.4 )
6
+ - UsercentricsUI (= 2.15.5 )
7
+ - UsercentricsUI (2.15.5 ):
8
+ - Usercentrics (= 2.15.5 )
9
9
- webview_flutter_wkwebview (0.0.1):
10
10
- Flutter
11
11
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'usercentrics_sdk'
3
- s . version = '2.15.4 '
3
+ s . version = '2.15.5 '
4
4
s . summary = 'Usercentrics Flutter SDK.'
5
5
s . description = <<-DESC
6
6
Usercentrics Flutter SDK.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository: https://github.com/Usercentrics/flutter-sdk/
9
9
# [X] android/build.gradle
10
10
# [X] ios/usercentrics_sdk.podspec + pod install/update
11
11
# [X] CHANGELOG.md
12
- version : 2.15.4
12
+ version : 2.15.5
13
13
14
14
environment :
15
15
sdk : " >=2.17.1 <4.0.0"
You can’t perform that action at this time.
0 commit comments