Skip to content

Releases: yii2mod/yii2-user

2.1 Release

08 Jun 15:00
Compare
Choose a tag to compare
  • Rename fields
  • Update models

You need to execute the new migration

$ php yii migrate --migrationPath=@vendor/yii2mod/yii2-user/migrations

2.0

13 Feb 19:54
Compare
Choose a tag to compare
2.0
  1. Enh - #4
    • Create console commands
    • Added new events
    • Update tests
    • Update translations

1.9.4 Release

27 Jan 09:41
Compare
Choose a tag to compare
  1. Fix LoginForm and ResetPasswordForm - 45e2d85

1.9.3 Release

22 Nov 16:04
Compare
Choose a tag to compare
  1. Added php-cs-fixer
  2. Fixed code style

1.9.2 Release

11 Nov 08:46
Compare
Choose a tag to compare

Changelog

1.9.1 Release

09 Nov 15:18
Compare
Choose a tag to compare

Changelog

1.9 Release

09 Nov 11:29
Compare
Choose a tag to compare
  1. Rename table from User to user

To apply this changes please execute the new migration by the following command:

$ php yii migrate/up --migrationPath=@vendor/yii2mod/yii2-user/migrations

1.8.1 Release

02 Aug 14:59
Compare
Choose a tag to compare

Date: Tuesday, August 2, 2016

  1. Fix initial migration

1.8 Release

02 Aug 14:35
Compare
Choose a tag to compare

Date: Tuesday, August 2, 2016

  1. Add events to the SignupAction, RequestPasswordResetAction and PasswordResetAction
  2. Update docs

1.7 Release

28 Jul 15:14
Compare
Choose a tag to compare

Date: Thursday, July 28, 2016

  1. Add ajax validation to the RequestPasswordResetAction