Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jan 12, 2016
1 parent e7ea671 commit 07e7254
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hybridauth Change log
=====================
2.6.0 - [not released]
2.6.0 - January XX 2016
New providers:
#546 + #547 - GitLab OAuth2
#577 - MixCloud
Expand All @@ -14,9 +14,12 @@ Hybridauth Change log
#567 - [Odnoklassniki] Get better size of user avatar
#570 - [odnoklassniki] Improve error reporting
#571 - [Hybrid_Endpoint] Improve error reporting
#576 - Improve logging and error handling in main providers
#598 - Update GitLab API points, fix LastFM typo, refactor file/folder structure stack exchange
Fixes:
#575 - [Steam] Fix Steam profileUrl
#578 - [Odnoklassniki] new link
#595 - [DigitalOcean] Removing location

2.5.1 - October 12 2015
Fixes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function getUserProfile()
$this->user->profile->identifier = @ $data->account->uuid;
$this->user->profile->displayName = @ $data->account->email; // No display name value from the API so we use email
$this->user->profile->email = @ $data->account->email;
$this->user->profile->region = @ $data->account->location;
//$this->user->profile->region = @ $data->account->location;

// Digital ocean returns a flag marking the email as verified or not
// We compare this to the email in use and set the emailVerified
Expand Down

0 comments on commit 07e7254

Please sign in to comment.