81 lines
4.1 KiB
YAML
81 lines
4.1 KiB
YAML
v1.0.1:
|
|
- Initialize plugin.
|
|
- create_users_table.php
|
|
- create_throttle_table.php
|
|
v1.0.2: Seed tables.
|
|
v1.0.3: Translated hard-coded text to language strings.
|
|
v1.0.4: Improvements to user-interface for Location manager.
|
|
v1.0.5: Added contact details for users.
|
|
v1.0.6:
|
|
- Added Mail Blocker utility so users can block specific mail templates.
|
|
- create_mail_blockers_table.php
|
|
v1.0.7: Add back-end Settings page.
|
|
v1.0.8: Updated the Settings page.
|
|
v1.0.9: Adds new welcome mail message for users and administrators.
|
|
v1.0.10: Adds administrator-only activation mode.
|
|
v1.0.11:
|
|
- Users now have an optional login field that defaults to the email field.
|
|
- users_add_login_column.php
|
|
v1.0.12:
|
|
- Create a dedicated setting for choosing the login mode.
|
|
- users_rename_login_to_username.php
|
|
v1.0.13: Minor fix to the Account sign in logic.
|
|
v1.0.14: Minor improvements to the code.
|
|
v1.0.15:
|
|
- Adds last name column to users table (surname).
|
|
- users_add_surname.php
|
|
v1.0.16: Require permissions for settings page too.
|
|
v1.1.0: Profile fields and Locations have been removed.
|
|
v1.1.1:
|
|
- Users can now be added to groups.
|
|
- create_user_groups_table.php
|
|
- seed_user_groups_table.php
|
|
v1.1.2: A raw URL can now be passed as the redirect property in the Account component.
|
|
v1.1.3: Adds a super user flag to the users table, reserved for future use.
|
|
v1.1.4: User list can be filtered by the group they belong to.
|
|
v1.1.5: Adds a new permission to hide the User settings menu item.
|
|
v1.2.0:
|
|
- Users can now deactivate their own accounts.
|
|
- users_add_deleted_at.php
|
|
v1.2.1: New feature for checking if a user is recently active/online.
|
|
v1.2.2: Add bulk action button to user list.
|
|
v1.2.3: Included some descriptive paragraphs in the Reset Password component markup.
|
|
v1.2.4: Added a checkbox for blocking all mail sent to the user.
|
|
v1.2.5:
|
|
- Database maintenance. Updated all timestamp columns to be nullable.
|
|
- update_timestamp_nullable.php
|
|
v1.2.6:
|
|
- Add a dedicated last seen column for users.
|
|
- users_add_last_seen.php
|
|
v1.2.7: Minor fix to user timestamp attributes.
|
|
v1.2.8: Add date range filter to users list. Introduced a logout event.
|
|
v1.2.9: Add invitation mail for new accounts created in the back-end.
|
|
v1.3.0:
|
|
- Introduced guest user accounts.
|
|
- users_add_guest_flag.php
|
|
- users_add_superuser_flag.php
|
|
v1.3.1: User notification variables can now be extended.
|
|
v1.3.2: Minor fix to the Auth::register method.
|
|
v1.3.3: Allow prevention of concurrent user sessions via the user settings.
|
|
v1.3.4: Added force secure protocol property to the account component.
|
|
v1.4.0: The Notifications tab in User settings has been removed.
|
|
v1.4.1: Added support for user impersonation.
|
|
v1.4.2: Fixes security bug in Password Reset component.
|
|
v1.4.3: Fixes session handling for AJAX requests.
|
|
v1.4.4: Fixes bug where impersonation touches the last seen timestamp.
|
|
v1.4.5: Added token fallback process to Account / Reset Password components when parameter is missing.
|
|
v1.4.6: Fixes Auth::register method signature mismatch with core October CMS Auth library
|
|
v1.4.7: Fixes redirect bug in Account component / Update translations and separate user and group management.
|
|
v1.4.8: Fixes a bug where calling MailBlocker::removeBlock could remove all mail blocks for the user.
|
|
v1.5.0: Required password length is now a minimum of 8 characters. Previous passwords will not be affected until the next password change.
|
|
v1.5.1:
|
|
- User IP addresses are now logged. Introduce registration throttle.
|
|
- users_add_ip_address.php
|
|
v1.5.2: Whitespace from usernames is now trimmed, allowed for username to be added to Reset Password mail templates.
|
|
v1.5.3: Fixes a bug in the user update functionality if password is not changed. Added highlighting for banned users in user list.
|
|
v1.5.4: Multiple translation improvements. Added view events to extend user preview and user listing toolbars.
|
|
v1.5.5: Updated settings icon and description.
|
|
v1.6.0: Apply persistence settings on activation and registration. Fixes last seen touched when impersonating. Fixes user suspension not clearing.
|
|
v1.6.1: Adds component property for resetPage in ResetPassword component.
|
|
v1.6.2: Improve support with October v3
|