Return to the work after short holiday.

The holiday was wonderful, but, as always and almost for everyone, it was too short and ended too quick :).
So, I came back to the home yesterday evening and returned to my work on User Role Editor WordPress plugin and related stuff. Thanks for the trust to the all new subscribers, who have purchased the Pro version during my holiday trip.

Let’s proceed together to the better and more powerful User Role Editor.

Regards,
Vladimir.

Two weeks holidays 2014

I go to my 2014 two weeks holidays from 12.08.2014 until 27.08.2014. I will have access to the Internet just occasionally and can not provide quick response and support for that period. Thanks to all current and potential “User Role Editor Pro” subscribers for the understanding.

With best regards,
Vladimir.

User Role Editor Pro 4.14.4

User Role Editor Pro 4.14.4 is published at August 4th, 2014. This is bug fixes update:

  • Fix for: PHP Notice: Undefined variable: user_role_editor in user-role-editor-pro.php on line 69 introduced in version 4.14.2. If automatic updates feature was broken for you for that reason, update to this version manually:
    – Deactivate User Role Editor Pro plugin;
    – download version 4.14.4 or later from this site;
    – replace all files at wp-content/plugins/user-role-editor-pro folder with files from downloaded zip package;
    – activate User Role Editor Pro.
  • Integration with Gravity Forms permissions system was updated for admin menu blocking module.

User Role Editor Pro 4.14.3

User Role Editor Pro version 4.14.3 was published at 25.07.2014. This is mainly the bug fix release. It includes these changes:

  • Integer “1” as default capability value for new added empty role was excluded for the better compatibility with WordPress core. Boolean “true” is used instead as WordPress itself does.
  • Integration with Gravity Forms permissions system was enhanced for WordPress multisite.
  • Roles import module may import role with integer (not boolean) capability value “1”. Error message was shown earlier.
  • Error message from import roles module shows role and capability which does not pass the validation rule.

User Role Editor Pro 4.14.2

User Role Editor Pro version 4.14.2 was published at July, 24th, 2014. This version was tested with 2 versions of WordPress: current 3.9.1 and upcoming 4.0 (4.0 Beta 2 was used actually). Read the updates list below:

  • Admin menu access module:
    • Bug was fixed which prevented to prohibit direct URL access to the blocked menu items. Recheck roles blocked admin menu items after installing this update as with low probability you may need to redefine them from the scratch. Try to deactivate/activate plugin 1st (Network deactivate/Network Activate for WP multisite). Generally it helps according to the test results;
    • role menu permissions processing was updated for the Gravity Forms plugin under WP multisite.
  • Integration with Gravity Forms permissions system was enhanced for WP multisite.
  • MySQL query optimized in order to reduce memory consumption.
  • Extra WordPress nonce field was removed from the post at main role editor page.
  • The instance of main plugin class User_Role_Editor is available for other developers via $GLOBALS[‘user_role_editor’]
  • Compatibility issue with the theme [“WD TechGoStore”](http://wpdance.com) is resolved. This theme loads its JS and CSS stuff for admin backend unconditionally – for all pages except loading for its own pages only.
    While the problem is caused just by CSS, URE unloads for optimization purpose all this theme’s JS and CSS from WP admin backend pages where conflict is possible.
  • Fix for the issue with periodic URE license key value disappearance at WordPress multi-site.
  • Minor code enhancements.