File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.9
2+ 1.0.9
3+
4+ * Fixed iOS missing callback assignment ` loginWithCredentials ` flow.
5+
16# 1.0.8
271.0.8
38
Original file line number Diff line number Diff line change 11name : gigya_flutter_plugin_example
22description : Demonstrates how to use the gigya_flutter_plugin plugin.
3- version : 1.0.8
3+ version : 1.0.9
44homepage : https://www.sap.com
55publish_to : none
66
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public class GigyaSdkWrapper<T: GigyaAccountProtocol> :GigyaInstanceProtocol {
5050
5151 init ( accountSchema: T . Type ) {
5252 // Initializing the Gigya SDK instance.
53- GigyaDefinitions . versionPrefix = " flutter_1.0.8_ "
53+ GigyaDefinitions . versionPrefix = " flutter_1.0.9_ "
5454 sdk = Gigya . sharedInstance ( accountSchema)
5555 GigyaAuth . shared. register ( scheme: accountSchema)
5656 }
Original file line number Diff line number Diff line change 11name : gigya_flutter_plugin
22description : SAP Gigya Flutter plugin
3- version : 1.0.8
3+ version : 1.0.9
44homepage : https://github.com/SAP/gigya-flutter-plugin
55
66environment :
You can’t perform that action at this time.
0 commit comments