We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1049849 commit 5bb93c4Copy full SHA for 5bb93c4
src/index.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-define('VERSION', '3.8.0');
+define('VERSION', '3.8.1');
4
5
define('PUBLIC_FOLDER', __DIR__ . '/public');
6
@@ -406,8 +406,8 @@ function downloadBatch(array $urls) {
406
}
407
408
$[if `process.env.METADATA === "true"`]$
409
- // skip if file is .dbmeta.json
410
- if (str_contains($local_path, ".dbmeta.json")) goto skip;
+ // skip if file is .dbmeta.
+ if (str_contains($local_path, ".dbmeta.")) goto skip;
411
412
// check if password proteced
413
if (file_exists($local_path . '.dbmeta.json')) {
0 commit comments