Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 50a39d8

Browse files
Updating to CocoaPods CDN #676
1 parent a253a0a commit 50a39d8

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -416,24 +416,3 @@ Again we have 2 options to whitelist them. Projects that use only the _Google Cl
416416
2. Select your Android app at the bottom. (if you don't have any, add an android app, you can ignore the whole tutorial they give you, it's irrelevant for Cordova apps)
417417
3. Add the finger prints to the "SHA certificate fingerprints" section.
418418
4. Double check your Google Cloud console: [API & Services > credentials](https://console.cloud.google.com/apis/credentials) and see that Firebase has added these automatically at the bottom under "OAuth 2.0 client IDs"
419-
420-
421-
422-
## 11. Changelog
423-
- 5.3.2: Allow override of Play services version via `PLAY_SERVICES_VERSION`.
424-
- 5.3.1: Capacitor compatibility.
425-
- 5.3.0: Browser platform added.
426-
- 5.0.3: Added the convenience method `getSigningCertificateFingerprint` to retrieve the Android cert fingerprint which is required in the Google Developer Console.
427-
- 5.0.2: Require linking against `SafariServices` and `CoreText` frameworks on iOS as per Google's recommendation. Added `loginHint` on iOS.
428-
- 5.0.0: Android GoogleSignIn SDK (See #193), iOS SDK 4.0.0, iOS compatibility with Facebook authentication plugins, added `familyName` and `givenName`.
429-
- 4.0.8: Fix for Android 6 where it would crash while asking for permission. Thx #166!
430-
- 4.0.7: Re-added a missing framework for iOS. Thx #168!
431-
- 4.0.6: Updated iOS GoogleSignIn SDK to 2.4.0. Thx #153!
432-
- 4.0.5: Fixed a broken import on iOS.
433-
- 4.0.4: Using framework tags again for Android
434-
- 4.0.3: On iOS `isAvailable` always returns try since that should be fine with the new Google Sign-In framework. Re-added imageUrl to the result of Sign-In on iOS.
435-
- 4.0.1: Login on Android would crash the app if `isAvailable` was invoked beforehand.
436-
- 4.0.0: Removed the need for `iosApiKey`, reverted Android to Google playservices framework for wider compatibility, documented scopes feature a bit.
437-
- 3.0.0: Using Google Sign-In for iOS, instead of Google+.
438-
- 1.1.0: Added `isAvailable`, for issue [#37](https://github.com/EddyVerbruggen/cordova-plugin-googleplus/issues/37)
439-
- 1.0.0: Initial version supporting iOS and Android.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.3.0",
2+
"version": "8.4.0",
33
"name": "cordova-plugin-googleplus",
44
"cordova_name": "Google SignIn",
55
"description": "Use your Google account to authenticate with the app.",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-googleplus"
5-
version="8.3.0">
5+
version="8.4.0">
66

77
<name>Google SignIn</name>
88

0 commit comments

Comments
 (0)