User Role Editor Pro 4.64.5 was published at April 17th, 2025. It contains minor fixes, which make it compatible with PHP 8.4 and WordPress 6.8.
Changes List
Core version: 4.64.5
- Update: Marked as compatible with WordPress 6.8
- Fix: PHP Deprecated: URE_Widgets_Admin_View::get_html(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/user-role-editor-pro/pro/includes/classes/widgets-admin-view.php on line 133
- Fix: PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
user-role-editor
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinit
action or later. pro/includes/classes/addons-manager.php called esc_html__() from constructor. Moved to the ‘init’ action. - Core version was updated to 4.64.5
- Update: Minor changes were applied to the CSS/JS loading code to minimize “Plugin Check” tool warnings.
- Update: Plugin headers were extended at role-editor.php and readme.txt files according to wordpress.org recommendations.