resources/images: Bump formatVersionNumbers.PNG and fix version cache busting for images.Filter (note)

So, sites converting to PNG sees the fixes referenced without flushing the image cache.

See #12536
See #12543
Closes #15266
This commit is contained in:
Bjørn Erik Pedersen
2026-09-01 17:48:36 +02:00
parent 9171daeb17
commit d19e0a4b74
10 changed files with 62 additions and 40 deletions
@@ -11,7 +11,7 @@ hugo
stdout 'Processed images │ 1 '
tree resources/_gen
stdout 'pix_hu_a354833fd576551d.png'
stdout 'pix_hu_51638841a22bb583.png'
# Simulate a cache created by an older Hugo version.
mv resources/_gen/images/mybundle resources/_gen/images/MyBundle
@@ -20,7 +20,7 @@ hugo --gc
stdout 'Cleaned │ 0 '
tree resources/_gen
stdout 'pix_hu_a354833fd576551d.png'
stdout 'pix_hu_51638841a22bb583.png'
-- hugo.toml --
disableKinds = ["term", "taxonomy", "home"]