Releases: callumbwhyte/friendly-sitemap
v1.2.1
v1.2.0
Friendly Sitemap is now more flexible than ever before!
Sitemaps and routes can now be registered at startup, plus the new SitemapBuilderBase
class makes it easier than ever to create a custom sitemap.
All of this has made it possible to release 2 additional packages... Image Sitemap (for Google Images) and News Sitemap (for Google News)!
Sitemaps are now aware of the content's culture, with the correct values and a list of alternate language URLs being returned for variant content.
With the extended configuration options it is now possible to change which properties values should be pulled from.
Finally, for an added performance boost all sitemaps are now cached for 15 minutes when running in Release
mode.
v1.1.1
Fixes an issue with excluding content items without templates from the sitemap.
v1.1.0
Fixes some bugs with encoding and validity of generated XML, and includes content items regardless of if umbracoNaviHide
is set. Also introduces ISitemapBuilder
to make it possible to override the default sitemap.xml output.
v1.0.0
Initial release of Friendly Sitemap for Umbraco 8.1 with support for dynamically generated sitemap.xml files.