Version bump
This commit is contained in:
parent
169b3a6b44
commit
64cb8980db
@ -1,3 +1,7 @@
|
|||||||
|
## 1.4.1
|
||||||
|
|
||||||
|
* change OAuth Twitter ID, screen_name → user_id [#1168](https://github.com/yesodweb/yesod/pull/1168)
|
||||||
|
|
||||||
## 1.4.0.2
|
## 1.4.0.2
|
||||||
|
|
||||||
* Compile with GHC 7.10
|
* Compile with GHC 7.10
|
||||||
|
|||||||
@ -117,7 +117,9 @@ authTwitter key secret = authTwitter' key secret "screen_name"
|
|||||||
|
|
||||||
-- | Twitter plugin which uses Twitter's /user_id/ as ID.
|
-- | Twitter plugin which uses Twitter's /user_id/ as ID.
|
||||||
--
|
--
|
||||||
-- Since 1.4.x.x TODO fix version
|
-- For more information, see: https://github.com/yesodweb/yesod/pull/1168
|
||||||
|
--
|
||||||
|
-- @since 1.4.1
|
||||||
authTwitterUsingUserId :: YesodAuth m
|
authTwitterUsingUserId :: YesodAuth m
|
||||||
=> ByteString -- ^ Consumer Key
|
=> ByteString -- ^ Consumer Key
|
||||||
-> ByteString -- ^ Consumer Secret
|
-> ByteString -- ^ Consumer Secret
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-auth-oauth
|
name: yesod-auth-oauth
|
||||||
version: 1.4.0.2
|
version: 1.4.1
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Hiromi Ishii
|
author: Hiromi Ishii
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user