wpCentral - Version 1.4.8

Version Description

  • [Security Fix] : This version includes a very important security fix. Please update immediately.
Download this release

Release Info

Developer softacpriya
Plugin Icon 128x128 wpCentral
Version 1.4.8
Comparing to
See all releases

Code changes from version 1.4.7 to 1.4.8

Files changed (2) hide show
  1. readme.txt +4 -1
  2. wpcentral.php +2 -2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: wpcentral, softaculous, sites, manage sites, backup, plugins, themes, mana
4
  Requires at least: 4.4
5
  Tested up to: 5.3
6
  Requires PHP: 5.3
7
- Stable tag: 1.4.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -40,6 +40,9 @@ Should you have any suggestions to improve wpcentral, want to see some related f
40
 
41
  == Changelog ==
42
 
 
 
 
43
  = 1.4.7 =
44
  * [Bug Fix] : Featured Image was not published while publishing the post using wpCentral
45
  * [Bug Fix] : When a draft post was published using wpCentral, it created a new post instead of publishing the existing one.
4
  Requires at least: 4.4
5
  Tested up to: 5.3
6
  Requires PHP: 5.3
7
+ Stable tag: 1.4.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
40
 
41
  == Changelog ==
42
 
43
+ = 1.4.8 =
44
+ * [Security Fix] : This version includes a very important security fix. Please update immediately.
45
+
46
  = 1.4.7 =
47
  * [Bug Fix] : Featured Image was not published while publishing the post using wpCentral
48
  * [Bug Fix] : When a draft post was published using wpCentral, it created a new post instead of publishing the existing one.
wpcentral.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: wpCentral
4
  Plugin URI: https://wpcentral.co
5
  Description: wpCentral provides a centralized area where you can manage all your WordPress websites singularly, unitedly as well as efficiently.
6
- Version: 1.4.7
7
  Author: Softaculous Ltd.
8
  Author URI: https://wpcentral.co
9
  License: GPL2
@@ -55,7 +55,7 @@ if(is_plugin_active($wpc_slug)){
55
  }
56
  add_action('wp_ajax_wpc_dismissnotice', 'wpc_dismiss_notice');
57
 
58
- if(is_user_logged_in()){
59
  add_action('wp_ajax_my_wpc_actions', 'my_wpc_actions_init');
60
  add_action('wp_ajax_my_wpc_signon', 'my_wpc_signon');
61
  add_action('wp_ajax_my_wpc_fetch_authkey', 'wpc_fetch_authkey');
3
  Plugin Name: wpCentral
4
  Plugin URI: https://wpcentral.co
5
  Description: wpCentral provides a centralized area where you can manage all your WordPress websites singularly, unitedly as well as efficiently.
6
+ Version: 1.4.8
7
  Author: Softaculous Ltd.
8
  Author URI: https://wpcentral.co
9
  License: GPL2
55
  }
56
  add_action('wp_ajax_wpc_dismissnotice', 'wpc_dismiss_notice');
57
 
58
+ if(is_user_logged_in() && current_user_can('administrator')){
59
  add_action('wp_ajax_my_wpc_actions', 'my_wpc_actions_init');
60
  add_action('wp_ajax_my_wpc_signon', 'my_wpc_signon');
61
  add_action('wp_ajax_my_wpc_fetch_authkey', 'wpc_fetch_authkey');