CHANGELOG.md 1.58 KB
Newer Older
1 2 3
Yii Framework 2 authclient extension Change Log
===============================================

4 5 6 7 8 9
2.0.3 under development
-----------------------

- no changes in this release.


Qiang Xue committed
10 11
2.0.2 January 11, 2015
----------------------
Qiang Xue committed
12

13
- Bug #6502: Fixed `\yii\authclient\OAuth2::refreshAccessToken()` does not save fetched token (sebathi)
14
- Bug #6510: Fixed infinite redirect loop using default `\yii\authclient\AuthAction::cancelUrl` (klimov-paul)
Qiang Xue committed
15 16


Qiang Xue committed
17
2.0.1 December 07, 2014
Qiang Xue committed
18 19
-----------------------

20
- Bug #6000: Fixed CCS for `yii\authclient\widgets\AuthChoice` does not loaded if `popupMode` disabled (klimov-paul)
Qiang Xue committed
21 22


Qiang Xue committed
23 24
2.0.0 October 12, 2014
----------------------
Qiang Xue committed
25

26
- Enh #5135: Added ability to operate nested and complex attributes via `yii\authclient\BaseClient::normalizeUserAttributeMap` (zinzinday, klimov-paul)
Qiang Xue committed
27 28


29 30
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
31

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


41 42
2.0.0-beta April 13, 2014
-------------------------
43 44

- Initial release.