Skip to content

Commit

Permalink
Change log and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
AdwinTrave committed Mar 9, 2015
1 parent 536ca9b commit 4d70818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Hybridauth Change log
#351 - Deezer provider fix
#296 - OAuth2Client - curl - invalid POSTc
#395 - Do not replace $_REQUEST with something else
#412 - Facebook now requires access_token to get coverInfoURL

2.3.0 - November 16 2014
#87 - Make logging level based
Expand Down
4 changes: 2 additions & 2 deletions hybridauth/Hybrid/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* HybridAuth
* http://hybridauth.sourceforge.net | http://github.com/hybridauth/hybridauth
* (c) 2009-2014, HybridAuth authors | http://hybridauth.sourceforge.net/licenses.html
* (c) 2009-2015, HybridAuth authors | http://hybridauth.sourceforge.net/licenses.html
*/

/**
Expand All @@ -14,7 +14,7 @@
*/
class Hybrid_Auth
{
public static $version = "2.3.0";
public static $version = "2.4.0-dev";

public static $config = array();

Expand Down

0 comments on commit 4d70818

Please sign in to comment.