• Plugin Author Vladimir Garagulya

    (@shinephp)


    Next version of User Role Editor 4.19 is available for testing as Beta 1. Use this download link:
    https://role-editor.storage.googleapis.com/downloads/user-role-editor-4.19.b1.zip

    Changes are:

    • It is possible to assign to the user multiple roles directly through a user profile edit page.
    • Custom SQL-query (checked if the role is in use and slow on the huge data) was excluded and replaced with WordPress built-in count_users() function call. Thanks to Aaron.
    • Bulk role assignment to the users without role was rewritten for cases with a huge quant of users. It processes just 50 users without role for the one request to return the answer from the server in the short time. The related code was extracted to the separate class.
    • Code to fix JavaScript and CSS compatibility issues introduced by other plugins and themes, which load its stuff globally, was extracted into the separate class.
    • Custom filters were added:
      ‘ure_full_capabilites’ – takes 1 input parameter, array with a full list of user capabilities visible at URE,
      ‘ure_built_in_wp_caps’ – takes 1 input parameter, array with a list of WordPress core user capabilities.
      These filters may be useful if you give access to the URE for some not administrator user, and wish to change the list of capabilities which are available to him at URE.
    • Dutch translation was updated. Thanks to Gerhard Hoogterp.

    https://ww.wp.xz.cn/plugins/user-role-editor/

The topic ‘Version 4.19 Beta 1 is available for testing’ is closed to new replies.