changelog.txt 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. Changelog for HybridAuth.
  2. 3.0.0 pl
  3. ==============
  4. - Updated HybridAuth core.
  5. 3.0.0 rc
  6. ==============
  7. - Refactored to use HybridAuth 3.
  8. - Updated default providers.
  9. 2.1.0 pl
  10. ==============
  11. - Added modx.pro provider.
  12. - Improved compatibility with PHP 7.2.
  13. - Improved ExtJs grid in manager.
  14. 2.0.4 pl
  15. ==============
  16. - Fixed possible "No provider ID specified" message in the system log.
  17. - Updated HybridAuth library to version 2.9.1.
  18. 2.0.3 pl
  19. ==============
  20. - Improved the handling of exceptions.
  21. - Fixed debug mode.
  22. 2.0.2 pl
  23. ==============
  24. - Fixed possible XSS in the authorization links.
  25. 2.0.1 pl
  26. ==============
  27. - Removed error "You cannot access this page directly" from system log.
  28. 2.0.0 pl
  29. ==============
  30. - PSR-2
  31. - Updated HybridAuth library to version 2.8.2.
  32. - HybridAuth library integrated via composer.
  33. - Ability to unbind services from a profile of user.
  34. - If pdoTools is installed, the component will use it for the processing of a chunks.
  35. 1.1.4 pl
  36. ==============
  37. - [#34] Fixed scopes in Facebook provider.
  38. - Fixed possible E_WARNING in Vkontakte provider.
  39. 1.1.3 pl
  40. ==============
  41. - [#37] Increased length of some haUserService fields.
  42. 1.1.2 pl
  43. ==============
  44. - Updated main oAuth providers, including Google and Facebook.
  45. 1.1.1 pl
  46. ==============
  47. - [#17] Fixed work with enabled php-apc after updated HybridAuth core to version 2.3.0.
  48. 1.1.0 pl
  49. ==============
  50. - Updated HybridAuth core to version 2.3.0.
  51. - Shows more errors from HybridAuth in MODX log.
  52. 1.0.0 pl
  53. ==============
  54. - Removed object haUser. All existing users will be converted to modUser on package upgrade.
  55. - Removed function filter_var() for email validation.
  56. - Returned back transparent images.
  57. 0.9.0 pl
  58. ==============
  59. - Added possibility to view user's linked services in manager.
  60. 0.8.8 pl1
  61. ==============
  62. - [#26] Fixed calculation of time of the queries.
  63. - Fixed E_NOTICE on line 99 of hybridauth.class.php.
  64. 0.8.7 pl
  65. ==============
  66. - [#23] Fixed parameter "debug" for HybridAuth.
  67. - [#21] Improved usernames.
  68. 0.8.6 pl
  69. ==============
  70. - [#20] Improved work with context settings.
  71. - Fixed method makePlaceholders.
  72. 0.8.5 pl4
  73. ==============
  74. - Improved package uninstall and reinstall.
  75. - [#17] Fixed work with enabled php-apc.
  76. - Added Foursquare icon.
  77. - Fixed possible E_WARNING on initialization.
  78. 0.8.4 pl
  79. ==============
  80. - Added rel="nofollow" into chunk with link to provider.
  81. - Improved description of system settings.
  82. 0.8.3 pl
  83. ==============
  84. - Improved generation of providers links.
  85. 0.8.2 pl
  86. ==============
  87. - Added parameter "&redirectUri=``" for solve issue "redirect_uri_mismatch" when using multiple contexts.
  88. - Context settings now can override providers keys in system settings. Very helpful for multiple contexts.
  89. 0.8.1 pl
  90. ==============
  91. - Fixed bug with saving parameters to $_SESSION.
  92. 0.8.0 pl
  93. ==============
  94. - [#7] Fixed generation of links for sites in subfolder.
  95. - [#4] Fixed login to separate contexts.
  96. - Improved support of multiple contexts.
  97. 0.7.0 pl2
  98. ==============
  99. - New snippet "haProfile" for update user profile.
  100. - Automatic generation of links of providers.
  101. - Improved chunks, added icons for some providers.
  102. - Automatic logout of users that was been blocked by administrator.
  103. - Added virtual field "gravatar" to class "haUser". You can get it with $modx->user->get('gravatar');.
  104. - Extension package is removed from system settings when you uninstall component.
  105. - Replaced file "action.php" to plugin "HybridAuth".
  106. - Added new providers: "Draugiem" and "Xing".
  107. - [#3] Fixed "No foreign key definition for parentClass: modUser using relation alias: Services" log entries.
  108. - Fixed order of links to providers, specified in the parameter "&providers".
  109. 0.6.0 pl
  110. ==============
  111. - Added ability to disable new user registrations. See system setting "ha.register_users".
  112. 0.5.0 beta
  113. ==============
  114. - Fixed login trough vk.com
  115. - Updated HybridAuth core to version 2.1.2
  116. 0.4.0 beta
  117. ==============
  118. - Updated HybridAuth core to version 2.1.1
  119. - Improved initialization of main class
  120. 0.3.3 beta
  121. ==============
  122. - Fixed issue with empty email
  123. 0.3.2 beta
  124. ==============
  125. - Added exception handler for catching all exceptions from HybridAuth into MODX system log
  126. 0.3.1 beta
  127. ==============
  128. - Changing user class to haUser on login through remote service.
  129. - On uninstall of component all haUsers becomes modUsers.
  130. 0.3.0 beta
  131. ==============
  132. - Fixed save of a photo in profile.
  133. - Improved errors handling.
  134. - Fixed increment of username if remote username exists on site.
  135. - If authenticated user linking remote service record, that already exists in remote profiles of the site - this record changes the owner. You can re-link any of your records to any accounts on site.
  136. 0.2.0 beta
  137. ==============
  138. - Added parameter &groups=``. For example, &groups=`Users:1` will add new user to group "Users" with role "member"
  139. - Updated snippet params, added russian localization.
  140. - Chunks localization
  141. - Updated readme
  142. 0.1.0 beta
  143. ==============
  144. - Initial release.