You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#239 Fixes to Disqus provider, which now works properly (the old one was not working)
38
-
#234 Error fix for when you don't have friends in G+ and try using getUsersContacts()
39
-
#226 Fixing fatal error in Yammer Provider
40
-
#227 + #229 Github: getUserProfile() does not contain email address fix
41
-
#236 + #237 OAuth1Client: Allow to set a request body and a content type
42
-
#241 Updates to Install.php
43
-
#208 Updating and fixing examples
44
-
#244 OAuth if the class already exists, use the current class
45
-
#246 Fixing version numbers
46
-
Few small fixes and updates to the examples
47
-
48
-
2.2.1 - May 26 2014
49
-
#213 - Hotfix for undefined variable
50
-
#215 - Hotfix for BYO Storage Mechanism
51
-
52
-
2.2.0 - May 24 2014
53
-
New provider: Yammer
54
-
New provider: freeagent.com
55
-
New provider: Drupal OAuth 2
56
-
New provider: PayPal OAuth 2
57
-
New provider: PayPal OpenID
58
-
Removed provider: MySpace
59
-
Fixes and updates to the following providers: Foursquare, Yandex, Disqus, Vkontakte, Steam, Odnoklassniki.ru, LinkedIn, Facebook, Twitter
60
-
Log curl_exec error for failure tracing
61
-
If log file does not exists it will be created
62
-
Typo fixes
63
-
Many other little changes and fixes
64
-
Enabled to have your own storage mechanism #164
65
-
66
-
2.1.1 - 29 dec 2012
67
-
#59 - Remove OAuth PECL conflict with OAuth PHP Library
68
-
#70 - Update Facebook PHP SDK (v.3.2.2)
69
-
#63 - Minor change to fix getCurrentUrl()
70
-
#73 - Fix misspellings of "authentication" and "valid"; me english bad ;
71
-
#48 + #62 + #71 - Minor change to remove PHP Notices
72
-
#57 - Composer Require CURL
73
-
#53 - Proper handling of LinkedIn user profiles with no telephone numbers
74
-
#64 - Allow restricting google provider to specific domain
75
-
Update Windows Live endpoint URLs (http://msdn.microsoft.com/en-us/library/live/hh243647.aspx)
76
-
Update lightopenid library
77
-
78
-
2.1.0 - 04 aug 2012
79
-
Yahoo! provider adapter is now based on OAuth1 protocol (by Lukasz Koprowski)
80
-
Windows Live provider adapter is now based on OAuth2 protocol (by Lukasz Koprowski)
81
-
Yahoo! and Google openid based are now part of the "additional providers package"
82
-
Add proxy config for providers API (by fedetorre)
83
-
Fix Hybrid_Providers_Google::getUserContacts()
84
-
Fix Twitter user's profile url
85
-
Fix the user profile url on Hybrid_Providers_Facebook::getUserActivity()
86
-
87
-
2.0.11 - 25 jan 2012
88
-
Fix a bug with Twitter update status
89
-
Add a way to specify adapters and wrappers from config
90
-
Added emailVerified property to profile object.
91
-
Added ability to pass display type to Facebook SDK.
92
-
Refactored endpoint
93
-
Add user contacts list for Google Hybrid_Providers_Google::getUserContacts()
94
-
Add Hybrid_Auth::getProviders() to return array listing all enabled providers as well as a flag if you are connected.
95
-
96
-
2.0.10 - 05 dec 2011
97
-
Fix a bug with Facebook update status setUserStatus()
98
-
Fix a bug with linkedin get contacts list getUserContacts()
99
-
Fix refresh token issue with oauth2 client
100
-
Remove https://www.googleapis.com/auth/plus.me from the default Google scope
101
-
Fix an issue with openid identifier verification
102
-
Fix an issue where a user cancel the auth it will persist for some providers
103
-
Another numbers of bug fixes and improvements
104
-
105
-
2.0.9 - 24 nov 2011
106
-
Move Google to work with OAuth 2 protocol.
107
-
Get back Foursquare and AOL to library core as supported networks
108
-
Add 2 new examples "Sign-in/Sign-up Users" and "Basic Facebook integration"
109
-
Fix a bug with linkedin update status setUserStatus()
110
-
111
-
2.0.8 - 18 nov 2011
112
-
Add an auto installer to make life a bit easier.
113
-
Change the configuration file name from hybridauth.php to config.php
114
-
Setting facebook scope from the configuration, now override the default requested scope
115
-
Fix a bug with twitter update status setUserStatus()
116
-
Fix a bug with logoutAllProviders()
117
-
Hybrid_Auth_Activity::$date return now a timestamp across supported social networks
118
-
Introduce the refresh_token as its needed for some providers
119
-
fixed some minor issues and improved bunch of other stuff
120
-
Thanks for KVC, RB Lin and danhstevens!
121
-
122
-
2.0.7 - 12 oct 2011
123
-
Add some generic functions: Hybrid_Provider_Adapter::getUserContacts(), Hybrid_Provider_Adapter::setUserStatus() and Hybrid_Provider_Adapter::getUserActivity() to Facebook, MySpace, Twitter, Identica and LinkedIn.
124
-
Add a generic function to logout all connected provider at once Hybrid_Auth::logoutAllProviders()
125
-
Correct a bug with Hybrid_Auth::getCurrentUrl()
126
-
Split HybridAuth into 2 packages. i) a core library which come with 8 major providers by default, ii) the others one which containt some additional providers
127
-
fixed some minors issues and improved some stuff and whatnot
[](https://gitter.im/hybridauth/hybridauth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
5
6
6
@@ -144,13 +144,11 @@ $ php composer.phar install
144
144
145
145
Hybridauth is a community driven project and accepts contributions of code and documentation from the community.
146
146
147
-
For more information, see [CONTRIBUTING.md](https://github.com/hybridauth/hybridauth/blob/master/CONTRIBUTING.md).
147
+
For more information, see http://hybridauth.github.io/getinvolved.html.
148
148
149
149
#### Questions, Help and Support?
150
150
151
-
For general questions (i.e, "how-to" questions), consider using [StackOverflow](https://stackoverflow.com/questions/tagged/hybridauth).
152
-
153
-
We also have a mailing list at [Google Groups](http://groups.google.com/group/hybridauth).
151
+
For general questions (i.e, "how-to" questions), please consider using [StackOverflow](https://stackoverflow.com/questions/tagged/hybridauth) instead of the Github issues tracker. For convenience, we also have a [low-activity] mailing list at [Google Groups](http://groups.google.com/group/hybridauth) and a [Gitter channel](https://gitter.im/hybridauth/hybridauth) if you want to get help directly from the community.
0 commit comments