Skip to content

Releases: SocialiteProviders/Discord

4.2.0

24 Jul 23:35
Compare
Choose a tag to compare

Full Changelog: 4.1.2...4.2.0

4.1.2

01 Feb 23:59
Compare
Choose a tag to compare

Full Changelog: 4.1.1...4.1.2

4.1.1

05 Jan 22:06
Compare
Choose a tag to compare
Added options for discord avatars (#604)

PHP 8 Support

01 Dec 23:32
Compare
Choose a tag to compare
  • Support PHP 8

4.0.0

25 Oct 22:45
Compare
Choose a tag to compare
  • Drop PHP < 7.2
  • Drop Laravel < 6

v2.0.2: email does not exist if email-scope is excluded (#173)

28 Jun 04:29
Compare
Choose a tag to compare
Currently, the Discord provider doesn't take into account when email OAuth scope is not selected and throws an exception.

When using `identify` and excluding `email`, Discord provider tries to retrieve `email` array key within `mapUserToObject()` without checking if `email` exists.

v2.0.1: Update mapUserToObject to accept discriminator as string (#98)

28 Aug 04:48
Compare
Choose a tag to compare
mapUserToObject function was removing the leading 0 from username "%s#%d" because it was being seen as an integer rather than a string.

v2.0.0

26 Jan 08:02
Compare
Choose a tag to compare
Use Manager 3.0

v1.0.0: Merge pull request #1 from arcdigital/master

25 Aug 17:58
Compare
Choose a tag to compare
Return null for the avatar if they don't have one set