Releases: rtCamp/login-with-google
Releases · rtCamp/login-with-google
1.4.1
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
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
- @mchirag2002 made their first contribution in #233
- @mi5t4n made their first contribution in #236
- @dev-alamin made their first contribution in #239
Full Changelog: 1.3.7...1.4.0
1.3.7
What's Changed
Full Changelog: 1.3.6...1.3.7
v1.3.6
What's Changed
- fix: PHPCS errors/warnings by @NikhilJoshua @SH4LIN in #213
- update: plugin version to 1.3.6 by @SH4LIN in #218
- Plugin Release: v1.3.6 by @SH4LIN in #219
Full Changelog: 1.3.5...1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
Summary
- Compatible with PHP 8.1 and WordPress 6.3.1
1.3.1
Version 1.3.1
- Maintenance release: Updated minimum requirements.
1.3.0
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.