File tree 7 files changed +19
-8
lines changed
7 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
1
## :arrow_double_up : [ SDK version update guide] ( ./documentation/VERSION_UPDATE.md )
2
2
3
3
## Release Notes
4
+ ## Release Notes for 1.2.0
5
+ #### February 02, 2023
6
+ * Features
7
+ * Native SDK updated - Android to 3.2.1 and iOS to 2.13.1
8
+ * Added Configuration flag to be able to disable tracking of default properties along with customer properties
9
+ * Guiding documentation added for Push notification update after certain circumstances
10
+ * Added documentation notes about tracking consent according to DSGVO/GDPR
11
+ * Bug Fixes
12
+ * Fixed: Update minimal iOS supported version in doc
13
+
14
+
4
15
## Release Notes for 1.1.0
5
16
#### September 02, 2022
6
17
* Features
Original file line number Diff line number Diff line change 1
1
group ' com.exponea'
2
- version ' 1.1 .0-SNAPSHOT'
2
+ version ' 1.2 .0-SNAPSHOT'
3
3
4
4
buildscript {
5
5
ext {
Original file line number Diff line number Diff line change 5
5
6
6
<application >
7
7
<meta-data android : name =" ExponeaFlutterSDK" android : value =" true" />
8
- <meta-data android : name =" ExponeaFlutterSDKVersion" android : value =" 1.1 .0" />
8
+ <meta-data android : name =" ExponeaFlutterSDKVersion" android : value =" 1.2 .0" />
9
9
<receiver
10
10
android : name =" .ExponeaPushReceiver"
11
11
android : enabled =" true"
Original file line number Diff line number Diff line change 793
793
"$(inherited)",
794
794
"@executable_path/Frameworks",
795
795
);
796
- MARKETING_VERSION = 1.1 .0;
796
+ MARKETING_VERSION = 1.2 .0;
797
797
PRODUCT_BUNDLE_IDENTIFIER = "com.exponea.ExponeaSDK-Example2";
798
798
PRODUCT_NAME = "$(TARGET_NAME)";
799
799
PROVISIONING_PROFILE_SPECIFIER = "Exponea iOS SDK Example App";
1212
1212
"$(inherited)",
1213
1213
"@executable_path/Frameworks",
1214
1214
);
1215
- MARKETING_VERSION = 1.1 .0;
1215
+ MARKETING_VERSION = 1.2 .0;
1216
1216
PRODUCT_BUNDLE_IDENTIFIER = "com.exponea.ExponeaSDK-Example2";
1217
1217
PRODUCT_NAME = "$(TARGET_NAME)";
1218
1218
PROVISIONING_PROFILE_SPECIFIER = "Exponea iOS SDK Example App";
1246
1246
"$(inherited)",
1247
1247
"@executable_path/Frameworks",
1248
1248
);
1249
- MARKETING_VERSION = 1.1 .0;
1249
+ MARKETING_VERSION = 1.2 .0;
1250
1250
PRODUCT_BUNDLE_IDENTIFIER = "com.exponea.ExponeaSDK-Example2";
1251
1251
PRODUCT_NAME = "$(TARGET_NAME)";
1252
1252
PROVISIONING_PROFILE_SPECIFIER = "Exponea iOS SDK Example App";
Original file line number Diff line number Diff line change 1
1
name : exponea_example
2
2
description : Demonstrates how to use the exponea plugin.
3
- version : 1.1 .0+1
3
+ version : 1.2 .0+1
4
4
publish_to : ' none'
5
5
6
6
environment :
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ protocol IsExponeaFlutterSDK {
43
43
public class ExponeaFlutterVersion : NSObject , ExponeaVersionProvider {
44
44
required public override init ( ) { }
45
45
public func getVersion( ) -> String {
46
- " 1.1 .0 "
46
+ " 1.2 .0 "
47
47
}
48
48
}
49
49
Original file line number Diff line number Diff line change 1
1
name : exponea
2
2
description : >-
3
3
A full featured wrapper for Exponea SDK that supports Android and iOS.
4
- version : 1.1 .0
4
+ version : 1.2 .0
5
5
homepage : https://exponea.com
6
6
repository : https://github.com/exponea/exponea-flutter-sdk
7
7
You can’t perform that action at this time.
0 commit comments