From 5179c1cc3362918cfb9cbcd5ff742a6f0dfae21d Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Wed, 19 Aug 2026 00:12:08 +0200 Subject: [PATCH] Align derivative builder version with 0.9.6.1 --- runtime/lib/build-webdav-derivatives.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/lib/build-webdav-derivatives.php b/runtime/lib/build-webdav-derivatives.php index f463f27..a591af2 100644 --- a/runtime/lib/build-webdav-derivatives.php +++ b/runtime/lib/build-webdav-derivatives.php @@ -6,7 +6,7 @@ if (PHP_SAPI !== 'cli') exit(1); } -const BRATONIEN_WEBDAV_DERIVATIVE_BUILDER_VERSION = '0.9.5.23'; +const BRATONIEN_WEBDAV_DERIVATIVE_BUILDER_VERSION = '0.9.6.1'; $options = getopt('', array('piwigo-root:', 'connection-id:')); $piwigo_root = rtrim((string)($options['piwigo-root'] ?? ''), '/');