From 61d0f998fa6055283ba2d654d72c2ebbce1f80cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Mummert?= Date: Wed, 5 Aug 2026 08:36:47 +0200 Subject: [PATCH] chore: bump asset cache-busting version to 2.0.0 The stylesheets and the module script changed substantially, so the previous value would have left browsers on the cached 1.x assets after an update. Co-Authored-By: Claude Opus 5 --- src/Controller/ContentElement/BlatterbaresPdfController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/ContentElement/BlatterbaresPdfController.php b/src/Controller/ContentElement/BlatterbaresPdfController.php index ebffcaf..4395352 100644 --- a/src/Controller/ContentElement/BlatterbaresPdfController.php +++ b/src/Controller/ContentElement/BlatterbaresPdfController.php @@ -20,7 +20,7 @@ class BlatterbaresPdfController extends AbstractContentElementController /** * Bumped when the shipped assets change, so browsers do not keep a stale copy. */ - private const ASSET_VERSION = '20260414j'; + private const ASSET_VERSION = '2.0.0'; public function __construct( #[Autowire('%kernel.project_dir%')]