Skip to content

Commit

Permalink
Preparation for 2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Oct 29, 2016
1 parent 02ae0cd commit 337aff8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
Hybridauth Change log
=====================
2.8.0 - XXXX
2.8.0 - October 29 2016
BREAKING:
#688 - [Facebook] Update Provider to use newer API version
#691 - [Google+] Correct age range
New provider:
#673 - Strava
#682 - Amazon
New:
#679 - Allow setting custom start & done endpoints (#680 docs)
#689 - [LinkedIn] Add current organization and job title to the user profile
#690 - [Pinterest] Provider updates and new API calls
Fixes:
#658 - [Windows Live] Workaround for authentication
#684 - [Twitter] Set emailVerified
#685 - [LinkedIn] Remove array shorthand constructor
#692 - [Tumblr] Use https protocol for tumblr urls

2.7.0 - September 4 2016
New provider:
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.8.0-dev
# HybridAuth 2.8.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 composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mourjan/hybridauth",
"name": "hybridauth/hybridauth",
"description": "Open source social sign on PHP library.",
"keywords": ["hybridauth", "login", "oauth", "social", "openid", "facebook", "google", "twitter", "yahoo"],
"homepage": "http://hybridauth.sourceforge.net",
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.8.0-dev";
public static $version = "2.8.0";

/**
* Configuration array
Expand Down

0 comments on commit 337aff8

Please sign in to comment.