WordPress Backup & Security Plugin – BlogVault - Version 1.881

Version Description

  • Plugin branding fixes
Download this release

Release Info

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

Code changes from version 1.88 to 1.881

Files changed (5) hide show
  1. admin.php +5 -0
  2. blogvault.php +1 -1
  3. dynsync.php +0 -4
  4. main.php +1 -1
  5. readme.txt +4 -1
admin.php CHANGED
@@ -150,6 +150,11 @@ class BVAdmin {
150
 
151
  public function initBranding($plugins) {
152
  $slug = $this->bvmain->slug;
 
 
 
 
 
153
  $brand = $this->bvmain->getBrandInfo();
154
  if ($brand) {
155
  if (array_key_exists('hide', $brand)) {
150
 
151
  public function initBranding($plugins) {
152
  $slug = $this->bvmain->slug;
153
+
154
+ if (!is_array($plugins) || !isset($slug, $plugins)) {
155
+ return $plugins;
156
+ }
157
+
158
  $brand = $this->bvmain->getBrandInfo();
159
  if ($brand) {
160
  if (array_key_exists('hide', $brand)) {
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: 1.88
9
  Network: True
10
  */
11
 
5
  Description: Easiest way to backup & secure your WordPress site
6
  Author: Backup by BlogVault
7
  Author URI: https://blogvault.net
8
+ Version: 1.881
9
  Network: True
10
  */
11
 
dynsync.php CHANGED
@@ -26,10 +26,6 @@ class BVDynSync {
26
  $this->bvmain->db->dropBVTable(BVDynSync::$dynsync_table);
27
  }
28
 
29
- public static function getDynSyncTableName() {
30
- return $this->bvmain->db->getBVTable(BVDynSync::$dynsync_table);
31
- }
32
-
33
  function add_event($event_type, $event_data) {
34
  global $wp_current_filter;
35
  $site_id = get_current_blog_id();
26
  $this->bvmain->db->dropBVTable(BVDynSync::$dynsync_table);
27
  }
28
 
 
 
 
 
29
  function add_event($event_type, $event_data) {
30
  global $wp_current_filter;
31
  $site_id = get_current_blog_id();
main.php CHANGED
@@ -8,7 +8,7 @@ require_once dirname( __FILE__ ) . '/main/auth.php';
8
  require_once dirname( __FILE__ ) . '/main/db.php';
9
 
10
  class BVBackup {
11
- public $version = '1.88';
12
  public $plugname = 'bvbackup';
13
  public $brandname = 'BlogVault';
14
  public $webpage = 'https://blogvault.net';
8
  require_once dirname( __FILE__ ) . '/main/db.php';
9
 
10
  class BVBackup {
11
+ public $version = '1.881';
12
  public $plugname = 'bvbackup';
13
  public $brandname = 'BlogVault';
14
  public $webpage = 'https://blogvault.net';
readme.txt CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://blogvault.net/
5
  Donate link: https://app.blogvault.net/home/signup
6
  Requires at least: 4.0
7
  Tested up to: 5.2.1
8
- Stable tag: 1.88
9
  License: GPLv2 or later
10
  License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
11
 
@@ -239,6 +239,9 @@ Thank you. We really appreciate these kind words, and it makes our day. We would
239
  9. We power WordPress migration for WPEngine, Pantheon, FlyWheel, LiquidWeb, Cloudways, Savvii and many more. Need we say more?
240
 
241
  == CHANGELOG ==
 
 
 
242
  = 1.88 =
243
  * Handling translations
244
  * Callback improvements
5
  Donate link: https://app.blogvault.net/home/signup
6
  Requires at least: 4.0
7
  Tested up to: 5.2.1
8
+ Stable tag: 1.881
9
  License: GPLv2 or later
10
  License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
11
 
239
  9. We power WordPress migration for WPEngine, Pantheon, FlyWheel, LiquidWeb, Cloudways, Savvii and many more. Need we say more?
240
 
241
  == CHANGELOG ==
242
+ = 1.881 =
243
+ * Plugin branding fixes
244
+
245
  = 1.88 =
246
  * Handling translations
247
  * Callback improvements