User Role Editor Pro version 4.63.4 was published at December 16, 2022. It’s mainly bug fixes and PHP 8.1 compatibility release.
Changes list
Core version: 4.63.2
- Update: array_merge() function is replaced with wrapper ure_array_merge(), to exclude fatal error: Argument #2 must be of type array.
- Fix: Edit posts restrictions add-on:
– Full list of posts was shown for user with “Own data only” turned ON in case user did not have any own post.
– Full list of terms/categories was available at the post editor for selection for user with restricted access by terms/categories. - Fix: PHP Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in /wp-content/plugins/user-role-editor-pro/pro/includes/classes/admin-menu-
view.php:380 - Fix: PHP Warning: Trying to access array offset on value of type bool in /wp-content/plugins/user-role-editor-pro/pro/includes/classes/admin-menu-access.php on line 353
- Core version was updated to 4.63.2
- Update: symbols ‘{}$’ are removed from capability name before use it for internal purpose, to exclude cases like when one of plugins broke URE work adding capability like ‘edit_{$type}s’.
- Update: array_merge() function is replaced with wrapper ure_array_merge(), to exclude fatal error: Argument #2 must be of type array.