Skip to content

Commit 497989a

Browse files
authored
Release 2.7.13 (#46)
1 parent 2e977a7 commit 497989a

File tree

7 files changed

+88
-73
lines changed

7 files changed

+88
-73
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ jobs:
9898
test-ios:
9999
name: Test iOS
100100
needs: [ lint, format, pub-dry-run ]
101-
runs-on: macos-11
101+
runs-on: macos-12
102102

103103
steps:
104104
- name: Setup code
105105
uses: maxim-lobanov/setup-xcode@v1
106106
with:
107-
xcode-version: '13.0'
107+
xcode-version: '14.2'
108108
- name: Checkout code
109109
uses: actions/checkout@v2
110110
- name: Setup Flutter
@@ -138,13 +138,13 @@ jobs:
138138
build-ios:
139139
name: Build iOS Example
140140
needs: [ lint, format, pub-dry-run ]
141-
runs-on: macos-11
141+
runs-on: macos-12
142142

143143
steps:
144144
- name: Setup code
145145
uses: maxim-lobanov/setup-xcode@v1
146146
with:
147-
xcode-version: '13.0'
147+
xcode-version: '14.2'
148148
- name: Checkout code
149149
uses: actions/checkout@v2
150150
- name: Setup Flutter

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.7.13
4+
5+
## Features
6+
7+
* Enabling PUR customisation properties
8+
9+
## Improvements
10+
11+
* Improvements to stability and exception handling to solve edge cases.
12+
13+
## Resolved Issues
14+
15+
* Solve issue with third party SDKs being included in POM file.
16+
* UI improvements to CCPA Banner solution
17+
318
### 2.7.12
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.7.12"
1+
def usercentrics_version = "2.7.13"
22

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

example/ios/Podfile.lock

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

@@ -29,9 +29,9 @@ EXTERNAL SOURCES:
2929

3030
SPEC CHECKSUMS:
3131
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
32-
Usercentrics: 2f135e895dab2f9e27de1120962112f5c68df7c0
33-
usercentrics_sdk: c360cdafe4329e66e362987ee9898ba756f21fff
34-
UsercentricsUI: cd16df692358178f7d45086e41377d2d98b636ff
32+
Usercentrics: f407b79f073e031252197a6e833bb022e8b26a07
33+
usercentrics_sdk: 1d009a6640523e8b6826c9046ccc285d4c829d00
34+
UsercentricsUI: 67c266082fd46a74e9007aba54c2750d7626689f
3535
webview_flutter_wkwebview: b7e70ef1ddded7e69c796c7390ee74180182971f
3636

3737
PODFILE CHECKSUM: 723de1cf6e2f18b51eb3426c945e31134a750097

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 58 additions & 58 deletions
Large diffs are not rendered by default.

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.7.12'
3+
s.version = '2.7.13'
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
12-
version: 2.7.12
12+
version: 2.7.13
1313

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

0 commit comments

Comments
 (0)