CHANGELOG.md 987 Bytes
Newer Older
1 2 3
Yii Framework 2 authclient extension Change Log
===============================================

Qiang Xue committed
4 5 6 7 8 9
2.0.0 under development
-----------------------

- no changes in this release.


10 11
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
12

13
- Bug #3633: OpenId return URL comparison advanced to prevent url encode problem (klimov-paul)
14
- Bug #4490: `yii\authclient\widgets\AuthChoice` does not preserve initial settings while opening popup (klimov-paul)
15
- Bug #5011: OAuth API Response with 20x status were not considered success (ychongsaytc)
16
- Enh #3416: VKontakte OAuth support added (klimov-paul)
17
- Enh #4076: Request HTTP headers argument added to `yii\authclient\BaseOAuth::api()` method (klimov-paul)
18
- Enh #4134: `yii\authclient\InvalidResponseException` added for tracking invalid remote server response (klimov-paul)
19
- Enh #4139: User attributes requesting at GoogleOAuth switched to Google+ API (klimov-paul)
Qiang Xue committed
20 21


22 23
2.0.0-beta April 13, 2014
-------------------------
24 25

- Initial release.