Skip to content

Releases: rtCamp/login-with-google

1.4.1

06 Aug 08:58
0b0985b

Choose a tag to compare

What's changed

  • Fix: Resolved the issue of redirect_to parameters not working with the shortcode. - @mchirag2002 (#261) - Reported by @lazerfloyd
  • Update: Migrated block implementation to modern block implementations. - @SH4LIN (#258)
  • Update: Updated Composer and NPM dependencies. - @mi5t4n (#254 & #252)
  • Fix: Fixed the issue of One-tap script not being enqueued if the user was logged out. - @SH4LIN (#255)
  • Chore: Documentation update. @mchirag2002 (#263, #264, #266)

Full Changelog: 1.4.0...1.4.1

1.4.0

05 May 08:15
f1bc6c3

Choose a tag to compare

What's Changed

  • Update: Migrated One Tap Login to use FedCM. - @SH4LIN (#230)
  • Update: After a successful login or logout, users are now redirected to the page they originally intended to access. - @mchirag2002 (#235)
  • Update: When the plugin performs a redirect, it now includes an x-redirect-by header. - @mi5t4n (#236)
  • Update: A settings page link has been added directly under the plugin name on the Plugins screen. - @mi5t4n (#237)
  • Fix: Resolved an issue with generating unique usernames. - @dev-alamin (#239)
  • Fix: Fixed a bug where JavaScript string translations were not being applied correctly. - @mi5t4n (#241)
  • Chore: Documentation update. - @mi5t4n (#243, #242)

New Contributors

Full Changelog: 1.3.7...1.4.0

1.3.7

06 Mar 04:32
0082dfb

Choose a tag to compare

What's Changed

  • update: Plugin compatible with WordPress 6.7.2 by @SH4LIN in #220

Full Changelog: 1.3.6...1.3.7

v1.3.6

04 Mar 11:07
b0eac47

Choose a tag to compare

What's Changed

Full Changelog: 1.3.5...1.3.6

v1.3.5

04 Mar 11:06
f7e0204

Choose a tag to compare

What's Changed

  • Fix: FILTER_SANITIZE_STRING Deprecation warning by @SH4LIN in #200
  • Version Update: v1.3.5 by @SH4LIN in #201

Full Changelog: 1.3.4...1.3.5

v1.3.4

04 Mar 11:05
07d4462

Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.3.4

v1.3.3

04 Mar 11:00
7d0aea6

Choose a tag to compare

What's Changed

  • Fix: Login issue - Need to click login with google button twice by @SH4LIN in #193
  • Release v1.3.3 Upgrade Notice by @SH4LIN in #194
  • chore: updated the plugin version to v1.3.3 by @SH4LIN in #195

Full Changelog: 1.3.2...1.3.3

v1.3.2

06 Sep 10:40
127273b

Choose a tag to compare

Summary

  • Compatible with PHP 8.1 and WordPress 6.3.1

1.3.1

07 Oct 05:48
34ad185

Choose a tag to compare

Version 1.3.1

  • Maintenance release: Updated minimum requirements.

1.3.0

28 Sep 12:23
326b759

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.