From d4e5bc34008e8c187c302eb4e94200ee4a208c63 Mon Sep 17 00:00:00 2001 From: StorytellerCZ Date: Sun, 4 Sep 2016 23:02:22 -0400 Subject: [PATCH] Release 2.7.0 :tada: --- CHANGELOG | 6 +++++- README.md | 6 +++--- hybridauth/Hybrid/Auth.php | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) mode change 100644 => 100755 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG old mode 100644 new mode 100755 index a50c68c26..f39659fa7 --- a/CHANGELOG +++ b/CHANGELOG @@ -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: diff --git a/README.md b/README.md index f8d1ef909..4abebb1de 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/hybridauth/Hybrid/Auth.php b/hybridauth/Hybrid/Auth.php index 515a6a5a4..b3506d561 100644 --- a/hybridauth/Hybrid/Auth.php +++ b/hybridauth/Hybrid/Auth.php @@ -15,7 +15,7 @@ */ class Hybrid_Auth { - public static $version = "2.7.0-dev"; + public static $version = "2.7.0"; /** * Configuration array