Skip to content

Releases: CakeDC/users

7.0.0

20 Apr 07:50
0dc1802
Compare
Choose a tag to compare

This version requires CakePHP 3.6+

  • Removed deprecations for CakePHP 3.6
  • Added a new UsersAuthComponent::EVENT_AFTER_CHANGE_PASSWORD
  • Updated docs

6.0.1

06 Mar 16:53
2b609d4
Compare
Choose a tag to compare
  • Fix beforeRegister event bug causing to register a user twice.
  • Fix password re-hash on beforeRegister event.

2.2.0

02 Feb 16:20
6b33627
Compare
Choose a tag to compare
  • Upgrade plugin for compatibility with CakePHP 2.10
  • Remove deprecations

6.0.0

12 Dec 13:37
3fe8d0a
Compare
Choose a tag to compare
  • Removed deprecations and orWhere usage
  • Amazon login implemented
  • Fixed issues with login via twitter
  • Updated Facebook Graph version to 2.8
  • Fixed flash error messages on logic
  • Added link social account feature for twitter
  • Switched to codecov

5.2.0

04 Oct 14:47
Compare
Choose a tag to compare
  • Compatible with 3.5, deprecations will be removed in next major version of the plugin
  • Username is now custom in SocialBehavior
  • Better handling of the RememberMe checkbox
  • Updated CakeDC/Auth to use ^2.0
  • Use of UsersMailer class, and allow override of the emails sent by the plugin
  • Better token generation via randomBytes
  • Improved documentation
  • Fixed bugs reported

5.1.0

24 Aug 10:28
Compare
Choose a tag to compare
  • New resend validation method in RegisterBehavior
  • Allow upgrade to CakePHP 3.5.x
  • New feature connect social account
  • New polish translations
  • Fixed bugs reported

5.0.3

25 Apr 15:16
Compare
Choose a tag to compare
  • Implemented event dispatching on social login
  • Fixed bugs reported
  • Don't check for allowed actions in other controllers

5.0.2

22 Apr 23:56
Compare
Choose a tag to compare

Fixed bug parsing rule urls when application installed in a subdirectory

5.0.1

06 Apr 08:37
Compare
Choose a tag to compare
  • Bugfix release
  • Minor BR language improvements

5.0.0

03 Apr 13:55
Compare
Choose a tag to compare

See https://github.com/CakeDC/users/blob/master/Docs/Documentation/Migration/4.x-5.0.md for migration