Skip to content

Commit 05bb1d0

Browse files
committed
bump 3.6.6
1 parent 8404fd2 commit 05bb1d0

File tree

11 files changed

+83
-96
lines changed

11 files changed

+83
-96
lines changed

assets/css/main.css.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

backwpup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: WordPress Backup Plugin
66
* Author: Inpsyde GmbH
77
* Author URI: http://inpsyde.com
8-
* Version: 3.6.5
8+
* Version: 3.6.6
99
* Text Domain: backwpup
1010
* Domain Path: /languages/
1111
* Network: true

changelog.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
== Changelog ==
2-
= Version 3.6.5 =
2+
= Version 3.6.6 =
3+
Release Date: Nov 28, 2018
4+
5+
* Fixed: Files could be excluded from the backup because of incorrect string comparison
6+
7+
= Version 3.6.5 =
38
Release Date: Nov 23, 2018
49

510
* Fixed: Admin notice won’t update correctly
611

712
= Version 3.6.4 =
8-
Release Date: Nov, 22, 2018
13+
Release Date: Nov 22, 2018
914

1015
* Fixed: Encrypted backup must force users to download the encryption keys
1116
* Fixed: Warning mime type when a backup is going to be downloaded
@@ -14,20 +19,20 @@ Release Date: Nov, 22, 2018
1419
* Fixed: Exclude restore directories to be copied during a restore phase
1520
* Fixed: Standalone App has no encryption support
1621
* Fixed: Open basedir, backup dir is not within the allowed path
17-
* Fixed: Unable to download backup file because of mime_content_type function missing in some enviroment
22+
* Fixed: Unable to download backup file because of mime_content_type function missing in some environment
1823
* Tweak: Encryption Settings UI
1924
* Tweak: Minor translations issues
2025
* Tweak: Remove languages files from the free version, the plugin will use translation.wordpress.org
2126

2227
= Version 3.6.3 =
23-
Release Date: Nov, 5, 2018
28+
Release Date: Nov 5, 2018
2429

2530
* Fixed: "Failed to restore file": file restore progress stop working and jump directly to database restore step
2631
* Fixed: Restore progress stuck on "restoring database" with archive backup contains files only
2732
* Fixed: All config.php files are not in backup archive
2833

2934
= Version 3.6.2 =
30-
Release Date: Oct, 17, 2018
35+
Release Date: Oct 17, 2018
3136

3237
* Fixed: Not recognized file extensions get an additional underscore in the file name in zip file
3338
* Fixed: Backup archive file have dot folder contains all web root files

inc/class-job.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,17 +1677,6 @@ private function create_archive() {
16771677
continue;
16781678
}
16791679

1680-
// Check if the file matches a filename in $this->additional_files_to_backup
1681-
// This prevents .sql files from being overwritten,
1682-
// as well as manifest.json, etc.
1683-
$alreadyAdded = count( array_filter( $this->additional_files_to_backup,
1684-
function ( $value ) use ( $file ) {
1685-
1686-
return strstr( $value, basename( $file ) );
1687-
} ) ) > 0;
1688-
if ( $alreadyAdded ) {
1689-
continue;
1690-
}
16911680
$this->steps_data[ $this->step_working ]['on_file'] = $file;
16921681
//restart if needed
16931682
$restart_time = $this->get_restart_time();

languages/backwpup.pot

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ msgstr ""
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"
13-
"POT-Creation-Date: 2018-11-23T14:39:13+00:00\n"
14-
"PO-Revision-Date: 2018-11-23T14:39:13+00:00\n"
13+
"POT-Creation-Date: 2018-11-27T13:00:33+00:00\n"
14+
"PO-Revision-Date: 2018-11-27T13:00:33+00:00\n"
1515
"X-Domain: backwpup\n"
1616

1717
#: inc/class-adminbar.php:51
@@ -3188,215 +3188,215 @@ msgid "Adding Extra files to Archive"
31883188
msgstr ""
31893189

31903190
#: inc/class-job.php:1641
3191-
#: inc/class-job.php:1717
3191+
#: inc/class-job.php:1706
31923192
msgid "Cannot create backup archive correctly. Aborting creation."
31933193
msgstr ""
31943194

31953195
#: inc/class-job.php:1658
31963196
msgid "Archiving Folder: %s"
31973197
msgstr ""
31983198

3199-
#: inc/class-job.php:1728
3199+
#: inc/class-job.php:1717
32003200
msgid "Backup archive created."
32013201
msgstr ""
32023202

3203-
#: inc/class-job.php:1742
3203+
#: inc/class-job.php:1731
32043204
msgid "The Backup archive will be too large for file operations with this PHP Version. You might want to consider splitting the backup job in multiple jobs with less files each."
32053205
msgstr ""
32063206

3207-
#: inc/class-job.php:1747
3207+
#: inc/class-job.php:1736
32083208
msgid "Archive size is %s."
32093209
msgstr ""
32103210

3211-
#: inc/class-job.php:1751
3211+
#: inc/class-job.php:1740
32123212
msgid "%1$d Files with %2$s in Archive."
32133213
msgstr ""
32143214

3215-
#: inc/class-job.php:1792
3215+
#: inc/class-job.php:1781
32163216
msgid "No encryption key was provided. Aborting encryption."
32173217
msgstr ""
32183218

3219-
#: inc/class-job.php:1800
3219+
#: inc/class-job.php:1789
32203220
msgid "%d. Trying to encrypt archive …"
32213221
msgstr ""
32223222

3223-
#: inc/class-job.php:1812
3223+
#: inc/class-job.php:1801
32243224
msgid "Cannot open the archive for reading. Aborting encryption."
32253225
msgstr ""
32263226

3227-
#: inc/class-job.php:1819
3227+
#: inc/class-job.php:1808
32283228
msgid "Cannot write the encrypted archive. Aborting encryption."
32293229
msgstr ""
32303230

3231-
#: inc/class-job.php:1876
3231+
#: inc/class-job.php:1865
32323232
msgid "Encrypted %s of data."
32333233
msgstr ""
32343234

3235-
#: inc/class-job.php:1881
3235+
#: inc/class-job.php:1870
32363236
msgid "Unable to delete unencrypted archive."
32373237
msgstr ""
32383238

3239-
#: inc/class-job.php:1887
3239+
#: inc/class-job.php:1876
32403240
msgid "Unable to rename encrypted archive."
32413241
msgstr ""
32423242

3243-
#: inc/class-job.php:1893
3243+
#: inc/class-job.php:1882
32443244
msgid "Archive has been successfully encrypted."
32453245
msgstr ""
32463246

3247-
#: inc/class-job.php:1942
3247+
#: inc/class-job.php:1931
32483248
msgctxt "Folder name"
32493249
msgid "Folder %s does not exist"
32503250
msgstr ""
32513251

3252-
#: inc/class-job.php:1949
3252+
#: inc/class-job.php:1938
32533253
msgctxt "Folder name"
32543254
msgid "Folder %s is not readable"
32553255
msgstr ""
32563256

3257-
#: inc/class-job.php:1975
3257+
#: inc/class-job.php:1964
32583258
msgid "Link \"%s\" not following."
32593259
msgstr ""
32603260

3261-
#: inc/class-job.php:1978
3261+
#: inc/class-job.php:1967
32623262
msgid "File \"%s\" is not readable!"
32633263
msgstr ""
32643264

3265-
#: inc/class-job.php:1983
3265+
#: inc/class-job.php:1972
32663266
msgid "File size of “%s” cannot be retrieved. File might be too large and will not be added to queue."
32673267
msgstr ""
32683268

3269-
#: inc/class-job.php:2069
3269+
#: inc/class-job.php:2058
32703270
msgid "%d. Trying to generate a manifest file …"
32713271
msgstr ""
32723272

3273-
#: inc/class-job.php:2126
3273+
#: inc/class-job.php:2115
32743274
msgid "You may have noticed the manifest.json file in this archive."
32753275
msgstr ""
32763276

3277-
#: inc/class-job.php:2127
3277+
#: inc/class-job.php:2116
32783278
msgid "manifest.json might be needed for later restoring a backup from this archive."
32793279
msgstr ""
32803280

3281-
#: inc/class-job.php:2129
3281+
#: inc/class-job.php:2118
32823282
msgid "Please leave manifest.json untouched and in place. Otherwise it is safe to be ignored."
32833283
msgstr ""
32843284

3285-
#: inc/class-job.php:2140
3285+
#: inc/class-job.php:2129
32863286
msgid "Added manifest.json file with %1$s to backup file list."
32873287
msgstr ""
32883288

3289-
#: inc/class-job.php:2180
3289+
#: inc/class-job.php:2169
32903290
msgid "Wrong BackWPup JobID"
32913291
msgstr ""
32923292

3293-
#: inc/class-job.php:2193
3293+
#: inc/class-job.php:2182
32943294
msgid "A BackWPup job is already running"
32953295
msgstr ""
32963296

3297-
#: inc/class-job.php:2355
3297+
#: inc/class-job.php:2344
32983298
msgid "exec command is not active."
32993299
msgstr ""
33003300

3301-
#: inc/class-job.php:2361
3301+
#: inc/class-job.php:2350
33023302
msgid "mysqldump binary not found."
33033303
msgstr ""
33043304

3305-
#: inc/class-job.php:2388
3305+
#: inc/class-job.php:2377
33063306
msgctxt "SIGHUP: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33073307
msgid "Hangup detected on controlling terminal or death of controlling process"
33083308
msgstr ""
33093309

3310-
#: inc/class-job.php:2394
3310+
#: inc/class-job.php:2383
33113311
msgctxt "SIGINT: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33123312
msgid "Interrupt from keyboard"
33133313
msgstr ""
33143314

3315-
#: inc/class-job.php:2400
3315+
#: inc/class-job.php:2389
33163316
msgctxt "SIGQUIT: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33173317
msgid "Quit from keyboard"
33183318
msgstr ""
33193319

3320-
#: inc/class-job.php:2406
3320+
#: inc/class-job.php:2395
33213321
msgctxt "SIGILL: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33223322
msgid "Illegal Instruction"
33233323
msgstr ""
33243324

3325-
#: inc/class-job.php:2412
3325+
#: inc/class-job.php:2401
33263326
msgctxt "SIGABRT: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33273327
msgid "Abort signal from abort(3)"
33283328
msgstr ""
33293329

3330-
#: inc/class-job.php:2418
3330+
#: inc/class-job.php:2407
33313331
msgctxt "SIGBUS: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33323332
msgid "Bus error (bad memory access)"
33333333
msgstr ""
33343334

3335-
#: inc/class-job.php:2424
3335+
#: inc/class-job.php:2413
33363336
msgctxt "SIGFPE: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33373337
msgid "Floating point exception"
33383338
msgstr ""
33393339

3340-
#: inc/class-job.php:2430
3340+
#: inc/class-job.php:2419
33413341
msgctxt "SIGSEGV: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33423342
msgid "Invalid memory reference"
33433343
msgstr ""
33443344

3345-
#: inc/class-job.php:2436
3345+
#: inc/class-job.php:2425
33463346
msgctxt "SIGTERM: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33473347
msgid "Termination signal"
33483348
msgstr ""
33493349

3350-
#: inc/class-job.php:2442
3350+
#: inc/class-job.php:2431
33513351
msgctxt "SIGSTKFLT: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33523352
msgid "Stack fault on coprocessor"
33533353
msgstr ""
33543354

3355-
#: inc/class-job.php:2448
3355+
#: inc/class-job.php:2437
33563356
msgctxt "SIGUSR1: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33573357
msgid "User-defined signal 1"
33583358
msgstr ""
33593359

3360-
#: inc/class-job.php:2454
3360+
#: inc/class-job.php:2443
33613361
msgctxt "SIGUSR2: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33623362
msgid "User-defined signal 2"
33633363
msgstr ""
33643364

3365-
#: inc/class-job.php:2460
3365+
#: inc/class-job.php:2449
33663366
msgctxt "SIGURG: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33673367
msgid "Urgent condition on socket"
33683368
msgstr ""
33693369

3370-
#: inc/class-job.php:2466
3370+
#: inc/class-job.php:2455
33713371
msgctxt "SIGXCPU: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33723372
msgid "CPU time limit exceeded"
33733373
msgstr ""
33743374

3375-
#: inc/class-job.php:2472
3375+
#: inc/class-job.php:2461
33763376
msgctxt "SIGXFSZ: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33773377
msgid "File size limit exceeded"
33783378
msgstr ""
33793379

3380-
#: inc/class-job.php:2478
3380+
#: inc/class-job.php:2467
33813381
msgctxt "SIGPWR: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33823382
msgid "Power failure"
33833383
msgstr ""
33843384

3385-
#: inc/class-job.php:2484
3385+
#: inc/class-job.php:2473
33863386
msgctxt "SIGSYS: Please see http://man7.org/linux/man-pages/man7/signal.7.html for details"
33873387
msgid "Bad argument to routine"
33883388
msgstr ""
33893389

3390-
#: inc/class-job.php:2493
3390+
#: inc/class-job.php:2482
33913391
msgid "Signal \"%1$s\" (%2$s) is sent to script!"
33923392
msgstr ""
33933393

3394-
#: inc/class-job.php:2530
3395-
#: inc/class-job.php:2543
3394+
#: inc/class-job.php:2519
3395+
#: inc/class-job.php:2532
33963396
msgid "System: %s"
33973397
msgstr ""
33983398

3399-
#: inc/class-job.php:2558
3399+
#: inc/class-job.php:2547
34003400
msgid "Exception caught in %1$s: %2$s"
34013401
msgstr ""
34023402

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BackWPup Free is the number 1 backup-plugin for WordPress with nearly 1.000.000
1212
* Optimize Database
1313
* Check and repair Database
1414
* File backup
15-
* Backups in zip, tar, tar.gz, tar.bz2 format *(needs gz, bz2, ZipArchive)*
15+
* Backups in zip, tar, tar.gz format *(needs gz, ZipArchive)*
1616
* Store backup to directory
1717
* Store backup to FTP server *(needs ftp)*
1818
* Store backup to Dropbox *(needs curl)*

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
require_once __DIR__ . '/composer/autoload_real.php';
66

7-
return ComposerAutoloaderInite22f446265f3e2b8ba85031429865baf::getLoader();
7+
return ComposerAutoloaderInit5cdd66206194fbfd1a0142d96e9a7259::getLoader();

0 commit comments

Comments
 (0)