↑ ↓ to navigate
↵ to select
esc to close
v0.14.4 Enhancement

v0.14.4 - Relation query summaries and entity filter fixes

entries_query_by_relation gains summary truncation, entity not-equals filters work, and multi-file theme uploads commit together.

New

  • entries_query_by_relation accepts summary: true to truncate large fields (rich text, raw HTML) the way entries_query does. It defaults to false, so existing callers receive exactly what they did before.

Fixes

  • Entity not-equals filters (ne/nin) excluded every single-valued row and so matched nothing. Fixed in Liquid collection filters, entries_query and relation queries.
  • A single-valued entity reference on a field later switched to multiple rendered as nothing; the field setting now decides the shape.
  • Theme editor: uploading several files commits them together in as few commits as the repository allows, so a failure part-way no longer leaves a half-uploaded theme. A file over 6 MB is refused before anything is committed.
  • RSS and Atom feeds no longer issue one extra query per item.