Skip to content

Releases: renoki-co/hej

4.0.0

01 Feb 10:33
6b5e278
Compare
Choose a tag to compare

See the PR: #78

  • Dropped Laravel 8.x
  • Added config-based redirects and allowed providers (the config changed, you need to update it)
  • The model does not have $fillable anymore (hence you can extend just the controller for new fields)

3.2.0

09 Feb 22:43
32fc475
Compare
Choose a tag to compare
  • Laravel 9.x (#36)
    • Dropped PHP 7.3, 7.4
    • Dropped Laravel 7.x

3.1.0

29 Apr 14:42
94019d2
Compare
Choose a tag to compare

Redirection upon each action or scenario is now done in separate methods. (94019d2)

The modification is still reverse compatible in case you are overwriting the methods for the social message flashing & redirection (not just redirection)

3.0.0

17 Apr 18:45
b2ba95e
Compare
Choose a tag to compare
  • Replaced laravel/framework requirement with the subcomponents from illuminate/* (b2ba95e)

2.6.1

20 Jan 08:22
e942bb5
Compare
Choose a tag to compare

Security patches

2.6.0

20 Nov 08:20
0d9b6a0
Compare
Choose a tag to compare
Update ci.yml

2.5.0

11 Sep 16:02
6052fad
Compare
Choose a tag to compare

Laravel 8.x

2.4.1

19 Aug 11:18
5411a4d
Compare
Choose a tag to compare
  • Fixed trailing comma errors for pre-7.4 (#6)

2.4.0

28 Jul 14:02
Compare
Choose a tag to compare
  • Removed $providerUser from providerAlreadyLinked() (2e0a418)

2.3.1

28 Jul 13:46
4b3cfca
Compare
Choose a tag to compare
Removed provider_data