Skip to content

Releases: verbb/social-login

2.0.0-beta.1

04 Mar 09:38
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0-beta.1+.

1.0.9

08 Dec 09:49
Compare
Choose a tag to compare

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.

1.0.8

25 Oct 00:39
Compare
Choose a tag to compare

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.

1.0.7

05 Oct 00:53
Compare
Choose a tag to compare

{warning} 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.

1.0.6

11 Jul 22:29
Compare
Choose a tag to compare

Fixed

  • Fix scopes when merging array values.

1.0.5

11 Jul 07:17
Compare
Choose a tag to compare

Fixed

  • Fix scopes when merging array values.

1.0.4

27 May 02:01
Compare
Choose a tag to compare

Added

  • Add current site support to Redirect URI for multi-sites.
  • Add support for Azure for custom tenants.

1.0.3

24 Apr 22:01
Compare
Choose a tag to compare

Fixed

  • Fix an incorrect foreign key constraint with connections.

1.0.2

12 Apr 03:47
Compare
Choose a tag to compare

Fixed

  • Fix an error when setting custom scopes for providers.

1.0.1

07 Apr 01:27
Compare
Choose a tag to compare

Added

  • Add Neon CRM as a provider.
  • Add “Custom Domain” setting to Auth0 provider.

Fixed

  • Fix Redirect URI not working correctly for multi-sites.