Version 2.0.7
September 14, 2024
Added
- Add Microsoft Entra provider.
Version 2.0.6
September 7, 2024
Added
- Add the ability to set the endpoint version for Azure provider.
Version 2.0.5
August 11, 2024
Changed
- CP Login templates now are wrapped with a
.social-login-cp-container
div. - Update
syncProfile
to be disabled by default. - Update English translations.
Fixed
- Fix custom CP login template not resolving correctly.
- Fix HubSpot default scopes.
Version 2.0.4
July 17, 2024
Fixed
- Fix an error with Amazon Cognito provider.
Version 2.0.3
July 15, 2024
Added
- Add
sendActivationEmail
plugin setting. - Add the ability to set
data
for a login request, where users might want to store extra information. - Add Amazon Cognito provider.
Changed
- Revert callback URI change for
cpTrigger = null
(for detached CPs).
Fixed
- Fix race conditions with plugin initialization. (thanks @nfourtythree).
- Fix activation email logic.
Version 2.0.2
May 29, 2024
Added
- Added a new Plugin setting for syncing user profiles for existing accounts (thanks @SwiseWeb).
- Add the ability to set
data
for a login request, where users might want to store extra information.
Changed
- Update English translations.
Fixed
- Fix URL normalization for headless redirect URI.
- Fix an error with
headlessMode
and CP-based logins. - Fix LinkedIn provider and the v2 API.
- Fix an error when using “Name” as a value for matching an existing user. This is now “Full Name”.
- Fix control panel login not working correctly.
Version 2.0.1
May 14, 2024
Fixed
- Fix an error with Salesforce.
Version 2.0.0
May 13, 2024
Added
- Add improved session-handling for authorization and callback methods, to improve failed sessions in some cases.
- Add IdentityServer4 provider.
- Add Salesforce provider.
- Add logging when a provider cannot be saved.
Changed
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
.
Fixed
- Fix an error when uninstalling the plugin.
- Fix Salesforce provider.
- Fix Apple provider not saving.
Version 1.0.20
September 14, 2024
Added
- Add Microsoft Entra provider.
Version 1.0.19
September 7, 2024
Added
- Add the ability to set the endpoint version for Azure provider.
Version 1.0.18
August 11, 2024
Changed
- CP Login templates now are wrapped with a
.social-login-cp-container
div. - Update
syncProfile
to be disabled by default. - Update English translations.
Fixed
- Fix custom CP login template not resolving correctly.
- Fix HubSpot default scopes.
Version 1.0.17
July 17, 2024
Fixed
- Fix an error with Amazon Cognito provider.
Version 1.0.16
July 15, 2024
Added
- Add
sendActivationEmail
plugin setting. - Add the ability to set
data
for a login request, where users might want to store extra information. - Add Amazon Cognito provider.
Changed
- Now requires Craft 4.3.5+.
- Revert callback URI change for
cpTrigger = null
(for detached CPs).
Fixed
- Fix race conditions with plugin initialization. (thanks @nfourtythree).
- Fix activation email logic.
Version 1.0.15
May 29, 2024
Added
- Added a new Plugin setting for syncing user profiles for existing accounts (thanks @SwiseWeb).
Changed
- Update English translations.
Fixed
- Fix URL normalization for headless redirect URI.
- Fix an error with
headlessMode
and CP-based logins. - Fix LinkedIn provider and the v2 API.
Version 1.0.14
April 29, 2024
Added
- Add support for
headlessMode
redirect URIs.
Changed
- Update English translations.
Version 1.0.13
April 5, 2024
Added
- Add improved session-handling for authorization and callback methods, to improve failed sessions in some cases.
Version 1.0.12
April 4, 2024
Fixed
- Fix an error when uninstalling the plugin.
- Fix Salesforce provider.
Version 1.0.11
March 26, 2024
Added
- Add Salesforce provider.
- Add logging when a provider cannot be saved.
Fixed
- Fix Apple provider not saving.
Version 1.0.10
March 22, 2024
Added
- Add IdentityServer4 provider.
Version 1.0.9
December 8, 2023
Added
- Control Panel registrations are now enabled.
- Add
forceActivate
plugin setting to override Craft’s user verification handling and login users immediately and automatically. - Add support for “Remember Me” handling, as per your Craft config settings, and when providing a
rememberMe
param for login. - Add full name as a user field. (thanks @kennethormandy).
- Add session errors for fatal errors when processing login callback.
Fixed
- Fix an error when calling
Provider::getToken()
for unauthenticated users. - Fix callback URI when Craft’s
cpTrigger
is null (for detached CPs). - Fix an error when saving plugin settings, overwriting provider settings.
- Fix Google offline access type.
Version 1.0.8
October 25, 2023
Fixed
- Fix an issue where providers were flagging an error when email values from were returning anything other than
email
. - Fix some duplicated user profile field handles for some clients.
Version 1.0.7
October 5, 2023
If you are using LinkedIn, your LinkedIn app will need to now include the Sign In with LinkedIn using OpenID Connect product.
Added
- Add FreeAgent provider.
- Add Telegram provider.
- Add “Use Sandbox” setting for PayPal.
Changed
- Change LinkedIn to use new OpenID Connect API.
Fixed
- Fix Shopify provider not including a configurable “Shop” setting.
Version 1.0.6
July 12, 2023
Fixed
- Fix scopes when merging array values.
Version 1.0.5
July 11, 2023
Fixed
- Fix scopes when merging array values.
Version 1.0.4
May 27, 2023
Added
- Add current site support to Redirect URI for multi-sites.
- Add support for Azure for custom tenants.
Version 1.0.3
April 25, 2023
Fixed
- Fix an incorrect foreign key constraint with connections.
Version 1.0.2
April 12, 2023
Fixed
- Fix an error when setting custom scopes for providers.
Version 1.0.1
April 7, 2023
Added
- Add Neon CRM as a provider.
- Add “Custom Domain” setting to Auth0 provider.
Fixed
- Fix Redirect URI not working correctly for multi-sites.
Version 1.0.0
February 1, 2023
Added
- Initial release