Migration, Backup, Staging – WPvivid - Version 0.9.52

Version Description

  • Fixed a fatal error occurred during website transfer in some cases.
  • Fixed some bugs in the plugin code.
  • Optimized the plugin code.
Download this release

Release Info

Developer wpvivid
Plugin Icon 128x128 Migration, Backup, Staging – WPvivid
Version 0.9.52
Comparing to
See all releases

Code changes from version 0.9.51 to 0.9.52

admin/partials/wpvivid-backup-restore-page-display.php CHANGED
@@ -2270,8 +2270,7 @@ function wpvivid_backup_module_add_descript(){
2270
  <div style="font-size: 14px; padding: 8px 12px; margin: 0; line-height: 1.4; font-weight: 600;">
2271
  <span style="margin-right: 5px;"><?php _e( 'Back Up Manually','wpvivid-backuprestore'); ?></span>
2272
  <span style="margin-right: 5px;">|</span>
2273
- <span style="margin-right: 0;"><a href="<?php echo esc_url(admin_url().'admin.php?page=wpvivid-cleaner'); ?>" style="text-decoration: none;"><?php _e('Unused Image Cleaner', 'wpvivid-backuprestore'); ?></a></span>
2274
- <span style="font-size: 10px; color: #FFA500; line-height: 10px;">(<?php _e('new feature', 'wpvivid-backuprestore'); ?>)</span>
2275
  </div>
2276
  <div class="quickstart-storage-setting">
2277
  <span class="list-top-chip backup" name="ismerge" value="1" style="margin: 10px 10px 10px 0;"><?php _e('Local Storage Directory:', 'wpvivid-backuprestore'); ?></span>
2270
  <div style="font-size: 14px; padding: 8px 12px; margin: 0; line-height: 1.4; font-weight: 600;">
2271
  <span style="margin-right: 5px;"><?php _e( 'Back Up Manually','wpvivid-backuprestore'); ?></span>
2272
  <span style="margin-right: 5px;">|</span>
2273
+ <span style="margin-right: 0;"><a href="<?php echo esc_url('https://wordpress.org/plugins/wpvivid-imgoptim/'); ?>" style="text-decoration: none;"><?php _e('Compress images with our image optimization plugin, it\'s free', 'wpvivid-backuprestore'); ?></a></span>
 
2274
  </div>
2275
  <div class="quickstart-storage-setting">
2276
  <span class="list-top-chip backup" name="ismerge" value="1" style="margin: 10px 10px 10px 0;"><?php _e('Local Storage Directory:', 'wpvivid-backuprestore'); ?></span>
admin/partials/wpvivid-settings-page-display.php CHANGED
@@ -97,7 +97,7 @@ function wpvivid_general_settings()
97
  }
98
  }
99
  ?>
100
- </select><strong style="margin-right: 10px;"><?php _e('backups retained', 'wpvivid-backuprestore'); ?></strong><a href="https://wpvivid.com/pro-version-beta-testing?utm_source=client_backups_retained&utm_medium=inner_link&utm_campaign=access" style="text-decoration: none;"><?php _e('Pro feature: Retain more backups', 'wpvivid-backuprestore'); ?></a>
101
  </div>
102
  <div>
103
  <label for="wpvivid_estimate_backup">
97
  }
98
  }
99
  ?>
100
+ </select><strong style="margin-right: 10px;"><?php _e('backups retained', 'wpvivid-backuprestore'); ?></strong><a href="https://wpvivid.com/wpvivid-backup-pro-backup-retention" style="text-decoration: none;"><?php _e('Pro feature: Retain more backups', 'wpvivid-backuprestore'); ?></a>
101
  </div>
102
  <div>
103
  <label for="wpvivid_estimate_backup">
includes/class-wpvivid.php CHANGED
@@ -1864,7 +1864,7 @@ class WPvivid {
1864
 
1865
  $sapi_type=php_sapi_name();
1866
 
1867
- if($sapi_type=='cgi-fcgi'||$sapi_type==' fpm-fcgi')
1868
  {
1869
  $alter_fcgi=true;
1870
  }
1864
 
1865
  $sapi_type=php_sapi_name();
1866
 
1867
+ if($sapi_type=='cgi-fcgi'||$sapi_type=='fpm-fcgi')
1868
  {
1869
  $alter_fcgi=true;
1870
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: move, clone, migrate, cleaner, backup, restore, auto backup, cloud backup
4
  Requires at least: 4.5
5
  Tested up to: 5.7
6
  Requires PHP: 5.3
7
- Stable tag: 0.9.51
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
@@ -187,6 +187,10 @@ Thank you for translating WPvivid Backup Plugin to your languages!
187
  * [Daniel Wilczkowiak](https://profiles.wordpress.org/virtual03/) (German)
188
 
189
  == Changelog ==
 
 
 
 
190
  = 0.9.51 =
191
  - Added: Once a backup is created, the plugin will check whether the zip is good and will prompt you if it is corrupted.
192
  - Fixed some bugs in the plugin code.
4
  Requires at least: 4.5
5
  Tested up to: 5.7
6
  Requires PHP: 5.3
7
+ Stable tag: 0.9.52
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
187
  * [Daniel Wilczkowiak](https://profiles.wordpress.org/virtual03/) (German)
188
 
189
  == Changelog ==
190
+ = 0.9.52 =
191
+ - Fixed a fatal error occurred during website transfer in some cases.
192
+ - Fixed some bugs in the plugin code.
193
+ - Optimized the plugin code.
194
  = 0.9.51 =
195
  - Added: Once a backup is created, the plugin will check whether the zip is good and will prompt you if it is corrupted.
196
  - Fixed some bugs in the plugin code.
wpvivid-backuprestore.php CHANGED
@@ -7,7 +7,7 @@
7
  * @wordpress-plugin
8
  * Plugin Name: WPvivid Backup Plugin
9
  * Description: Clone or copy WP sites then move or migrate them to new host (new domain), schedule backups, transfer backups to leading remote storage. All in one.
10
- * Version: 0.9.51
11
  * Author: WPvivid Team
12
  * Author URI: https://wpvivid.com
13
  * License: GPL-3.0+
@@ -21,7 +21,7 @@ if ( ! defined( 'WPINC' ) ) {
21
  die;
22
  }
23
 
24
- define( 'WPVIVID_PLUGIN_VERSION', '0.9.51' );
25
  //
26
  define('WPVIVID_RESTORE_INIT','init');
27
  define('WPVIVID_RESTORE_READY','ready');
7
  * @wordpress-plugin
8
  * Plugin Name: WPvivid Backup Plugin
9
  * Description: Clone or copy WP sites then move or migrate them to new host (new domain), schedule backups, transfer backups to leading remote storage. All in one.
10
+ * Version: 0.9.52
11
  * Author: WPvivid Team
12
  * Author URI: https://wpvivid.com
13
  * License: GPL-3.0+
21
  die;
22
  }
23
 
24
+ define( 'WPVIVID_PLUGIN_VERSION', '0.9.52' );
25
  //
26
  define('WPVIVID_RESTORE_INIT','init');
27
  define('WPVIVID_RESTORE_READY','ready');