File tree 7 files changed +17
-8
lines changed
7 files changed +17
-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.6.0
5
+ #### March 08, 2024
6
+ * Features
7
+ * Added In-app messages callback handler to define your customised message action handling
8
+ * Android PUSH notification permission request support
9
+ * Documentation extended with PUSH notification payload structure description, PUSH handling and more
10
+ * Anonymize feature has been described with more details in documentation
11
+
12
+
4
13
## Release Notes for 1.5.0
5
14
#### January 29, 2024
6
15
* Features
Original file line number Diff line number Diff line change 1
1
group ' com.exponea'
2
- version ' 1.5 .0-SNAPSHOT'
2
+ version ' 1.6 .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.5 .0" />
8
+ <meta-data android : name =" ExponeaFlutterSDKVersion" android : value =" 1.6 .0" />
9
9
<receiver
10
10
android : name =" .ExponeaPushReceiver"
11
11
android : enabled =" true"
Original file line number Diff line number Diff line change 804
804
"$(inherited)",
805
805
"@executable_path/Frameworks",
806
806
);
807
- MARKETING_VERSION = 1.5 .0;
807
+ MARKETING_VERSION = 1.6 .0;
808
808
PRODUCT_BUNDLE_IDENTIFIER = "com.exponea.ExponeaSDK-Example2";
809
809
PRODUCT_NAME = "$(TARGET_NAME)";
810
810
PROVISIONING_PROFILE_SPECIFIER = "Exponea iOS SDK Example App";
1223
1223
"$(inherited)",
1224
1224
"@executable_path/Frameworks",
1225
1225
);
1226
- MARKETING_VERSION = 1.5 .0;
1226
+ MARKETING_VERSION = 1.6 .0;
1227
1227
PRODUCT_BUNDLE_IDENTIFIER = "com.exponea.ExponeaSDK-Example2";
1228
1228
PRODUCT_NAME = "$(TARGET_NAME)";
1229
1229
PROVISIONING_PROFILE_SPECIFIER = "Exponea iOS SDK Example App";
1257
1257
"$(inherited)",
1258
1258
"@executable_path/Frameworks",
1259
1259
);
1260
- MARKETING_VERSION = 1.5 .0;
1260
+ MARKETING_VERSION = 1.6 .0;
1261
1261
PRODUCT_BUNDLE_IDENTIFIER = "com.exponea.ExponeaSDK-Example2";
1262
1262
PRODUCT_NAME = "$(TARGET_NAME)";
1263
1263
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.5 .0+1
3
+ version : 1.6 .0+1
4
4
publish_to : ' none'
5
5
6
6
environment :
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ protocol IsExponeaFlutterSDK {
57
57
public class ExponeaFlutterVersion : NSObject , ExponeaVersionProvider {
58
58
required public override init ( ) { }
59
59
public func getVersion( ) -> String {
60
- " 1.5 .0 "
60
+ " 1.6 .0 "
61
61
}
62
62
}
63
63
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.5 .0
4
+ version : 1.6 .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