Update 5.11.1

New: There are several new operators for comparing item type properties (ItemDefinition) where the item has a parent. For example, Category.Parent. For this to work there must be a calcualated columns on the table with same name plus "Ancestors" and "Descendants". For example, for Article.Category there would also be Article.CategoryAncestors and Article.CategoryDescendants. These return a pipe delimiter list of IDs. The operators are as follows:

  • AncestorOf is /
  • AncestorOfOrEqualTo is /=
  • DescendantOf is \=
  • DescendantOfOrEqualTo is \=
  • RelativeOf is /\
  • RelativeOfOrEqualTo is /\=

Fix: Filtering articles by category now includes the articles of descendant categories.

Fix: Site default static index file will now be loaded if exists.

Fix: Output of ValueDefinition.GenerateHTMLControl and ValueDefinition.CreateFilterMenu.