Skip to content

Commit

Permalink
Release 2.7.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Sep 5, 2016
1 parent 89445fc commit d4e5bc3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
Hybridauth Change log
=====================
2.7.0 - XXX
2.7.0 - September 4 2016
New provider:
#639 - Humanitarian ID
#649 - Pinterest
#653 - Weibo
#661 - Dataporten
New:
#612 - [OAuth2Client][improvement] Be able to specify decode json step per each api call
#638 - Make use of the redirect mode
#655 - [OAuth2Client][improvement] Can now make `DELETE` and `PATCH` calls.
#668 - [LinkedIn] Add ability to set fields
Fixes:
#637 - [BitBucket] Fix fetch email
#610 - Fixes redirect in auth after user pushes the browser back button
#634 - [Google+] correct age values
#650 - [Vkontakte] Update URLs and small fixes with reformat
#656 - [Sina] Remove duplicate expression
#657 - Fixed issue with empty redirect mode configuration preventing redirection
#669 - Fix PHP Notice when $_SERVER["QUERY_STRING"] is not defined

2.6.0 - January 12 2016
New providers:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HybridAuth 2.7.0-dev

[![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)
# HybridAuth 2.7.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)

HybridAuth enables developers to easily build social applications and tools
to engage websites visitors and customers on a social level by implementing
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.7.0-dev";
public static $version = "2.7.0";

/**
* Configuration array
Expand Down

0 comments on commit d4e5bc3

Please sign in to comment.