From f6b36d971abbb80b8384592e373bb884f98eae6b Mon Sep 17 00:00:00 2001
From: Paul Clark <pdclark@pdclark.com>
Date: Mon, 19 Jul 2021 15:26:25 -0700
Subject: [PATCH] Version 1.2.

---
 README.md             |  3 +++
 login-with-google.php |  2 +-
 readme.txt            | 14 +++++++++-----
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 8e768f77..5f46960c 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/login-with-google.php b/login-with-google.php
index 3d5525e7..65e76116 100644
--- a/login-with-google.php
+++ b/login-with-google.php
@@ -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
diff --git a/readme.txt b/readme.txt
index 57a294b5..8074c5c1 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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
 
@@ -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
@@ -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.
@@ -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.