Skip to content

Commit

Permalink
Version 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdclark committed Jul 19, 2021
1 parent b6f21c7 commit f6b36d9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ passwords. Just one click and land into the site!
3. Upload the directory to `wp-content/plugins` directory.
4. Activate the plugin from WordPress dashboard.

## Browser support
[These browsers are supported](https://developers.google.com/identity/gsi/web/guides/supported-browsers). Note, for example, that One Tap Login is not supported in Safari.

## Usage Instructions

1. You will need to register a new application at https://console.cloud.google.com/apis/dashboard
Expand Down
2 changes: 1 addition & 1 deletion login-with-google.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Login with Google
* Description: Allow users to login/register via Google.
* Version: 1.1
* Version: 1.2
* Author: rtCamp
* Author URI: https://rtcamp.com
* Text Domain: login-with-google
Expand Down
14 changes: 9 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: Google login, sign in, sso, oauth, authentication, sign-in, single sign-on
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.3
Stable tag: 1.1
Stable tag: 1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -35,6 +35,9 @@ define( 'WP_GOOGLE_LOGIN_CLIENT_ID', 'YOUR_GOOGLE_CLIENT_ID' );
define( 'WP_GOOGLE_LOGIN_SECRET', 'YOUR_SECRET_KEY' );
````

### Browser support
[These browsers are supported](https://developers.google.com/identity/gsi/web/guides/supported-browsers). Note, for example, that One Tap Login is not supported in Safari.

### How to enable automatic user registration

You can enable user registration either by
Expand Down Expand Up @@ -138,6 +141,9 @@ Once you're ready to send a pull request, please run through the following check

== Changelog ==

= 1.2 =
* Feature: One-Tap Login setting for supported browsers.

= 1.1 =
* Feature: Add shortcode `[google_login]` with optional attributes: `[google_login button_text="Login with Google" force_display="no" redirect_to="https://example.url/page"]`.
* Feature: Replace third-party oAuth client with custom GoogleClient class.
Expand All @@ -164,7 +170,5 @@ Once you're ready to send a pull request, please run through the following check

== Upgrade Notice ==

* Feature: Add shortcode `[google_login]` with optional attributes: `[google_login button_text="Login with Google" force_display="no" redirect_to="https://example.url/page"]`.
* Feature: Replace third-party oAuth client with custom GoogleClient class.
* Fix: Identification of state value, whether a given oAuth login is relevant to this plugin.
* Remove: Google oAuth library from composer.
= 1.2 =
* Feature: One-Tap Login setting for supported browsers.

0 comments on commit f6b36d9

Please sign in to comment.