Version Description
- Bug fixed related to restore.
- Admin side design improvement.
Download this release
Release Info
Developer | BackupGuard |
Plugin | WordPress Backup and Migrate Plugin – Backup Guard |
Version | 1.2.6 |
Comparing to | |
See all releases |
Code changes from version 1.2.5 to 1.2.6
- README.txt +8 -4
- backup.php +2 -2
- public/backups.php +1 -1
- public/css/bgstyle.less.css +4 -0
- public/img/reviewBg.png +0 -0
- public/img/select-arrow.png +0 -0
README.txt
CHANGED
@@ -6,7 +6,7 @@ Donate link: https://backup-guard.com/products/backup-wordpress
|
|
6 |
Tags: backup, wordpress backup plugin, backup plugin, database backup, migrate, back up
|
7 |
Requires at least: 3.8
|
8 |
Tested up to: 5.4
|
9 |
-
Stable tag: 1.2.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -124,9 +124,9 @@ That's not all, if you are a paid user, you will receive priority/emergency supp
|
|
124 |
|
125 |
<a href="https://backup-guard.com/products/backup-wordpress">Backup Guard PRO</a>
|
126 |
|
127 |
-
= How to fix “MySQL server has gone away
|
128 |
|
129 |
-
While restoring your database you may encounter “MySQL server has gone away
|
130 |
To fix the issue you will have to contact your hosting provider and ask them increase the size of these two values: max_allowed_packet & wait_timeout
|
131 |
|
132 |
= How do I Restore my Backup? =
|
@@ -157,6 +157,10 @@ When you are facing an issue of any kind with any of our products, the first thi
|
|
157 |
6. Site backup customization
|
158 |
|
159 |
== Changelog ==
|
|
|
|
|
|
|
|
|
160 |
= 1.2.5 =
|
161 |
* Admin side improvement
|
162 |
* Bug fixed related to restore
|
@@ -339,7 +343,7 @@ When you are facing an issue of any kind with any of our products, the first thi
|
|
339 |
|
340 |
= 1.1.49 =
|
341 |
* External restoration related bugs resolved
|
342 |
-
* “wp-content
|
343 |
|
344 |
= 1.1.48 =
|
345 |
* cURL & Sockets are supported for reloads
|
6 |
Tags: backup, wordpress backup plugin, backup plugin, database backup, migrate, back up
|
7 |
Requires at least: 3.8
|
8 |
Tested up to: 5.4
|
9 |
+
Stable tag: 1.2.6
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
124 |
|
125 |
<a href="https://backup-guard.com/products/backup-wordpress">Backup Guard PRO</a>
|
126 |
|
127 |
+
= How to fix “MySQL server has gone away” error? =
|
128 |
|
129 |
+
While restoring your database you may encounter “MySQL server has gone away” warning. There are generally two main causes for this error: 1) the server timed out and closed the connection and 2) server dropped an incorrect or too large packet.
|
130 |
To fix the issue you will have to contact your hosting provider and ask them increase the size of these two values: max_allowed_packet & wait_timeout
|
131 |
|
132 |
= How do I Restore my Backup? =
|
157 |
6. Site backup customization
|
158 |
|
159 |
== Changelog ==
|
160 |
+
= 1.2.6 =
|
161 |
+
* Bug fixed related to restore.
|
162 |
+
* Admin side design improvement.
|
163 |
+
|
164 |
= 1.2.5 =
|
165 |
* Admin side improvement
|
166 |
* Bug fixed related to restore
|
343 |
|
344 |
= 1.1.49 =
|
345 |
* External restoration related bugs resolved
|
346 |
+
* “wp-content” directory detection related bug resolved
|
347 |
|
348 |
= 1.1.48 =
|
349 |
* cURL & Sockets are supported for reloads
|
backup.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Backup
|
5 |
* Plugin URI: https://backup-guard.com/products/backup-wordpress
|
6 |
* Description: Backup Guard is the most complete site backup and restore plugin. We offer the easiest way to backup, restore or migrate your site. You can backup your files, database or both.
|
7 |
-
* Version: 1.2.
|
8 |
* Author: BackupGuard
|
9 |
* Author URI: https://backup-guard.com/products/backup-wordpress
|
10 |
* License: GPL-2.0+
|
@@ -16,7 +16,7 @@ if (function_exists('activate_backup_guard')) {
|
|
16 |
}
|
17 |
|
18 |
if (!defined('SG_BACKUP_GUARD_VERSION')) {
|
19 |
-
define('SG_BACKUP_GUARD_VERSION', '1.2.
|
20 |
}
|
21 |
|
22 |
if (!defined('SG_BACKUP_GUARD_MAIN_FILE')) {
|
4 |
* Plugin Name: Backup
|
5 |
* Plugin URI: https://backup-guard.com/products/backup-wordpress
|
6 |
* Description: Backup Guard is the most complete site backup and restore plugin. We offer the easiest way to backup, restore or migrate your site. You can backup your files, database or both.
|
7 |
+
* Version: 1.2.6
|
8 |
* Author: BackupGuard
|
9 |
* Author URI: https://backup-guard.com/products/backup-wordpress
|
10 |
* License: GPL-2.0+
|
16 |
}
|
17 |
|
18 |
if (!defined('SG_BACKUP_GUARD_VERSION')) {
|
19 |
+
define('SG_BACKUP_GUARD_VERSION', '1.2.6');
|
20 |
}
|
21 |
|
22 |
if (!defined('SG_BACKUP_GUARD_MAIN_FILE')) {
|
public/backups.php
CHANGED
@@ -88,7 +88,7 @@ $pluginCapabilities = backupGuardGetCapabilities();
|
|
88 |
<?php _backupGuardT('Migrate')?>
|
89 |
</a>
|
90 |
|
91 |
-
<a href="javascript:void(0)" id="sg-import" class="btn btn-primary sg-margin-left-
|
92 |
<?php if ($pluginCapabilities == BACKUP_GUARD_CAPABILITIES_FREE): ?>
|
93 |
<a href="<?php echo BACKUP_GUARD_WORDPRESS_SUPPORT_URL; ?>" target="_blank">
|
94 |
<button type="button" id="sg-report-problem-button" class="sg-button-red pull-right">
|
88 |
<?php _backupGuardT('Migrate')?>
|
89 |
</a>
|
90 |
|
91 |
+
<a href="javascript:void(0)" id="sg-import" class="btn btn-primary sg-margin-left-12" data-toggle="modal" data-modal-name="import" data-remote="modalImport"><i class="glyphicon glyphicon-open"></i> <?php _backupGuardT('Import')?></a>
|
92 |
<?php if ($pluginCapabilities == BACKUP_GUARD_CAPABILITIES_FREE): ?>
|
93 |
<a href="<?php echo BACKUP_GUARD_WORDPRESS_SUPPORT_URL; ?>" target="_blank">
|
94 |
<button type="button" id="sg-report-problem-button" class="sg-button-red pull-right">
|
public/css/bgstyle.less.css
CHANGED
@@ -46,6 +46,10 @@
|
|
46 |
margin-left: 20px;
|
47 |
}
|
48 |
|
|
|
|
|
|
|
|
|
49 |
.sg-service-container {
|
50 |
width: 100%;
|
51 |
margin: 0;
|
46 |
margin-left: 20px;
|
47 |
}
|
48 |
|
49 |
+
.sg-margin-left-12 {
|
50 |
+
margin-left: 12px;
|
51 |
+
}
|
52 |
+
|
53 |
.sg-service-container {
|
54 |
width: 100%;
|
55 |
margin: 0;
|
public/img/reviewBg.png
ADDED
Binary file
|
public/img/select-arrow.png
ADDED
Binary file
|