New: Converted ID from Integer to Hexidecimal string 16 characters long which includes the creation time, a number representing the type of business object and the old ID.
New: InstallUpdates
can now run an SQL script from a file.
New: CollectionClassDefinition.ParentPropertyName
is used for building the base path. If this definition attribute exists and the property value is a business collection item then the base path of the foreign collection property on the item resolving to this collection is used. For example, CourseModules ParentPropertyName
is set to Course and FileName is how-to-skip
then base path for a CourseModule with FileName jumping
will be /courses/how-to-skip/modules/jumping
.
New: A default for Article.Author.FilterExpression
is set to show only logged in user or administrators.