mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
fix inconsistent styles
This commit is contained in:
parent
1d7d97e341
commit
54250c894e
1 changed files with 9 additions and 9 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
|
|
||||||
- Remove query string from redirect_uri on callback by default (#221, @gioblu)
|
- remove query string from redirect_uri on callback by default (#221, @gioblu)
|
||||||
- Signed request parsing extracted to `OmniAuth::Facebook::SignedRequest` class. (#183, @simi, @Vrael)
|
- signed request parsing extracted to `OmniAuth::Facebook::SignedRequest` class. (#183, @simi, @Vrael)
|
||||||
- Change default value of `info_fields` to `name,email` for the [graph-api-v2.4](https://developers.facebook.com/blog/post/2015/07/08/graph-api-v2.4/). ([#209](https://github.com/mkdynamic/omniauth-facebook/pull/209))
|
- change default value of `info_fields` to `name,email` for the [graph-api-v2.4](https://developers.facebook.com/blog/post/2015/07/08/graph-api-v2.4/). ([#209](https://github.com/mkdynamic/omniauth-facebook/pull/209))
|
||||||
|
|
||||||
## 2.0.1 (2015-02-21)
|
## 2.0.1 (2015-02-21)
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
|
||||||
- Allow versioning by not forcing absolute path for graph requests (#180, @frausto)
|
- allow versioning by not forcing absolute path for graph requests (#180, @frausto)
|
||||||
- Allow the image_size option to be set as a symbol. (#182, @jgrau)
|
- allow the image_size option to be set as a symbol. (#182, @jgrau)
|
||||||
|
|
||||||
## 2.0.0 (2014-08-07)
|
## 2.0.0 (2014-08-07)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue