Releases: SocialiteProviders/Discord
Releases · SocialiteProviders/Discord
4.2.0
4.1.2
Full Changelog: 4.1.1...4.1.2
4.1.1
PHP 8 Support
- Support PHP 8
4.0.0
v2.0.2: email does not exist if email-scope is excluded (#173)
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)
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
Use Manager 3.0
v1.0.0: Merge pull request #1 from arcdigital/master
Return null for the avatar if they don't have one set