User Role Editor Pro version 4.18.5

User Role Editor Pro version 4.18.5 was published at June 14, 2015. This update includes:

  • It is possible to input license code to the wp-config.php now. Add this line:
    define(URE_LICENSE_KEY, 'your-license-key-here');
    
  • Users uncomfortable with wp-config.php editing may still input license code at “Settings->User Role Editor->General” tab.

  • License code saved at the “Settings->User Role Editor->General” tab is not removed anymore after change of site absolute path, host or database name.
  • Bug was fixed: “Network Update” did not work at FireFox due to JavaScript bug.
  • PHP notice was removed. It was shown at the Plugins page, when an update to the URE Pro was available.

User Role Editor Pro version 4.18.4

User Role Editor Pro version 4.18.4 was published at May 28th, 2015.

The list of changes

  • Bug fix: Edit posts/pages restrictions add-on: Now user can not edit prohibited post/page manually inserting its ID to the edit URL.
  • Admin menu access add-on: ‘Customize’ menu item is available now for non-English WordPress default languages too.

User Role Editor Pro version 4.18.3

User Role Editor Pro version 4.18.3 was published at May 6th, 2015.
The list of changes:

  • Bug fix for “Admin menu access” add-on: direct access to the wp-admin/customize.php link (Appearance->Customize menu item) was not blocked properly.
    As additional security measure “Welcome” panel is removed for the role with access restriction to the “Customize” admin menu item.

User Role Editor Pro 4.18.2

User Role Editor Pro version 4.18.2 was published at April 30th, 2015.
The list of changes:

  • Calls to the functions add_query_arg(), remove_query_arg() are escaped with esc_url_raw() to exclude potential XSS vulnerabilities, as suggested at
    https://developer.wordpress.org/reference/functions/add_query_arg/