OG Images

Releases

1.0.2

Sep 22, 2026

  • Fixed the cross-site search Open Graph image, which returned HTTP 500. The image controller never read the q parameter and passed the site ID to the search resolver, which under strict_types raised an uncaught TypeError. 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 0 now 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.

1.0.1

No release notes.

Log in for Support