Skip to content

Latest commit

 

History

History
340 lines (235 loc) · 6.67 KB

CHANGELOG.md

File metadata and controls

340 lines (235 loc) · 6.67 KB

v2.6.0

06/05/2021

    • Since Grav v1.7.0 has a built-in interface for managing users and groups, it's time to say goodbye! Thanks for using my plugin!

v2.5.0

01/12/2021

    • It's now possible to do simple searches rather than advanced searches in the user and group manager. (#69)

v2.4.0

01/12/2021

    • German translation (Thanks: https://github.com/Markus00000 PR #73)
    • Event hook for user removal: AAUM_onUserRemove
    • Event hook for group removal: AAUM_OnGroupRemove
    • Full name column is now shown in the User Manager list display (#77)
    • Fixed an issue when Grav pages folder is mounted on docker causing the plugin to malfunction (#75)

v2.3.0

04/05/2020

    • Replace deprecated User::load (#66)
    • Updated dependencies
    • Better compatibility with v1.7

v2.2.1

12/11/2019

    • Fix YAML linting error (#63)

v2.2.0

10/11/2019

    • Fixed avatar upload

v2.1.8

05/28/2019

    • Fixed a problem with saving groups (#59)

v2.1.7

02/13/2019

v2.1.6

06/06/2018

    • Fixed error when using 'Login As' feature with an user without admin permissions (#43)

v2.1.5

04/09/2018

    • Fixed error when rendering front-end (#40)

v2.1.4

04/09/2018

    • Moved 'site.login' permission to the front of permission list. (#36)

v2.1.3

04/02/2018

    • Validate user object on save
    • Fixed unset user permissions being pushed into the access array with an empty string value. Causing inherited permissions to be overwritten. (#38)

v2.1.2

03/29/2018

v2.1.1

03/22/2018

    • Added 'site.login' permission to the permission list. (#36)

v2.1.0

03/14/2018

    • Fixed user editor using wrong task when saving, which caused save error when you didn't have 'admin.super'. (#34)
    • Added a temporary fix for user editor's permission area. The toggles moved below the permission's name at a specific width. (#22)
    • Minor bugfixes

v2.0.3

02/27/2018

    • Added missing translations

v2.0.2

01/27/2018

    • Fixed wrong redirection after deleting an user (#28)
    • Added missing translation for user delete confirmation

v2.0.1

01/01/2018

    • Fixed admin links not working when something is changed in the form (#27)

v2.0.0

12/29/2017

    • 'Login As' button
    • Fixed being redirected to the deleted user, now redirects to the user manager
    • The delete button now shows up when editing the user
    • Avatar upload now works

v1.9.1

12/29/2017

    • Fixed 'Memory leak when using non-ascii character (?) to create group' (#26)
    • Fixed being redirected to the deleted group, now redirects to the group manager

v1.9.0

12/02/2017

    • Using custom blueprint for user editing (#23)
    • Using custom request handler for saving user data (#23)

v1.8.1

09/18/2017

    • Added username validating (#21)

v1.8.0

08/14/2017

    • Custom permissions (#18)
    • User Expert editor (#19)

v1.7.1

08/08/2017

    • Permissions input in the bulk modal now accepts new values too

v1.7.0

08/08/2017

    • User permissions bulk actions

v1.6.1

08/06/2017

v1.6.0

07/31/2017

    • User bulk actions
    • Group bulk actions

v1.5.4

07/28/2017

    • Fixed groups.yaml is not created when saving a group for the first time

v1.5.3

07/28/2017

    • Fixed group creating not working properly

v1.5.2

07/28/2017

    • Fixed an error which appeared when there are no groups.yaml

v1.5.1

07/28/2017

    • Better PHP compatibility

v1.5.0

07/28/2017

    • Filter users
    • Filter groups

v1.4.3

07/27/2017

    • Users count are now shown at group manager
    • Users now can be added and/or removed from the group you are currently editing

v1.4.2

07/27/2017

    • Pagination performance improvement
    • Fixed group name is not shown when editing a group

v1.4.1

07/27/2017

    • Permissions support

v1.4.0

07/27/2017

    • Groups management!

v1.3.4

07/24/2017

    • Plugin is now compatible with Grav Admin Styles Plugin

v1.3.3

07/20/2017

    • Users to be shown per page is now configurable
    • Default list style is now configurable
    • Refactored code a bit

v1.3.2

07/20/2017

    • Performance is improved when admin cache is disabled
    • Fixed plugin not working when admin cache is disabled

v1.3.1

07/19/2017

    • Redirects to last URL after user delete
    • Prevents cache refresh after user delete (performance improvement)
    • Params are now validated

v1.3.0

07/19/2017

    • Pagination is now more user friendly
    • Users are cached (better performance)

v1.2.0

07/19/2017

    • Added pagination
    • Added list style

v1.1.2

07/19/2017

    • No more page jumping because of avatars loading

v1.1.1

07/06/2017

    • Plugin is now compatible with PHP 5.5

v1.1.0

07/03/2017

    • Delete users from the UI
    • Revamped UI

v1.0.0

06/27/2017

    • ChangeLog started...