From 8c7476a5d22e9d5e12c88018e9e64e605f2fc78a Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Tue, 18 Aug 2026 23:37:54 +0200 Subject: [PATCH] Keep derivative builder on 0.9.5.x --- 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 d2cc31e..f463f27 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.6.0'; +const BRATONIEN_WEBDAV_DERIVATIVE_BUILDER_VERSION = '0.9.5.23'; $options = getopt('', array('piwigo-root:', 'connection-id:')); $piwigo_root = rtrim((string)($options['piwigo-root'] ?? ''), '/');