Skip to content

Commit 2915819

Browse files
Merge pull request #1205 from darthvader666uk/Patch2
Patch2
2 parents 7adc534 + 2365d8f commit 2915819

File tree

12 files changed

+55
-50
lines changed

12 files changed

+55
-50
lines changed

admin/faq.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747

4848
'<li>' . __( 'Is your site private (i.e. is it behind some kind of authentication, maintenance plugin, .htaccess)? If so, wp-cron won\'t work until you remove it. If you are and you temporarily remove the authentication, do backups start working?', 'backupwordpress' ) . '</li></ul>' .
4949

50-
'<p>' . __( 'Report the results to our support team for further help. To do this, email support@xibomarketing.com', 'backupwordpress' ) . '</p>' .
50+
'<p>' . __( 'For further help, please post on our <a href="http://wordpress.org/support/plugin/backupwordpress" title="support forums" target="_blank">support forums</a>', 'backupwordpress' ) . '</p>' .
5151

5252
'<p><strong>' . __( 'How to get BackUpWordPress working in Heart Internet', 'backupwordpress' ) . '</strong></p>' .
5353

5454
'<p>' . __( 'The script to be entered into the Heart Internet cPanel is: <code>/usr/bin/php5 /home/sites/yourdomain.com/public_html/wp-cron.php</code> (note the space between php5 and the location of the file). The file <code>wp-cron.php</code> <code>chmod</code> must be set to <code>711</code>.', 'backupwordpress' ) . '</p>' .
5555

5656
'<p><strong>' . __( 'My backups seem to be failing?', 'backupwordpress' ) . '</strong></p>' .
5757

58-
'<p>' . __( 'If your backups are failing, it\'s commonly caused by a lack of available resources on your server. To establish this is the case, exclude the complete (or parts of the) uploads folder and run a backup. If that succeeds, you know it\'s probably a server issue. If it does not succeed, report the results to our support team for further help. You can contact support by emailing support@xibomarketing.com', 'backupwordpress' ) . '</p>';
58+
'<p>' . __( 'If your backups are failing, it\'s commonly caused by a lack of available resources on your server. To establish this is the case, exclude the complete (or parts of the) uploads folder and run a backup. If that succeeds, you know it\'s probably a server issue. If it does not succeed, you can seek further help on our <a href="http://wordpress.org/support/plugin/backupwordpress" title="support forums" target="_blank">support forums</a>', 'backupwordpress' ) . '</p>';

backupwordpress.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: BackUpWordPress
44
Plugin URI: https://updraftplus.com/backupwordpress/?afref=744
55
Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools &rarr; Backups</strong>. On multisite, you'll find me under the Network Settings menu.
6-
Version: 3.8
6+
Version: 3.9
77
Author: XIBO Ltd
88
Author URI: https://profiles.wordpress.org/xibodevelopment
99
License: GPL-2+
@@ -14,10 +14,10 @@
1414
*/
1515

1616
/*
17-
Copyright 2011 - 2018 XIBO Ltd (email : [email protected])
17+
Copyright 2011 - 2018 XIBO Ltd
1818
1919
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
20+
it under the terms of the GNU General Public License as published by
2121
the Free Software Foundation; either version 2 of the License, or
2222
(at your option) any later version.
2323

bin/readme.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: xibodevelopment, willmot, dashaluna, pauldewouters, joehoyle, matt
33
Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, xibodevelopment
44
Requires at least: 3.9
55
Tested up to: 4.9.8
6-
Stable tag: 3.8
6+
Stable tag: 3.9
77

88
Simple automated backups of your WordPress-powered website.
99

@@ -95,24 +95,20 @@ There are some things you can test to confirm this is the issue.
9595

9696
* Is your site private (i.e. is it behind some kind of authentication, maintenance plugin, .htaccess)? If so, wp-cron won't work until you remove it. If you are and you temporarily remove the authentication, do backups start working?
9797

98-
Report the results to our support team for further help. To do this, email [email protected]
99-
10098
**How to get BackUpWordPress working in Heart Internet**
10199

102100
The script to be entered into the Heart Internet cPanel is: `/usr/bin/php5 /home/sites/yourdomain.com/public_html/wp-cron.php` (note the space between php5 and the location of the file). The file `wp-cron.php` `chmod` must be set to `711`.
103101

104102
**My backups seem to be failing?**
105103

106-
If your backups are failing, it's commonly caused by a lack of available resources on your server. To establish this is the case, exclude the complete (or parts of the) uploads folder and run a backup. If that succeeds, you know it's probably a server issue. If it does not succeed, report the results to our support team for further help. You can contact support by emailing support@xibomarketing.com
104+
If your backups are failing, it's commonly caused by a lack of available resources on your server. To establish this is the case, exclude the complete (or parts of the) uploads folder and run a backup. If that succeeds, you know it's probably a server issue. If it does not succeed, you can find further assistance on our <a href="http://wordpress.org/support/plugin/backupwordpress" title="support forums" target="_blank">support forums</a>.
107105

108106
**Further Support & Feedback**
109107

110108
General support questions should be posted in the <a href="http://wordpress.org/tags/backupwordpress?forum_id=10">WordPress support forums, tagged with backupwordpress.</a>
111109

112110
For development issues, feature requests or anybody wishing to help out with development checkout <a href="https://github.com/orgs/xibodevelopment/backupwordpress/">BackUpWordPress on GitHub.</a>
113111

114-
You can also email [email protected] for further help/support.
115-
116112
== Screenshots ==
117113

118114
1. Manage multiple schedules.
@@ -161,6 +157,10 @@ users should see major improvements to reliability.
161157

162158
== Changelog ==
163159

160+
### 3.9 / 2019-06-10
161+
162+
* Readme update
163+
164164
### 3.8 / 2018-11-01
165165

166166
* GNU Wording change

bin/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
# Takes a tag to release, and syncs it to WordPress.org
44

5-
TAG=3.8
6-
PLUGIN="backupwordpress-new"
5+
TAG=3.9
6+
PLUGIN="backupwordpress"
77
PLUGINDIR=$(pwd)
88
TMPDIR=$(pwd)/tmp/
99

classes/class-email-service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function action( $action, Backup $backup ) {
176176

177177
$subject = sprintf( __( 'Backup of %s Failed', 'backupwordpress' ), $domain );
178178

179-
$message = sprintf( __( 'BackUpWordPress was unable to backup your site %1$s.', 'backupwordpress' ) . "\n\n" . __( 'Here are the errors that we\'ve encountered:', 'backupwordpress' ) . "\n\n" . '%2$s' . "\n\n" . __( 'If the errors above look like Martian, forward this email to %3$s and we\'ll take a look', 'backupwordpress' ) . "\n\n" . __( "Kind Regards,\nThe Apologetic BackUpWordPress Backup Emailing Robot", 'backupwordpress' ), home_url(), $error_message, '[email protected]' );
179+
$message = sprintf( __( 'BackUpWordPress was unable to backup your site %1$s.', 'backupwordpress' ) . "\n\n" . __( 'Here are the errors that we\'ve encountered:', 'backupwordpress' ) . "\n\n" . '%2$s' . "\n\n" . __( 'If the errors above look like Martian, you can find further assistance on our %3$ssupport forums%4$s ', 'backupwordpress' ) . "\n\n" . __( "Kind Regards,\nThe Apologetic BackUpWordPress Backup Emailing Robot", 'backupwordpress' ), home_url(), $error_message, '<a href="http://wordpress.org/support/plugin/backupwordpress" title="support forums" target="_blank">', '</a>' );
180180

181181
wp_mail( $this->get_email_address_array(), $subject, $message, $headers );
182182

classes/class-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Class Plugin
77
*/
88
final class Plugin {
9-
const PLUGIN_VERSION = '3.8';
9+
const PLUGIN_VERSION = '3.9';
1010

1111
/**
1212
* @var Plugin The singleton instance.

composer.lock

Lines changed: 27 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/backupwordpress.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the GPL-2+.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: BackUpWordPress 3.8\n"
5+
"Project-Id-Version: BackUpWordPress 3.9\n"
66
"Report-Msgid-Bugs-To: [email protected]\n"
77
"POT-Creation-Date: 2018-10-29 10:39:44+00:00\n"
88
"MIME-Version: 1.0\n"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BackUpWordPress",
3-
"version": "3.8",
3+
"version": "3.9",
44
"description": "Simple automated backups of your WordPress powered website.",
55
"main": "backupwordpress.php",
66
"directories": {

readme.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: xibodevelopment, willmot, dashaluna, pauldewouters, joehoyle, matt
33
Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, xibodevelopment
44
Requires at least: 3.9
55
Tested up to: 4.9.8
6-
Stable tag: 3.8
6+
Stable tag: 3.9
77

88
Simple automated backups of your WordPress-powered website.
99

@@ -95,24 +95,20 @@ There are some things you can test to confirm this is the issue.
9595

9696
* Is your site private (i.e. is it behind some kind of authentication, maintenance plugin, .htaccess)? If so, wp-cron won't work until you remove it. If you are and you temporarily remove the authentication, do backups start working?
9797

98-
Report the results to our support team for further help. To do this, email [email protected]
99-
10098
**How to get BackUpWordPress working in Heart Internet**
10199

102100
The script to be entered into the Heart Internet cPanel is: `/usr/bin/php5 /home/sites/yourdomain.com/public_html/wp-cron.php` (note the space between php5 and the location of the file). The file `wp-cron.php` `chmod` must be set to `711`.
103101

104102
**My backups seem to be failing?**
105103

106-
If your backups are failing, it's commonly caused by a lack of available resources on your server. To establish this is the case, exclude the complete (or parts of the) uploads folder and run a backup. If that succeeds, you know it's probably a server issue. If it does not succeed, report the results to our support team for further help. You can contact support by emailing support@xibomarketing.com
104+
If your backups are failing, it's commonly caused by a lack of available resources on your server. To establish this is the case, exclude the complete (or parts of the) uploads folder and run a backup. If that succeeds, you know it's probably a server issue. If it does not succeed, you can find further assistance on our <a href="http://wordpress.org/support/plugin/backupwordpress" title="support forums" target="_blank">support forums</a>
107105

108106
**Further Support & Feedback**
109107

110108
General support questions should be posted in the <a href="http://wordpress.org/tags/backupwordpress?forum_id=10">WordPress support forums, tagged with backupwordpress.</a>
111109

112110
For development issues, feature requests or anybody wishing to help out with development checkout <a href="https://github.com/orgs/xibodevelopment/backupwordpress/">BackUpWordPress on GitHub.</a>
113111

114-
You can also email [email protected] for further help/support.
115-
116112
== Screenshots ==
117113

118114
1. Manage multiple schedules.
@@ -161,6 +157,10 @@ users should see major improvements to reliability.
161157

162158
== Changelog ==
163159

160+
### 3.9 / 2019-06-10
161+
162+
* Readme update
163+
164164
### 3.8 / 2018-11-01
165165

166166
* GNU Wording change

0 commit comments

Comments
 (0)