HybridAuth v3.6.0 Release Notes
Release Date: 2020-10-21 // about 4 years ago-
v3.6.0 (2020-10-21)
๐ฑ Milestone for v3.6 ๐
๐ฑ ๐ Improvements
- ๐ #1198 - Consistent state handling (documentation issue?) (@chrisgraham)
- #1242 - Fix PSR-2 compliance. (@chrisgraham)
- #1245 - Fix PSR-2 issues in comments. (@chrisgraham)
- โฌ๏ธ #1248 - [Facebook] Upgrade Graph API to v8.0. (@sviluppomania)
๐ฑ ๐ New Providers
๐ฑ ๐ Bug fixes
- #1239 - Fix OAuth1 flow bug. (@chrisgraham)
- ๐ #1236 - Fix code went missing during merge / missed code from Vkontakte. (@chrisgraham)
- #1240 - [WeChat] Fix authentication and profile data retrieval issue. (@chrisgraham + @champsupertramp)
- #1238 - Fix session storage, due to bug in OpenID. (@chrisgraham)
๐ฑ ๐๏ธ Dropped
- ๐ #1237 - [YahooOpenID] Yahoo dropped OpenID support. (@chrisgraham)
p.s. Thanks to anyone who contributes.
Previous changes from v3.5.0
-
v3.5.0 (2020-10-21)
๐ฑ Milestone for v3.5 ๐
๐ฑ ๐ Improvements
- ๐ #1233 - [Telegram] Support profile URLs. (@chrisgraham)
- ๐ #1234 - [Telegram] Need to support nonces for domains that have CSP enabled. (@chrisgraham)
- #1222 - [Telegram] Some basic guidance on how to make Telegram provider work. (@chrisgraham)
- #1213 - Fix code inconsistencies across providers. (@chrisgraham)
- #1215 - [Facebook] Pass locale to Facebook API. (@chrisgraham)
- #1217 - [Facebook] Implemented Facebook token exchange mechanism. (@chrisgraham)
- #1204 - Show which URLs are failing when an endpoint returns an error. (@chrisgraham)
- #1224 - AuthorizationDeniedException should be used for OAuth2. (@chrisgraham)
- #1208 - [Vkontakte] Document where the config settings on Vkontakte come from. (@chrisgraham)
- ๐ #1205 - [BitBucket] Link to OAuth2 config URL, support profile URL, fix typo. (@chrisgraham)
- ๐ #1207 - [Reddit] Support photoURL as Reddit avatar. (@chrisgraham)
- #1194 - [Twitter] Improved code comments documenting Twitter provider. (@chrisgraham)
- #1193 - Write project name consistently. (@chrisgraham)
๐ฑ ๐ New Providers
- #1211 - Reimplemented Dropbox for Hybridauth v3, using Dropbox v2 API this time. (@chrisgraham)
- #1188 - Add DeviantArt Provider. (@Ganofins)
๐ฑ ๐ Bug fixes
- #1235 - Fix example07 for closing popup via js. (@ApacheEx)
- #1214 - Fix guzzle issue with query string encoding. (@chrisgraham)
- ๐จ #1220 - Refactor refresh token handling to fix some messy code and bugs. (@chrisgraham)
- #1203 - [StackExchange] fix and clarification. (@chrisgraham)
- #1225 - Fix various bad error messages and inconsistencies in exceptions. (@chrisgraham)
- #1223 - Fix incorrect exceptions being thrown by a couple of providers. (@chrisgraham)
- #1209 - Improve MicrosoftGraph provider. (@chrisgraham)
- ๐ #1202 - Fixed the Yahoo provider as it now needs to use OpenID Connect on top of OAuth2. (@chrisgraham)
- #1229 - [php7.4] Remove deprecated get_magic_quotes_gpc. (@ApacheEx)
- 533d9da - [Steam] Replace steamid with steamids. (@ApacheEx)
- 7e93ffd - [Steam] Use strict check for https. (@ApacheEx)
p.s. Thanks to anyone who contributes and incredibly huuuuuge effort from @chrisgraham.