- Fixed the cross-site search Open Graph image, which returned HTTP 500. The
image controller never read the
qparameter and passed the site ID to the search resolver, which understrict_typesraised an uncaughtTypeError. The query is now read from?q=, passed to the resolver so{{search.query}}renders the search text, and cached per query and site. Resolver failures of any kind now fall back to an empty variable map instead of a server error. - A Cache TTL of
0now regenerates the image on every request and writes nothing to the disk cache, as the settings hint promised. Previously a TTL of 0 skipped the age check, so cached images never expired.
OG Images
Releases
1.0.2
Sep 22, 2026
1.0.1
No release notes.