Skip to content

Releases: joelbutcher/socialstream

v3.0.3

27 May 07:52
5a26599
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with the redirect response being hard-coded to fortify.home, this now uses Fortify's LoginResponse contract
  • Fixed an issue where banner messages looked like arrays (#114)

v3.0.2

22 Apr 13:15
d4d342a
Compare
Choose a tag to compare

Fixed

  • Fixed ResolvesSocialiteUser not being published in install for Inertia stack (#106)
  • Fixed missing feature flag for delete account for (#107)

v3.0.1

18 Mar 07:30
Compare
Choose a tag to compare

Changes

  • Only handle registration if the feature is enabled in Fortify (e2828d3)

v2.4.1

18 Mar 07:29
Compare
Choose a tag to compare

Changes

  • Only handle registration if the feature is enabled in Fortify (09fad4e)

v1.1.3

18 Mar 07:28
Compare
Choose a tag to compare

Changes

  • Only handle registration if the feature is enabled in Fortify (4cf91da)

v3.0.0

17 Mar 23:21
Compare
Choose a tag to compare

New

  • Connected Account Policy (c5f4e08)
  • Add remember session to feature flags (#62)
  • Download avatars (95fbdec)
  • Generate missing emails for providers (83f9141)

Changes

  • Update token field lengths (81ae459)
  • Update connected accounts on every successful SSO login request (368268a)

v2.4.0

09 Mar 14:11
Compare
Choose a tag to compare

Changes

  • Allow developers to customise Socialite user resolution (#86)

v2.3.0

29 Jan 17:35
557c886
Compare
Choose a tag to compare

Changes

  • Create account on login feature (#58)

v2.2.0

13 Jan 16:24
d073515
Compare
Choose a tag to compare

Changes

  • Define data shared method on connected account abstract (#42)
  • Use diffForHumans for connected account dates (#41)

v2.1.1

12 Jan 17:15
37398a1
Compare
Choose a tag to compare

Fixed

  • Fixed conflicting doctrine/dbal version with Laravel Nova 3.x: ^2.9|^3.0