Skip to content

Commit

Permalink
Merge pull request #923 from stloyd/feature/changelog
Browse files Browse the repository at this point in the history
Log missing changes, update readme & composer files
  • Loading branch information
stloyd committed Dec 4, 2015
2 parents ec10094 + b379e56 commit 86b5a87
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 28 deletions.
53 changes: 32 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,45 @@
Changelog
=========

## 0.4.0 (2015-??-??)
## 0.4.0 (2015-12-04)
* [BC break] Added `UserResponseInterface#getFirstName()` method, also a new default path `firstname`
was added, this path holds the first name of user,
* [BC break] Added `UserResponseInterface#getLastName()` method, also a new default path `lastname`
was added, this path holds the last name of user,
* [BC break] Added `UserResponseInterface::getOAuthToken()` & basic implementation in `AbstractUserResponse`,
* [BC break] `GenericOAuth1ResourceOwner::getRequestToken()` is now public method (was protected),
* Added: configuration parameter `firewall_name` (will be removed in next major version)
renamed to `firewall_names` to support mutiple firewalls,
* Added Auth0 resource owner
* Added Azure resource owner
* Added BufferApp resource owner
* Added Deezer resource owner
* Added Discogs resource owner
* Added EveOnline resource owner
* Added Fiware resource owner
* Added Hubic resource owner
* Added Paypal resource owner
* Added Reddit resource owner
* Added Runkeeper resource owner
* Added Soundcloud resource owner
* Added Spotify resource owner
* Added Strava resource owner
* Added Toshl resource owner
* Added Wechat resource owner
* Added Wordpress resource owner
* Added Xing resource owner
* Added Youtube resource owner
renamed to `firewall_names` to support multiple firewalls,
* Added: configuration parameter: `failed_auth_path` which contains route name, on which user
will be redirected after failure when connecting accounts (i.e. user denies connection),
* Added: `appsecret_proof` functionality support to the Facebook resource owner,
* Added: `sandbox` functionality support to the Salesforce resource owner,
* Added Auth0 resource owner,
* Added Azure resource owner,
* Added BufferApp resource owner,
* Added Deezer resource owner,
* Added Discogs resource owner,
* Added EveOnline resource owner,
* Added Fiware resource owner,
* Added Hubic resource owner,
* Added Paypal resource owner,
* Added Reddit resource owner,
* Added Runkeeper resource owner,
* Added Slack resource owner,
* Added Spotify resource owner,
* Added Soundcloud resource owner,
* Added Strava resource owner,
* Added Toshl resource owner,
* Added Trakt resource owner,
* Added Wechat resource owner,
* Added Wordpress resource owner,
* Added Xing resource owner,
* Added Youtube resource owner,
* Fixed: Revoking tokens for Facebook & Google resource owners,
* Fixed: Instagram allows only GET calls to fetch user details,
* Fixed: `ResourceOwnerMap` no longer depends on deprecated `ContainerAware` class,
* Fixed: Wrong usage of `json_decode` in Mail.ru resource owner,
* Fixed: Transform storage exceptions in OAuth1 resource owners into `AuthenticationException`
* Fixed: Default scopes & fields for VKontakte resource owner

## 0.3.9 (2015-08-28)
Expand Down
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ This bundle contains support for 40 different providers:
* Box,
* BufferApp,
* Dailymotion,
* Deezer,
* DeviantArt,
* Discogs,
* Disqus,
* Dropbox,
* EVE Online,
Expand All @@ -36,13 +38,16 @@ This bundle contains support for 40 different providers:
* RunKeeper,
* Salesforce,
* Sensio Connect,
* Sina Weibo
* Spotify
* Soundcloud
* Sina Weibo,
* Slack,
* Soundcloud,
* Spotify,
* Stack Exchange,
* Stereomood,
* Strava,
* Toshl,
* Trakt,
* Trello,
* Twitch,
* Twitter,
* VKontakte,
Expand All @@ -62,7 +67,7 @@ Installation
All the installation instructions are located in the documentation, check it for specific
version:

* [__0.4__](https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/1-setting_up_the_bundle.md) with support for Symfony `>=2.3`
* [__0.4__](https://github.com/hwi/HWIOAuthBundle/blob/0.4/Resources/doc/1-setting_up_the_bundle.md) with support for Symfony `>=2.3,<3.0`
* [__0.3__](https://github.com/hwi/HWIOAuthBundle/blob/0.3/Resources/doc/1-setting_up_the_bundle.md) with support for Symfony `>=2.1,<2.7`

Documentation
Expand All @@ -71,7 +76,7 @@ Documentation
The bulk of the documentation is stored in the `Resources/doc/index.md`
file in this bundle. Read the documentation for version:

* [__0.4__](https://github.com/hwi/HWIOAuthBundle/blob/master/Resources/doc/index.md) with support for Symfony `>=2.3`
* [__0.4__](https://github.com/hwi/HWIOAuthBundle/blob/0.4/Resources/doc/index.md) with support for Symfony `>=2.3,<3.0`
* [__0.3__](https://github.com/hwi/HWIOAuthBundle/blob/0.3/Resources/doc/index.md) with support for Symfony `>=2.1,<2.7`

License
Expand Down
17 changes: 15 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,20 @@
"security",

"amazon",
"auth0",
"azure",
"bitbucket",
"bitly",
"box",
"bufferapp",
"dailymotion",
"deezer",
"deviantart",
"discogs",
"disqus",
"dropbox",
"eventbrite",
"eve online",
"facebook",
"fiware",
"flickr",
Expand All @@ -34,24 +39,32 @@
"linkedin",
"mail.ru",
"odnoklassniki",
"paypal",
"qq",
"reddit",
"runkeeper",
"salesforce",
"sensio connect",
"stack exchange",
"stereomood",
"sina weibo",
"slack",
"sound cloud",
"spotify",
"stack exchange",
"stereomood",
"strava",
"toshl",
"trakt",
"trello",
"twitch",
"twitter",
"vkontakte",
"wechat",
"windows live",
"wordpress",
"xing",
"yahoo",
"yandex",
"youtube",
"37signals"
],

Expand Down

0 comments on commit 86b5a87

Please sign in to comment.