WordPress Backup & Security Plugin – BlogVault - Version 4.26

Version Description

  • Handling Premium plugin and themes updates
Download this release

Release Info

Developer ritesh.soni36
Plugin Icon 128x128 WordPress Backup & Security Plugin – BlogVault
Version 4.26
Comparing to
See all releases

Code changes from version 4.25 to 4.26

Files changed (4) hide show
  1. blogvault.php +2 -2
  2. callback/wings/misc.php +2 -8
  3. info.php +2 -2
  4. readme.txt +4 -1
blogvault.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://blogvault.net
5
  Description: Easiest way to backup & secure your WordPress site
6
  Author: Backup by BlogVault
7
  Author URI: https://blogvault.net
8
- Version: 4.25
9
  Network: True
10
  */
11
 
@@ -142,4 +142,4 @@ if ((array_key_exists('bvplugname', $_REQUEST)) && ($_REQUEST['bvplugname'] == "
142
  $dynsync->init();
143
  }
144
 
145
- }
5
  Description: Easiest way to backup & secure your WordPress site
6
  Author: Backup by BlogVault
7
  Author URI: https://blogvault.net
8
+ Version: 4.26
9
  Network: True
10
  */
11
 
142
  $dynsync->init();
143
  }
144
 
145
+ }
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
- if (function_exists('wp_clean_update_cache')) {
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
 
@@ -106,4 +100,4 @@ class BVMiscCallback extends BVCallbackBase {
106
  return $resp;
107
  }
108
  }
109
- endif;
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
 
100
  return $resp;
101
  }
102
  }
103
+ endif;
info.php CHANGED
@@ -9,7 +9,7 @@ if (!class_exists('BVInfo')) :
9
  public $badgeinfo = 'bvbadge';
10
  public $ip_header_option = 'bvipheader';
11
  public $brand_option = 'bvbrand';
12
- public $version = '4.25';
13
  public $webpage = 'https://blogvault.net';
14
  public $appurl = 'https://app.blogvault.net';
15
  public $slug = 'blogvault-real-time-backup/blogvault.php';
@@ -99,4 +99,4 @@ if (!class_exists('BVInfo')) :
99
  );
100
  }
101
  }
102
- endif;
9
  public $badgeinfo = 'bvbadge';
10
  public $ip_header_option = 'bvipheader';
11
  public $brand_option = 'bvbrand';
12
+ public $version = '4.26';
13
  public $webpage = 'https://blogvault.net';
14
  public $appurl = 'https://app.blogvault.net';
15
  public $slug = 'blogvault-real-time-backup/blogvault.php';
99
  );
100
  }
101
  }
102
+ endif;
readme.txt CHANGED
@@ -6,7 +6,7 @@ Donate link: https://app.blogvault.net/home/signup
6
  Requires at least: 4.0
7
  Tested up to: 5.4
8
  Requires PHP: 5.4.0
9
- Stable tag: 4.25
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
 
@@ -240,6 +240,9 @@ Thank you. We really appreciate these kind words, and it makes our day. We would
240
  9. We power WordPress migration for WPEngine, Pantheon, FlyWheel, LiquidWeb, Cloudways, Savvii and many more. Need we say more?
241
 
242
  == CHANGELOG ==
 
 
 
243
  = 4.25 =
244
  * Woocommerce Compatibility upto version 4.0
245
 
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
 
240
  9. We power WordPress migration for WPEngine, Pantheon, FlyWheel, LiquidWeb, Cloudways, Savvii and many more. Need we say more?
241
 
242
  == CHANGELOG ==
243
+ = 4.26 =
244
+ * Handling Premium plugin and themes updates
245
+
246
  = 4.25 =
247
  * Woocommerce Compatibility upto version 4.0
248