Releases: dektrium/yii2-user
Releases · dektrium/yii2-user
0.9.13
Yii2 v2.0.13
v0.9.11
- Fix: Fixed migrations for postgresql (dmeroff)
- Enh #794: Allow fast login without password when in DEBUG mode (thyseus)
- Enh #826: Auth action added to auth rules (faenir)
- Enh #820: Added ability to switch back to latest user after being impersonated (thyseus)
- Enh #774: Added last_login_at column to user table (thyseus)
v0.9.10
- Enh #767: Added support for MS SQL Server (tsdogs)
- Enh #795: Added method
getAccountByProvider
to User model to get account model by provider name (dmeroff) - Fix #778: Migrations now use correct db component (dmeroff)
- Fix #777: Rethrow exception on failed user creation or registration (dmeroff)
- Enh #772, #791: Added ability to log into another user's account (thyseus)
- Fix #761: Fixed EVENT_AFTER_CONFIRM not triggering on user creation (dmeroff)
- Fix #757: Fixed tabindex order in security/login.php view (dmeroff)
v0.9.9
Changelog
- Enh #746: Changed AccessRule to check other roles/permissions (markux)
- Enh #649: Updated test suite to codeception 2.2 (dmeroff)
- Enh #725: Removed message that user is not registered in Recovery and Resend forms (dmeroff)
- Fix #747: Fixed reverting migrations on PostgreSQL (dmeroff)
v0.9.8
v0.9.7
Changelog
- Enh: Updated Yii2-authclient required version to 2.1.0 (dmeroff)
- Fix: Max password length set to 72 chars (dmeroff)
- Enh #378: Added events before and after confirmation (dmeroff)
- Enh #593: Added option to allow users to remove their accounts (dmeroff)
- Enh #705: Jui datepicker dependency has been removed (dmeroff)
- Enh #648: Refactored ajax validation trait (dmeroff)
- Enh #581, #164: Added ability for users to set their timezones (yarrgh)
v0.9.6
Summary
This is the latest release before alpha version, it containts a bunch of improvements to the codebase and translations.
Changelog
enh
Added new method to Profile model to get avatar url (dmeroff)fix
Fixed translations sourceLanguage (thezilla-)enh
Added ability to grant access to admin part via roles (Talwoasc)fix
Fixed postgresql migrations (kfreiman, drxwat)enh
Improved login widget (dmeroff)enh
Support for customadmin
role via access control rule out of the box #510 (dmeroff)fix
Removed ability to register a new account via social network when registration is disabled #512 (dmeroff)fix
Added check if profile model exists in Settings controller #497 (dmeroff)enh
Added event triggers to most of actions #411 (dmeroff)enh
Added LinkedIn client #496 (SamMousa)
v0.3.0
- Added console commands
- Refactored test suite
- Added 'simple' registration (when password is generated automatically)
- Refactored forms
- Extracted interfaces for identity class
- Added registration form class
- Added optional captcha on login, registration, resend and recovery pages
- Added access control in recovery controller
v0.2.0
Initial release
v0.1.0 Initial release