Skip to content

Releases: callumbwhyte/friendly-sitemap

v1.2.1

01 Jul 12:50
Compare
Choose a tag to compare

Internal improvements to registration of ISitemapBuilder and a small fix to prevent configuration being loaded before an UmbracoContext has been created!

v1.2.0

24 Jun 11:11
Compare
Choose a tag to compare

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

17 Aug 11:17
Compare
Choose a tag to compare

Fixes an issue with excluding content items without templates from the sitemap.

v1.1.0

17 Aug 11:16
Compare
Choose a tag to compare

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

17 Aug 11:29
Compare
Choose a tag to compare

Initial release of Friendly Sitemap for Umbraco 8.1 with support for dynamically generated sitemap.xml files.