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_relationacceptssummary: trueto truncate large fields (rich text, raw HTML) the wayentries_querydoes. It defaults tofalse, 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_queryand relation queries. - A single-valued entity reference on a field later switched to
multiplerendered 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.