Version 3.0.3
September 20, 2018
Added
- Added
dukt\social\github\loginproviders\Github::getDefaultUserFieldMapping()
.
Changed
- Changed
dukt\social\github\loginproviders\Github::getOauthProvider()
method’s visibility topublic
. - Renamed
dukt\social\github\loginproviders\Github::getDefaultScope()
todukt\social\github\loginproviders\Github::getDefaultOauthScope()
. - Updated
dukt/social
composer dependency to^2.0.0-beta.10
. - Updated
dukt\social\github\loginproviders\Github::getOauthProvider()
to take into account the new OAuth provider config introduced in Social 2.0.0-beta.10. - Removed
dukt\social\github\loginproviders\Github::getClient()
. - Removed
dukt\social\github\loginproviders\Github::getProfile()
. - Removed
dukt\social\github\loginproviders\Github::getRemoteEmail()
.
Version 3.0.2
May 18, 2018
Changed
- Typed
dukt\social\linkedin\loginproviders\Linkedin::getName()
’s return to string.
Version 3.0.1
December 17, 2017
Changed
- Updated to require craftcms/cms
^3.0.0-RC1
.
Version 3.0.0
October 1, 2017
Added
- Added Social 2 compatibility.
- Added Craft 3 compatibility.