9 ### Version 1.1.6 (01.02.2012)
11 * Added translations support.
14 ### Version 1.1.5 (03.01.2012)
15 * Added MoiKrug OAuth provider.
16 * Added Odnoklassniki OAuth provider.
18 * Added access_token lifetime handling, #1 closed. Please, check your custom OAuth 2.0 classes!
19 * Added links to provider files to
register your applications.
20 * Changed url
for the Yandex OpenID.
21 * Fixed infinite loop when calling getAttrbiutes from fetchAttributes inside a provider
class.
22 * Removed $_GET[
'js'] from the redirect_uri
for the OAuth 2.0 providers, which could cause problems with a callback URL
for some providers.
23 * Small fixes in the css of the widget.
25 ### Version 1.1.4 (13.11.2011)
27 * Fixed a redirect page
for disabled javascript.
29 * Added automatic detection of the current action in the widget.
30 * Fixed popup window size
for the
new Google design.
32 ### Version 1.1.3 (14.10.2011)
35 * Fixed: service IDs in the configuration is no longer associated with the names of services.
36 * Fixed
MailruOAuthService::getTokenUrl() method to be fully compatible with the basic method.
37 * Added Google OAuth 2.0 provider, updated css file of the widget.
39 ### Version 1.1.2 (08.10.2011)
40 * Fixed fetchJsonError() method in OAuth providers.
41 * Fixed examples of custom classes for OAuth 2.0 providers.
42 * Updated
EAuth::redirect() method to support the closing popup window without $_GET['js'] variable.
44 ### Version 1.1 (07.10.2011)
46 * Fixed exception rethrowing: removed unnecessary $e->getPrevious() call.
47 * Fixed: the call $service->getItemAttributes() returns an empty array.
50 * Updated curl requests api.
51 * Updated OAuth Service Providers.
52 * Method getItemAttributes() renamed to getAttributes().
53 * Added methods to work with a authorization session (Methods: getStateKeyPrefix, setState, hasState, getState).
54 * Added Mail.ru OAuth provider, updated css file of the widget.
55 * Added getters support for service attributes.
57 ### Version 1.0 (02.10.2011)