Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Apr 14, 2018
1 parent f26e5f9 commit 7c2fe06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-googleplus"
version="5.2.3">
version="5.3.0">

<name>Google SignIn</name>

Expand Down

0 comments on commit 7c2fe06

Please sign in to comment.