New: Meta tags for adding web app to device home screens. If the file with the same name is found in the root then the corresponding meta tag is added.
<link rel="manifest" href="manifest.json" />
- for Google Android devices. May become W3C standard. See here for more info.<meta name="msapplication-config" content="msapplication-config.xml" />
- for Microsoft Windows devices. See here for more info.<link rel="apple-touch-icon" sizes="76x76" href="icon-76x76.png" />
- for Apple devices.<link rel="apple-touch-icon" sizes="120x120" href="icon-120x120.png" />
- for Apple devices.<link rel="apple-touch-icon" sizes="152x152" href="icon-152x152.png" />
- for Apple devices.<link rel="apple-touch-icon" sizes="180x180" href="icon-180x180.png" />
- for Apple devices.New: Meta tag for application name: <meta name="application-name" content="My Web Application" />
New: Meta tag for associating an image to an article. Uses open graph protocol developed by Facebook. <meta property="og:image" content="http://www.yoursite.com/myimage.jpg" />
New: Site.ViewMap
which calls sitemap.xml
for the select site.
New: SitePublicURLs.Check
allowing you to select multiple at once to check.
Fix: SitePublicURL.ContentType
was set to XML instead of HTML in certain circumstances, causing those pages to be excluded in the site map.
Fix: BusinessCollectionItem.FileName
was not filterable or sortable even though in table.
New: LinkingForeignCollectionDefinition.LinkingPropertyFilterExpression
will append the supplied filter expression to the linking property collection filter expression.
New: LinkingForeignCollectionDefinition.LinkingPropertySortExpression
will override the linking property collection sort expression with the supplied sort expression.
Update: When importing and Match Item By is set to FileName the system will convert it to a URL file name before matching.
Fix: BusinessCollection.FilterOnIDFileNameOrUniqueValues
when supplied with empty string failed.
Fix: ItemDefinition.GenerateHTMLControl
for calculated properties.
Fix: Path access denied when posting an email form in certain circumstances.
Fix: When posting an email form it now redirects directly when no success message supplied.
Fix: When posting an email form it now reloads form values when displaying success message.
Update: Update the blog ping services.
Fix: Read only properties that were read from the database were not filterable or sortable.