Skip to content

Commit b87da86

Browse files
committed
Merge branch 'master' into backup-engines and bump to beta1
2 parents 52d54b7 + ccc0ab7 commit b87da86

11 files changed

Lines changed: 47 additions & 31 deletions

File tree

assets/hmbkp.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ h2 + div[id^="hmbkp"] input { max-width: 100%; }
3232
.hmbkp-schedule-sentence .submit { padding: 0; }
3333
.hmbkp-schedule-sentence .hmbkp-schedule-actions { visibility: visible; font-size: 12px; font-weight: normal; margin: 0 0 0 26px; }
3434
.hmbkp-schedule-actions a { white-space: nowrap; }
35+
.hmbkp-schedule-sentence .row-actions { position: static; }
3536

3637
.hmbkp-schedule-settings { border-top: 1px solid #e5e5e5; margin: 20px -20px -20px; background-color: #f5f5f5; padding: 0 20px 20px; }
3738

@@ -93,4 +94,4 @@ pre { background-color: #eee; padding: 10px; white-space: pre; max-height: 320px
9394
table.widefat tbody tr:nth-child(even) { background-color: #fff }
9495
table.widefat tbody tr:nth-child(odd) { background-color: #f9f9f9 }
9596

96-
}
97+
}

assets/hmbkp.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/hmbkp.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backupwordpress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: BackUpWordPress
44
Plugin URI: http://bwp.hmn.md/
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.4 alpha
6+
Version: 3.4-beta1
77
Author: Human Made Limited
88
Author URI: http://hmn.md/
99
License: GPL-2+

classes/class-plugin.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* Class Plugin
77
*/
88
final class Plugin {
9-
10-
const PLUGIN_VERSION = '3.4 alpha';
9+
const PLUGIN_VERSION = '3.4-beta1';
1110

1211
/**
1312
* @var Plugin The singleton instance.

grunt/aliases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ build-dev:
77
- compress:dev
88

99
build:
10-
- makepot
1110
- autoprefixer
1211
- cssmin
1312
- uglify
1413
- bumpup # defaults to patch, change to :minor or :major if necessary
1514
- replace # Update version numbers, build faq.txt
15+
- makepot
1616

1717
# before running release, make sure to add the changelog to readme-footer.txt Also, update the "tested up to" version if necessary
1818
release:

languages/backupwordpress.pot

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the GPL-2+.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: BackUpWordPress 3.4 alpha\n"
5+
"Project-Id-Version: BackUpWordPress 3.4-beta1\n"
66
"Report-Msgid-Bugs-To: backupwordpress@hmn.md\n"
7-
"POT-Creation-Date: 2015-11-30 00:11:58+00:00\n"
7+
"POT-Creation-Date: 2015-12-14 19:27:03+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -799,38 +799,38 @@ msgstr ""
799799
msgid "Unfortunately, the backup file was too large to attach to this email."
800800
msgstr ""
801801

802-
#: classes/class-path.php:330
802+
#: classes/class-path.php:332
803803
msgid "This %s file ensures that other people cannot download your backup files."
804804
msgstr ""
805805

806-
#: classes/class-plugin.php:229
806+
#: classes/class-plugin.php:228
807807
msgid "Update"
808808
msgstr ""
809809

810-
#: classes/class-plugin.php:230
810+
#: classes/class-plugin.php:229
811811
msgid "Cancel"
812812
msgstr ""
813813

814-
#: classes/class-plugin.php:231
814+
#: classes/class-plugin.php:230
815815
msgid ""
816816
"Are you sure you want to delete this schedule? All of its backups will also "
817817
"be deleted."
818818
msgstr ""
819819

820-
#: classes/class-plugin.php:231 classes/class-plugin.php:232
821-
#: classes/class-plugin.php:233 classes/class-plugin.php:234
820+
#: classes/class-plugin.php:230 classes/class-plugin.php:231
821+
#: classes/class-plugin.php:232 classes/class-plugin.php:233
822822
msgid "'Cancel' to go back, 'OK' to delete."
823823
msgstr ""
824824

825-
#: classes/class-plugin.php:232
825+
#: classes/class-plugin.php:231
826826
msgid "Are you sure you want to delete this backup?"
827827
msgstr ""
828828

829-
#: classes/class-plugin.php:233
829+
#: classes/class-plugin.php:232
830830
msgid "Are you sure you want to remove this exclude rule?"
831831
msgstr ""
832832

833-
#: classes/class-plugin.php:234
833+
#: classes/class-plugin.php:233
834834
msgid ""
835835
"Reducing the number of backups that are stored on this server will cause "
836836
"some of your existing backups to be deleted. Are you sure that's what you "

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.3.3",
3+
"version": "3.3.4",
44
"description": "Simple automated backups of your WordPress powered website.",
55
"main": "backupwordpress.php",
66
"directories": {

0 commit comments

Comments
 (0)