Version Description
- Handling Premium plugin and themes updates
Download this release
Release Info
| Developer | ritesh.soni36 |
| Plugin | |
| Version | 4.26 |
| Comparing to | |
| See all releases | |
Code changes from version 4.25 to 4.26
- callback/wings/misc.php +1 -7
- info.php +1 -1
- plugin.php +1 -1
- readme.txt +4 -1
callback/wings/misc.php
CHANGED
|
@@ -19,10 +19,7 @@ class BVMiscCallback extends BVCallbackBase {
|
|
| 19 |
public function refreshPluginUpdates() {
|
| 20 |
global $wp_current_filter;
|
| 21 |
$wp_current_filter[] = 'load-update-core.php';
|
| 22 |
-
|
| 23 |
-
wp_clean_update_cache();
|
| 24 |
-
}
|
| 25 |
-
|
| 26 |
wp_update_plugins();
|
| 27 |
|
| 28 |
array_pop($wp_current_filter);
|
|
@@ -35,9 +32,6 @@ class BVMiscCallback extends BVCallbackBase {
|
|
| 35 |
public function refreshThemeUpdates() {
|
| 36 |
global $wp_current_filter;
|
| 37 |
$wp_current_filter[] = 'load-update-core.php';
|
| 38 |
-
if (function_exists('wp_clean_update_cache')) {
|
| 39 |
-
wp_clean_update_cache();
|
| 40 |
-
}
|
| 41 |
|
| 42 |
wp_update_themes();
|
| 43 |
|
| 19 |
public function refreshPluginUpdates() {
|
| 20 |
global $wp_current_filter;
|
| 21 |
$wp_current_filter[] = 'load-update-core.php';
|
| 22 |
+
|
|
|
|
|
|
|
|
|
|
| 23 |
wp_update_plugins();
|
| 24 |
|
| 25 |
array_pop($wp_current_filter);
|
| 32 |
public function refreshThemeUpdates() {
|
| 33 |
global $wp_current_filter;
|
| 34 |
$wp_current_filter[] = 'load-update-core.php';
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
wp_update_themes();
|
| 37 |
|
info.php
CHANGED
|
@@ -9,7 +9,7 @@ if (!class_exists('WPRInfo')) :
|
|
| 9 |
public $badgeinfo = 'wprbadge';
|
| 10 |
public $ip_header_option = 'wpripheader';
|
| 11 |
public $brand_option = 'wprbrand';
|
| 12 |
-
public $version = '4.
|
| 13 |
public $webpage = 'https://wpremote.com';
|
| 14 |
public $appurl = 'https://app.wpremote.com';
|
| 15 |
public $slug = 'wpremote/plugin.php';
|
| 9 |
public $badgeinfo = 'wprbadge';
|
| 10 |
public $ip_header_option = 'wpripheader';
|
| 11 |
public $brand_option = 'wprbrand';
|
| 12 |
+
public $version = '4.26';
|
| 13 |
public $webpage = 'https://wpremote.com';
|
| 14 |
public $appurl = 'https://app.wpremote.com';
|
| 15 |
public $slug = 'wpremote/plugin.php';
|
plugin.php
CHANGED
|
@@ -5,7 +5,7 @@ Plugin URI: https://wpremote.com
|
|
| 5 |
Description: Manage your WordPress site with <a href="https://wpremote.com/">WP Remote</a>.
|
| 6 |
Author: WP Remote
|
| 7 |
Author URI: https://wpremote.com
|
| 8 |
-
Version: 4.
|
| 9 |
Network: True
|
| 10 |
*/
|
| 11 |
|
| 5 |
Description: Manage your WordPress site with <a href="https://wpremote.com/">WP Remote</a>.
|
| 6 |
Author: WP Remote
|
| 7 |
Author URI: https://wpremote.com
|
| 8 |
+
Version: 4.26
|
| 9 |
Network: True
|
| 10 |
*/
|
| 11 |
|
readme.txt
CHANGED
|
@@ -6,7 +6,7 @@ Donate link: https://app.wpremote.com/home/signup
|
|
| 6 |
Requires at least: 4.0
|
| 7 |
Tested up to: 5.4
|
| 8 |
Requires PHP: 5.4.0
|
| 9 |
-
Stable tag: 4.
|
| 10 |
License: GPLv2 or later
|
| 11 |
License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
|
| 12 |
|
|
@@ -32,6 +32,9 @@ You can email us at support@wpremote.com for support.
|
|
| 32 |
3. Sign up for an account at wpremote.com and add your site.
|
| 33 |
|
| 34 |
== CHANGELOG ==
|
|
|
|
|
|
|
|
|
|
| 35 |
= 4.22 =
|
| 36 |
* Sending plugname in request to backend servers
|
| 37 |
* Firewall in prepend mode
|
| 6 |
Requires at least: 4.0
|
| 7 |
Tested up to: 5.4
|
| 8 |
Requires PHP: 5.4.0
|
| 9 |
+
Stable tag: 4.26
|
| 10 |
License: GPLv2 or later
|
| 11 |
License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
|
| 12 |
|
| 32 |
3. Sign up for an account at wpremote.com and add your site.
|
| 33 |
|
| 34 |
== CHANGELOG ==
|
| 35 |
+
= 4.26 =
|
| 36 |
+
* Handling Premium plugin and themes updates
|
| 37 |
+
|
| 38 |
= 4.22 =
|
| 39 |
* Sending plugname in request to backend servers
|
| 40 |
* Firewall in prepend mode
|
