Version Description
= 3.4 =
- This version introduces a major refactoring of the code responsible for the core backup engine. We made sure to write unit tests for the new code, and we have tested it on several user's sites. It fixes a lot of old bugs, and Windows users should see major improvements to reliability.
= 3.3.4 =
- WordPress 4.4 compatibility.
= 3.3.1 =
- Fixes a bug that would prevent downloading backups since 3.3.0 - please update.
= 3.2.5 =
- Security fixes related to add_query_arg
= 3.2.1 =
- Important bug fixes. Please upgrade to this version to avoid incomplete or broken backups.
= 3.1.3 =
- Fixes backwards compatibility for add-ons and avoids a Fatal Error. Please upgrade straight to this version before upgrading your add-ons.
= 3.0.4 =
- Fixes a few minor bugs. Immediate update is recommended.
= 3.0.2 =
- Important: we have dropped support for PHP 5.2, you will not be able to activate BackUpWordPress on a server running PHP versions older than PHP 5.3.29
= 3.0.1 =
- This is a critical update. Fixes a bug in the core backup library. Please update immediately.
Download this release
Release Info
Developer | xibodevelopment |
Plugin | BackUpWordPress |
Version | 3.8 |
Comparing to | |
See all releases |
Code changes from version 3.7.2 to 3.8
- backupwordpress.php +2 -2
- classes/class-plugin.php +1 -1
- languages/backupwordpress.pot +1 -1
- readme.txt +5 -1
backupwordpress.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: BackUpWordPress
|
4 |
Plugin URI: https://updraftplus.com/backupwordpress/?afref=744
|
5 |
Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools → Backups</strong>. On multisite, you'll find me under the Network Settings menu.
|
6 |
-
Version: 3.
|
7 |
Author: XIBO Ltd
|
8 |
Author URI: https://profiles.wordpress.org/xibodevelopment
|
9 |
License: GPL-2+
|
@@ -17,7 +17,7 @@ Network: true
|
|
17 |
Copyright 2011 - 2018 XIBO Ltd (email : support@xibomarketing.com)
|
18 |
|
19 |
This program is free software; you can redistribute it and/or modify
|
20 |
-
it under the terms of the
|
21 |
the Free Software Foundation; either version 2 of the License, or
|
22 |
(at your option) any later version.
|
23 |
|
3 |
Plugin Name: BackUpWordPress
|
4 |
Plugin URI: https://updraftplus.com/backupwordpress/?afref=744
|
5 |
Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools → Backups</strong>. On multisite, you'll find me under the Network Settings menu.
|
6 |
+
Version: 3.8
|
7 |
Author: XIBO Ltd
|
8 |
Author URI: https://profiles.wordpress.org/xibodevelopment
|
9 |
License: GPL-2+
|
17 |
Copyright 2011 - 2018 XIBO Ltd (email : support@xibomarketing.com)
|
18 |
|
19 |
This program is free software; you can redistribute it and/or modify
|
20 |
+
it under the terms of the General Public License (GNU) as published by
|
21 |
the Free Software Foundation; either version 2 of the License, or
|
22 |
(at your option) any later version.
|
23 |
|
classes/class-plugin.php
CHANGED
@@ -6,7 +6,7 @@ namespace HM\BackUpWordPress;
|
|
6 |
* Class Plugin
|
7 |
*/
|
8 |
final class Plugin {
|
9 |
-
const PLUGIN_VERSION = '3.
|
10 |
|
11 |
/**
|
12 |
* @var Plugin The singleton instance.
|
6 |
* Class Plugin
|
7 |
*/
|
8 |
final class Plugin {
|
9 |
+
const PLUGIN_VERSION = '3.8';
|
10 |
|
11 |
/**
|
12 |
* @var Plugin The singleton instance.
|
languages/backupwordpress.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the GPL-2+.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: BackUpWordPress 3.
|
6 |
"Report-Msgid-Bugs-To: support@xibomarketing.com\n"
|
7 |
"POT-Creation-Date: 2018-10-29 10:39:44+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
2 |
# This file is distributed under the GPL-2+.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: BackUpWordPress 3.8\n"
|
6 |
"Report-Msgid-Bugs-To: support@xibomarketing.com\n"
|
7 |
"POT-Creation-Date: 2018-10-29 10:39:44+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: xibodevelopment, willmot, dashaluna, pauldewouters, joehoyle, matt
|
|
3 |
Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, xibodevelopment
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 4.9.8
|
6 |
-
Stable tag: 3.
|
7 |
|
8 |
Simple automated backups of your WordPress-powered website.
|
9 |
|
@@ -161,6 +161,10 @@ users should see major improvements to reliability.
|
|
161 |
|
162 |
== Changelog ==
|
163 |
|
|
|
|
|
|
|
|
|
164 |
### 3.7.2 / 2018-10-29
|
165 |
|
166 |
* Check remove intercomm links
|
3 |
Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, xibodevelopment
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 4.9.8
|
6 |
+
Stable tag: 3.8
|
7 |
|
8 |
Simple automated backups of your WordPress-powered website.
|
9 |
|
161 |
|
162 |
== Changelog ==
|
163 |
|
164 |
+
### 3.8 / 2018-11-01
|
165 |
+
|
166 |
+
* GNU Wording change
|
167 |
+
|
168 |
### 3.7.2 / 2018-10-29
|
169 |
|
170 |
* Check remove intercomm links
|