User Role Editor - Version 4.14.4

Version Description

  • 08.08.2014
  • Missed "manage_sites" user capability was added to the list of built-in WordPress capabilities managed by User Role Editor.
  • Russian translation was updated.
Download this release

Release Info

Developer shinephp
Plugin Icon 128x128 User Role Editor
Version 4.14.4
Comparing to
See all releases

Code changes from version 4.14.3 to 4.14.4

includes/class-ure-lib.php CHANGED
@@ -883,7 +883,8 @@ class Ure_Lib extends Garvs_WP_Lib {
883
  $caps['delete_users'] = 1;
884
  $caps['create_users'] = 1;
885
  if ($this->multisite) {
886
- $caps['manage_network'] = 1;
 
887
  $caps['manage_network_users'] = 1;
888
  $caps['manage_network_themes'] = 1;
889
  $caps['manage_network_plugins'] = 1;
883
  $caps['delete_users'] = 1;
884
  $caps['create_users'] = 1;
885
  if ($this->multisite) {
886
+ $caps['manage_network'] = 1;
887
+ $caps['manage_sites'] = 1;
888
  $caps['manage_network_users'] = 1;
889
  $caps['manage_network_themes'] = 1;
890
  $caps['manage_network_plugins'] = 1;
lang/ure-ru_RU.mo CHANGED
Binary file
lang/ure-ru_RU.po CHANGED
@@ -278,7 +278,7 @@ msgstr "Другие роли"
278
 
279
  #: ../includes/class-user-role-editor.php:904
280
  msgid "Edit"
281
- msgstr "Редактор"
282
 
283
  #: ../includes/ure-role-edit.php:17
284
  msgid "Select Role and change its capabilities:"
278
 
279
  #: ../includes/class-user-role-editor.php:904
280
  msgid "Edit"
281
+ msgstr "Изменить"
282
 
283
  #: ../includes/ure-role-edit.php:17
284
  msgid "Select Role and change its capabilities:"
readme.txt CHANGED
@@ -83,6 +83,11 @@ Share with me new ideas about plugin further development and link to your site w
83
 
84
 
85
  == Changelog ==
 
 
 
 
 
86
  = 4.14.3 =
87
  * 25.07.2014
88
  * 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.
83
 
84
 
85
  == Changelog ==
86
+ = 4.14.4 =
87
+ * 08.08.2014
88
+ * Missed "manage_sites" user capability was added to the list of built-in WordPress capabilities managed by User Role Editor.
89
+ * Russian translation was updated.
90
+
91
  = 4.14.3 =
92
  * 25.07.2014
93
  * 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.
user-role-editor.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: User Role Editor
4
  Plugin URI: http://role-editor.com
5
  Description: Change/add/delete WordPress user roles and capabilities.
6
- Version: 4.14.3
7
  Author: Vladimir Garagulya
8
  Author URI: http://www.shinephp.com
9
  Text Domain: ure
@@ -23,7 +23,7 @@ if (defined('URE_PLUGIN_URL')) {
23
  wp_die('It seems that other version of User Role Editor is active. Please deactivate it before use this version');
24
  }
25
 
26
- define('URE_VERSION', '4.14.3');
27
  define('URE_PLUGIN_URL', plugin_dir_url(__FILE__));
28
  define('URE_PLUGIN_DIR', plugin_dir_path(__FILE__));
29
  define('URE_PLUGIN_FILE', basename(__FILE__));
3
  Plugin Name: User Role Editor
4
  Plugin URI: http://role-editor.com
5
  Description: Change/add/delete WordPress user roles and capabilities.
6
+ Version: 4.14.4
7
  Author: Vladimir Garagulya
8
  Author URI: http://www.shinephp.com
9
  Text Domain: ure
23
  wp_die('It seems that other version of User Role Editor is active. Please deactivate it before use this version');
24
  }
25
 
26
+ define('URE_VERSION', '4.14.4');
27
  define('URE_PLUGIN_URL', plugin_dir_url(__FILE__));
28
  define('URE_PLUGIN_DIR', plugin_dir_path(__FILE__));
29
  define('URE_PLUGIN_FILE', basename(__FILE__));