Skip to content

Commit 97f41fe

Browse files
committed
release: version 1.0.13
1 parent 9fc8354 commit 97f41fe

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.13
2+
1.0.13
3+
* Fix: Aligned SSO cancellation error Android/iOS
4+
* Fix: Missing link account v2 error support.
5+
* Feature: Added Custom Identifier login support.
6+
17
# 1.0.12
28
1.0.12
39
* Fix: Android SDK Wrapper nullable "reason" in screen-set onHide callback.

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gigya_flutter_plugin_example
22
description: Demonstrates how to use the gigya_flutter_plugin plugin.
3-
version: 1.0.12
3+
version: 1.0.13
44
homepage: https://www.sap.com
55
publish_to: none
66

ios/Classes/GigyaSdkWrapper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class GigyaSdkWrapper<T: GigyaAccountProtocol> :GigyaInstanceProtocol {
6767

6868
init(accountSchema: T.Type) {
6969
// Initializing the Gigya SDK instance.
70-
GigyaDefinitions.versionPrefix = "flutter_1.0.12_"
70+
GigyaDefinitions.versionPrefix = "flutter_1.0.13_"
7171
sdk = Gigya.sharedInstance(accountSchema)
7272
GigyaAuth.shared.register(scheme: accountSchema)
7373
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gigya_flutter_plugin
22
description: SAP Gigya Flutter plugin
3-
version: 1.0.12
3+
version: 1.0.13
44
homepage: https://github.com/SAP/gigya-flutter-plugin
55

66
environment:

0 commit comments

Comments
 (0)