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

Qiang Xue committed
4 5 6
2.0.0-rc under development
--------------------------

7
- Bug #3633: OpenId return URL comparison advanced to prevent url encode problem (klimov-paul)
8
- Bug #4490: `yii\authclient\widgets\AuthChoice` does not preserve initial settings while opening popup (klimov-paul)
9
- Enh #3416: VKontakte OAuth support added (klimov-paul)
10
- Enh #4076: Request HTTP headers argument added to `yii\authclient\BaseOAuth::api()` method (klimov-paul)
11
- Enh #4134: `yii\authclient\InvalidResponseException` added for tracking invalid remote server response (klimov-paul)
12
- Enh #4139: User attributes requesting at GoogleOAuth switched to Google+ API (klimov-paul)
Qiang Xue committed
13 14


15 16
2.0.0-beta April 13, 2014
-------------------------
17 18

- Initial release.