Skip to content

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Mar 24, 2017
1 parent 18113ee commit 87b7161
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Hybridauth Change log
=====================
2.8.3 - XXX
2.9.0 - March 24 2017
New providers:
#740 + #741 - Discord
#737 + #738 - idQ
#718 - Envato
#711 + #712 - Stripe
Fixes:
#715 - [LinkedIn] Removed unset() which breaks PHP 7.1 compatibility
#722 - [Core] Add notice about maintainance mode of the library
Expand All @@ -9,6 +14,7 @@ Hybridauth Change log
#735 - [LinkedIn] location feature
#727 + #734 - [Facebook] Fix problem which occurs during calling the Facebook Graph API to getAccessToken() for a specific redirectUrl
#729 - [Facebook] Fix wrong country data
#736 - [Google] Resolve issue in obtaining contacts

2.8.2 - December 9 2016
Fixes:
Expand All @@ -26,7 +32,7 @@ Hybridauth Change log
BREAKING:
#688 - [Facebook] Update Provider to use newer API version
#691 - [Google+] Correct age range
New provider:
New providers:
#673 - Strava
#682 - Amazon
New:
Expand All @@ -40,7 +46,7 @@ Hybridauth Change log
#692 - [Tumblr] Use https protocol for tumblr urls

2.7.0 - September 4 2016
New provider:
New providers:
#639 - Humanitarian ID
#649 - Pinterest
#653 - Weibo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HybridAuth 2.8.3-dev
# HybridAuth 2.9.0

**NOTE:** HybridAuth is in maintainance mode. Although pull requests from the community are still accepted, you should find alternatives if you are starting a new project. HA is getting outdated by the day and there are no official plans to work on HybridAuth.

Expand Down
2 changes: 1 addition & 1 deletion hybridauth/Hybrid/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Hybrid_Auth {

public static $version = "2.8.3-dev";
public static $version = "2.9.0";

/**
* Configuration array
Expand Down

0 comments on commit 87b7161

Please sign in to comment.