diff --git a/README.md b/README.md index 64f229ad..bd8c4daf 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,7 @@ As stated before, this plugin is all about user authentication and identity, so - A: Make sure you are using a Virtual Device running with a **Google APIs target and/or a Google APIs CPU**! ## 10. Changelog +- 5.3.0: Browser platform added. - 5.0.3: Added the convenience method `getSigningCertificateFingerprint` to retrieve the Android cert fingerprint which is required in the Google Developer Console. - 5.0.2: Require linking against `SafariServices` and `CoreText` frameworks on iOS as per Google's recommendation. Added `loginHint` on iOS. - 5.0.0: Android GoogleSignIn SDK (See #193), iOS SDK 4.0.0, iOS compatibility with Facebook authentication plugins, added `familyName` and `givenName`. diff --git a/package.json b/package.json index a6aab71c..a85fe180 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.2.3", + "version": "5.3.0", "name": "cordova-plugin-googleplus", "cordova_name": "Google SignIn", "description": "Use your Google account to authenticate with the app.", diff --git a/plugin.xml b/plugin.xml index f5979565..2bf3d970 100755 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="5.3.0"> Google SignIn