Skip to content

Releases: rtCamp/login-with-google

v1.3.2

06 Sep 10:40
127273b
Compare
Choose a tag to compare

Summary

  • Compatible with PHP 8.1 and WordPress 6.3.1

1.3.1

07 Oct 05:48
34ad185
Compare
Choose a tag to compare

Version 1.3.1

  • Maintenance release: Updated minimum requirements.

1.3.0

28 Sep 12:23
326b759
Compare
Choose a tag to compare

Version 1.3.0

  • Feature: Gutenberg block for Login button.
  • Feature: Save user first name and last name on registration.
  • Add: PHP 8.0 compatibility.
  • Add: Added hook after user authentication.
  • Add: Added hook after user is logged-in.
  • Fix: set login cookie with shortcode display.
  • Fix: Redirection back to login page issue.
  • Updated npm packages and laravel-mix.

1.2.2

05 Oct 13:26
Compare
Choose a tag to compare

Version 1.2.2

  • Maintenance release. Requires PHP >= 7.4.

1.2.1

05 Oct 16:50
Compare
Choose a tag to compare

Version 1.2.1

  • Feature: Provide filter for client arguments: rtcamp.google_client_args

1.2.0

05 Oct 16:51
Compare
Choose a tag to compare

Version 1.2.0

  • Feature: One-Tap Login setting for supported browsers.

1.1.0

05 Oct 16:53
Compare
Choose a tag to compare

Version 1.1.0

  • 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.0.14

05 Oct 17:00
Compare
Choose a tag to compare

Version 1.0.14

  • Revert Login with GitHub state fix.

1.0.13

05 Oct 17:01
Compare
Choose a tag to compare

Version 1.0.13

  • Fix login issue related to oAuth state.

1.0.12

05 Oct 17:02
Compare
Choose a tag to compare

Version 1.0.12

  • Fix conflict with Login with GitHub plugin.