File tree 7 files changed +15
-8
lines changed
7 files changed +15
-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.3.1
5
+ #### March 15, 2023
6
+ * Bug Fixes
7
+ * Fixed: Parsing pushAccentColor with support of ARGB format
8
+ * Fixed: Handles empty/null push notification data correctly
9
+
10
+
4
11
## Release Notes for 1.3.0
5
12
#### March 03, 2023
6
13
* Features
Original file line number Diff line number Diff line change 1
1
group ' com.exponea'
2
- version ' 1.3.0 -SNAPSHOT'
2
+ version ' 1.3.1 -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.3.0 " />
8
+ <meta-data android : name =" ExponeaFlutterSDKVersion" android : value =" 1.3.1 " />
9
9
<receiver
10
10
android : name =" .ExponeaPushReceiver"
11
11
android : enabled =" true"
Original file line number Diff line number Diff line change 801
801
"$(inherited)",
802
802
"@executable_path/Frameworks",
803
803
);
804
- MARKETING_VERSION = 1.3.0 ;
804
+ MARKETING_VERSION = 1.3.1 ;
805
805
PRODUCT_BUNDLE_IDENTIFIER = "com.exponea.ExponeaSDK-Example2";
806
806
PRODUCT_NAME = "$(TARGET_NAME)";
807
807
PROVISIONING_PROFILE_SPECIFIER = "Exponea iOS SDK Example App";
1220
1220
"$(inherited)",
1221
1221
"@executable_path/Frameworks",
1222
1222
);
1223
- MARKETING_VERSION = 1.3.0 ;
1223
+ MARKETING_VERSION = 1.3.1 ;
1224
1224
PRODUCT_BUNDLE_IDENTIFIER = "com.exponea.ExponeaSDK-Example2";
1225
1225
PRODUCT_NAME = "$(TARGET_NAME)";
1226
1226
PROVISIONING_PROFILE_SPECIFIER = "Exponea iOS SDK Example App";
1254
1254
"$(inherited)",
1255
1255
"@executable_path/Frameworks",
1256
1256
);
1257
- MARKETING_VERSION = 1.3.0 ;
1257
+ MARKETING_VERSION = 1.3.1 ;
1258
1258
PRODUCT_BUNDLE_IDENTIFIER = "com.exponea.ExponeaSDK-Example2";
1259
1259
PRODUCT_NAME = "$(TARGET_NAME)";
1260
1260
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.3.0 +1
3
+ version : 1.3.1 +1
4
4
publish_to : ' none'
5
5
6
6
environment :
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ protocol IsExponeaFlutterSDK {
54
54
public class ExponeaFlutterVersion : NSObject , ExponeaVersionProvider {
55
55
required public override init ( ) { }
56
56
public func getVersion( ) -> String {
57
- " 1.3.0 "
57
+ " 1.3.1 "
58
58
}
59
59
}
60
60
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.3.0
4
+ version : 1.3.1
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