File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -55,3 +55,9 @@ Developer Preview 0.1.2
5555* Updated Android Core SDK v5.1.4
5656* Forgot password bug fix.
5757* Added manual initSDK interface.
58+
59+ # 0.1.3
60+ Developer Preview 0.1.3
61+
62+ * iOS: Fixed crash in forgotPassword.
63+ * iOS: Fixed bug in link account.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class GigyaSdkWrapper<T: GigyaAccountProtocol> :GigyaInstanceProtocol {
1818
1919 init ( accountSchema: T . Type ) {
2020 // Initializing the Gigya SDK instance.
21- GigyaDefinitions . versionPrefix = " flutter_0.1.2_ "
21+ GigyaDefinitions . versionPrefix = " flutter_0.1.3_ "
2222 sdk = Gigya . sharedInstance ( accountSchema)
2323 }
2424
Original file line number Diff line number Diff line change 11name : gigya_flutter_plugin
22description : SAP Gigya Flutter plugin
3- version : 0.1.2
3+ version : 0.1.3
44homepage : https://github.com/SAP/gigya-flutter-plugin
55
66environment :
You can’t perform that action at this time.
0 commit comments