Skip to content

Commit

Permalink
Starting 2.9.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Mar 31, 2017
1 parent acb2731 commit 9cc4547
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Hybridauth Change log
=====================
2.9.2 - xxx
Fixes:
#753 + #745 - [Facebook] Return `setUserStatus` functionality

2.9.1 - March 25 2017
Fixes:
#751 - Google Auth break on 2.9.0
#751 - [Google] Auth break on 2.9.0

2.9.0 - March 24 2017
New providers:
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.9.1
# HybridAuth 2.9.2-dev

**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.9.0";
public static $version = "2.9.2-dev";

/**
* Configuration array
Expand Down

0 comments on commit 9cc4547

Please sign in to comment.