Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdclark committed May 19, 2021
1 parent 581bc5d commit 330739f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions login-with-google.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Log in with Google
* Plugin URI: https://github.com/rtCamp/login-with-google
* Description: Allow users to log in with Google on the WordPress login screen.
* Version: 1.0.11
* Version: 1.0.12
* Author: rtCamp
* Author URI: https://rtcamp.com
* License: GPL2
Expand All @@ -16,7 +16,7 @@
define( 'WP_GOOGLE_LOGIN_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
define( 'WP_GOOGLE_LOGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
define( 'WP_GOOGLE_LOGIN_PLUGIN_NAME', plugin_basename( __FILE__ ) );
define( 'WP_GOOGLE_LOGIN_VERSION', '1.0.10' );
define( 'WP_GOOGLE_LOGIN_VERSION', '1.0.12' );

$vendor_autoload = sprintf( '%s/vendor/autoload.php', WP_GOOGLE_LOGIN_PATH );

Expand Down
5 changes: 4 additions & 1 deletion 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.0
Stable tag: 1.0.11
Stable tag: 1.0.12
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -124,6 +124,9 @@ Once you're ready to send a pull request, please run through the following check

== Changelog ==

= 1.0.12 =
* Fix conflict with Login with GitHub plugin.

= 1.0.11 =
* Add 'login_with_google/client_arguments' filter for Google_Client arguments.

Expand Down

0 comments on commit 330739f

Please sign in to comment.