• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
    • Help
      • Online help
      • Learn Git
      • Welcome to Bitbucket
      • Keyboard shortcuts
    • Log In
    Blackrock
    1. Blackrock

    main

    Public
    Actions
    • Clone

    Learn more about cloning repositories

    You have read-only access

    Navigation
    • Source
    • Commits
    • Branches
    • All Branches Graph
    • Graphs
    • Forks
    1. Blackrock
    2. main

    Source

    main/wp-content/plugins/user-role-editor/changelog.txt
    Артем ШиряевАртем Ширяев committed 554847ddcb906 Apr 2021
    Raw file
    Source viewDiff to previous
    * One of "User Role Editor" users with 1100+ sites in the multi-site network reported that URE doesn't update roles for all sites, but stalls somewhere in the middle. Other network update method is realized as alternative. Due to my tests it works approximately 30 times faster. If you met the same problem, try it. It will be great if you share your experience with me. In order select alternative method of all sites update add this line to you blog wp-config.php file "define('URE_MULTISITE_DIRECT_UPDATE', 1);". But be careful. It's recommended to make 1st try on the backup copy, not on a live site.
     
    1
    CHANGES LOG (full version).
    2
    ===========================
    3
    ​
    4
    = [4.58.3] 26.02.2021 =
    5
    * Update: URE automatically adds custom taxonomies user capabilities to administrator role before opening "Users->User Role Editor" page.
    6
    * Fix: Role changes were not saved with option "Confirm role update" switched off.
    7
    ​
    8
    = [4.58.2] 15.01.2021 =
    9
    * Fix: Additional options turned ON for a role was not saved during role update.
    10
    * Update: All JavaScript files are loaded with URE plugin version number as a query string for cache busting purpose.
    11
    ​
    12
    = [4.58.1] 11.01.2021 =
    13
    * Fix: User lost assigned role(s) after click "Update" at the user permissions page, opened via "Selected user->Capabilities" or "User Profile->Capabilities->Edit" link.
    14
    ​
    15
    = [4.58] 11.01.2021 =
    16
    * Update: Users->User Role Editor: Update button saves changes via AJAX without full page reload.
    17
    * Fix: New user registered via frontend (wp-login.php?action=register) automatically receives additional (other) default role(s) according to selection made at User Role Editor settings "Other default roles" tab.
    18
    * Fix: "JQMIGRATE: jquery.fn.resize() event shorthand is deprecated" notice was fixed.
    19
    * Fix: "JQMIGRATE: jQuery.fn.click() event shorthand is deprecated" notice was fixed.
    20
    * Fix: "JQMIGRATE: Number-typed values are deprecated for jQuery.fn.css( (property name), value )" notice was fixed.
    21
    ​
    22
    = [4.57.1] 10.12.2020 =
    23
    * Fix: Nextgen Gallery's user capabilities were not shown as granted after current role change via roles selection dropdown list.
    24
    * Fix: PHP Warning:  The magic method __wakeup() must have public visibility. __wakeup() method was defined as private as a part of the Singleton design partern. Method was redefined as public but with exception inside to prevent its usage.
    25
    * Update: jQuery [MultiSelect](http://multiple-select.wenzhixin.net.cn/) plugin  was updated to version 1.5.2
    26
    ​
    27
    = [4.57] 09.11.2020 =
    28
    * Update: Marked as compatible with WordPress 5.6.
    29
    * Update: " jQuery( document ).ready( handler ) " was replaced globally with " jQuery( handler ) " for compatibility with [jQuery 3.0](https://api.jquery.com/ready/) and WordPress 5.6.
    30
    * Update: jQuery UI CSS was updated to version 1.12.1
    31
    * Fix: "Grant Roles" button produced JavaScript error, if single user without any role granted (None) was selected.
    32
    ​
    33
    = [4.56.1] 05.09.2020 =
    34
    * New: WordPress multisite: Main site: Users->User Role Editor->Apply to All->Update: 'ure_after_network_roles_update' action hook was added. It is executed after all roles were replicated from the main site to the all other subsites of the network.
    35
    * Fix: "Granted Only" filter did not work.
    36
    * Fix: Warning was fixed: wp-content/plugins/user-role-editor/js/ure.js: jQuery.fn.attr('checked') might use property instead of attribute.
    37
    ​
    38
    = [4.56] 09.08.2020 =
    39
    * New: User capabilities 'install_languages', 'resume_plugins', 'resume_themes', 'view_site_health_checks' were added to the list of supported WordPress built-in user capabilities.
    40
    * Update: Single site WordPress installation: URE automatically grants all existing user capabilities to WordPress built-in 'administrator' role before opening its page "Users->User Role Editor". 
    41
    * Fix: Extra slash was removed between URE_PLUGIN_URL and the image resource when outputting URE_PLUGIN_URL .'/images/ajax-loader.gif' at 'Users->User Role Editor' page.
    42
    * Info: Marked as compatible with WordPress 5.5.
    43
    ​
    44
    = [4.55.1] 06.06.2020 =
    45
    * Security fix: User with 'edit_users' capability could assign to another user a role not included into the editable roles list. This fix is required to install ASAP for all sites which have user(s) with 'edit_users' capability granted not via 'administrator' role.
    46
    * Update: URE_Uninstall class properties were made 'protected' to be accessible in URE_Uninstall_Pro class included into the Pro version.
    47
    ​
    48
    = [4.55] 03.06.2020 =
    49
    * Update: User Role Editor uninstallation was refactored. It fully removes the ('ure_%') user capabilities from the user roles data.
    50
    ​
    51
    = [4.54] 02.05.2020 =
    52
    New: Quick filter hides capabilities, which do not contain search string
    53
    Update: CSS enhancement: When site has many custom post types capabilities list section maximal height is limited by real height of the left side (capabilities groups) section, not by 720px as earlier.
    54
    ​
    55
    = [4.53.1] 22.03.2020 =
    56
    * New: "Hide Pro banner" checkbox works via AJAX without full page refresh.
    57
    * Fix: Undefined variable: $message at wp-content/plugins/user-role-editor/includes/classes/editor.php:898
    58
    * Update: Few English grammar enhancements.
    59
    ​
    60
    = [4.53] 01.02.2020 =
    61
    * Update: "Add role", "Delete role", "Rename role", "Add capability", "Delete capability" do not reload full page on completion, but use AJAX for data exchange with server and refresh parts of the page via JavaScript.
    62
    * Update: Multisite: "Allow non super administrators to create, edit, and delete users" option: priority for 'map_meta_cap' filter priority was raised from 1 to 99, in order make possible to overwrite changes made by other plugins, like WooCommerce.
    63
    * Fix: Some English grammar mistakes.
    • Git repository management for enterprise teams powered by Atlassian Bitbucket
    • Atlassian Bitbucket v5.10.1
    • Documentation
    • Contact Support
    • Request a feature
    • About
    • Contact Atlassian
    Atlassian

    Everything looks good. Well let you know here if theres anything you should know about.