Update 5.9.0

New: Property ItemTags.TagSet added in order to create properties that will be specific to a tag set. For example, Product.Colours for a multi select or Product.Material for a single select. Selections from both will be listed in the item tags.

New: BusinessCollectionItem.DataValue.Set now updates LinkingForeignCollectionDefinition properties as well.

Fix: LinkingForeignCollectionDefinition.GenerateHTMLControl now output a single select control when MaximumItems is equal to one.

Fix: LinkingForeignCollectionDefinition.GenerateHTMLControl was outputing a readonly control.

Fix: When submitting a form to add or update a business collection item, properties not included as controls on the form are ignore.