cordova-plugin-googleplus
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"name": "cordova-plugin-googleplus", | ||
@@ -4,0 +4,0 @@ "cordova_name": "Google+", |
@@ -121,4 +121,8 @@ # Google+ Cordova/PhoneGap Plugin | ||
obj.displayName // 'Eddy Verbruggen' | ||
obj.imageUrl // 'http://link-to-my-profilepic.google.com' | ||
obj.idToken | ||
obj.oauthToken | ||
// these are only available on Android at the moment | ||
obj.gender // 'male' (other options are 'female' and 'unknown' | ||
obj.imageUrl // 'http://link-to-my-profilepic.google.com' | ||
obj.givenName // 'Eddy' | ||
@@ -130,4 +134,2 @@ obj.middleName // null (or undefined, depending on the platform) | ||
obj.ageRangeMax // null (or undefined or a number) | ||
obj.idToken | ||
obj.oauthToken | ||
``` | ||
@@ -188,2 +190,3 @@ | ||
## 8. Changelog | ||
4.0.3: On iOS `isAvailable` always returns try since that should be fine with the new Google SignIn framework. Re-added imageUrl to the result of SignIn on iOS. | ||
4.0.1: Login on Android would crash the app if `isAvailable` was invoked beforehand. | ||
@@ -190,0 +193,0 @@ 4.0.0: Removed the need for `iosApiKey`, reverted Android to Google playservices framework for wider compatibility, documented scopes feature a bit. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21455909
216