File tree Expand file tree Collapse file tree 7 files changed +19
-8
lines changed Expand file tree Collapse file tree 7 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 11## :arrow_double_up : [ SDK version update guide] ( ./documentation/VERSION_UPDATE.md )
22
33## Release Notes
4+ ## Release Notes for 1.5.0
5+ #### January 29, 2024
6+ * Features
7+ * In-app content block feature has been added into SDK
8+ * Dart SDK version increased to 2.17.0
9+ * Flutter minimal version increased to 3.0.0
10+ * Bug Fixes
11+ * Fixed: Bad handling of native errors to Flutter ones causes crash
12+ * Fixed: Wrong data types for App Inbox params showIcon and enabled
13+
14+
415## Release Notes for 1.4.2
516#### October 11, 2023
617* Bug Fixes
Original file line number Diff line number Diff line change 11group ' com.exponea'
2- version ' 1.4.2 -SNAPSHOT'
2+ version ' 1.5.0 -SNAPSHOT'
33
44buildscript {
55 ext {
Original file line number Diff line number Diff line change 55
66 <application >
77 <meta-data android : name =" ExponeaFlutterSDK" android : value =" true" />
8- <meta-data android : name =" ExponeaFlutterSDKVersion" android : value =" 1.4.2 " />
8+ <meta-data android : name =" ExponeaFlutterSDKVersion" android : value =" 1.5.0 " />
99 <receiver
1010 android : name =" .ExponeaPushReceiver"
1111 android : enabled =" true"
Original file line number Diff line number Diff line change 804804 "$(inherited)",
805805 "@executable_path/Frameworks",
806806 );
807- MARKETING_VERSION = 1.4.2 ;
807+ MARKETING_VERSION = 1.5.0 ;
808808 PRODUCT_BUNDLE_IDENTIFIER = "com.exponea.ExponeaSDK-Example2";
809809 PRODUCT_NAME = "$(TARGET_NAME)";
810810 PROVISIONING_PROFILE_SPECIFIER = "Exponea iOS SDK Example App";
12231223 "$(inherited)",
12241224 "@executable_path/Frameworks",
12251225 );
1226- MARKETING_VERSION = 1.4.2 ;
1226+ MARKETING_VERSION = 1.5.0 ;
12271227 PRODUCT_BUNDLE_IDENTIFIER = "com.exponea.ExponeaSDK-Example2";
12281228 PRODUCT_NAME = "$(TARGET_NAME)";
12291229 PROVISIONING_PROFILE_SPECIFIER = "Exponea iOS SDK Example App";
12571257 "$(inherited)",
12581258 "@executable_path/Frameworks",
12591259 );
1260- MARKETING_VERSION = 1.4.2 ;
1260+ MARKETING_VERSION = 1.5.0 ;
12611261 PRODUCT_BUNDLE_IDENTIFIER = "com.exponea.ExponeaSDK-Example2";
12621262 PRODUCT_NAME = "$(TARGET_NAME)";
12631263 PROVISIONING_PROFILE_SPECIFIER = "Exponea iOS SDK Example App";
Original file line number Diff line number Diff line change 11name : exponea_example
22description : Demonstrates how to use the exponea plugin.
3- version : 1.4.2 +1
3+ version : 1.5.0 +1
44publish_to : ' none'
55
66environment :
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ protocol IsExponeaFlutterSDK {
5555public class ExponeaFlutterVersion : NSObject , ExponeaVersionProvider {
5656 required public override init ( ) { }
5757 public func getVersion( ) -> String {
58- " 1.4.2 "
58+ " 1.5.0 "
5959 }
6060}
6161
Original file line number Diff line number Diff line change 11name : exponea
22description : >-
33 A full featured wrapper for Exponea SDK that supports Android and iOS.
4- version : 1.4.2
4+ version : 1.5.0
55homepage : https://exponea.com
66repository : https://github.com/exponea/exponea-flutter-sdk
77
You can’t perform that action at this time.
0 commit comments