Releases: rtCamp/login-with-google
Releases · rtCamp/login-with-google
v1.3.2
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.
1.2.2
Version 1.2.2
- Maintenance release. Requires PHP >= 7.4.
1.2.1
Version 1.2.1
- Feature: Provide filter for client arguments:
rtcamp.google_client_args
1.2.0
Version 1.2.0
- Feature: One-Tap Login setting for supported browsers.
1.1.0
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
Version 1.0.14
- Revert Login with GitHub state fix.
1.0.13
Version 1.0.13
- Fix login issue related to oAuth state.
1.0.12
Version 1.0.12
- Fix conflict with Login with GitHub plugin.