Skip to content

Commit

Permalink
2.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jan 12, 2016
1 parent 29c62b9 commit 45e52d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
@@ -1,6 +1,6 @@
Hybridauth Change log
=====================
2.6.0 - January XX 2016
2.6.0 - January 12 2016
New providers:
#546 + #547 - GitLab OAuth2
#577 - MixCloud
Expand All @@ -10,6 +10,7 @@ Hybridauth Change log
#572 - Add cURL timeouts for OpenID
#582 - [Facebook] read_stream removed
#588 - [BitBucket] Upgrade to OAuth2 protocol and patches
#607 + #240 - Gzip support added
Changes:
#567 - [Odnoklassniki] Get better size of user avatar
#570 - [odnoklassniki] Improve error reporting
Expand All @@ -20,6 +21,8 @@ Hybridauth Change log
#575 - [Steam] Fix Steam profileUrl
#578 - [Odnoklassniki] new link
#595 - [DigitalOcean] Removing location
#606 + #607 - [stackexchange] Bugs fixing and improvements


2.5.1 - October 12 2015
Fixes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# HybridAuth 2.6.0-dev
# HybridAuth 2.6.0

[![Join the chat at https://gitter.im/hybridauth/hybridauth](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hybridauth/hybridauth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

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

public static $version = "2.6.0-dev";
public static $version = "2.6.0";

/**
* Configuration array
Expand Down

0 comments on commit 45e52d1

Please sign in to comment.