Skip to content
CPyle edited this page Oct 23, 2012 · 8 revisions

Version 1.4

  • Compatible with Orchard 1.6
  • Sitemap XML now caches hourly rather than daily
  • Added a tab in the admin for forcing an XML sitemap cache refresh

Version 1.3.2

  • Fixed encoding of priority element in XML stream.

Version 1.3.1

  • Fixed content handler breaking before installation in some cases.

Version 1.3

  • Made compatible with Orchard 1.4 release.

Version 1.2

  • Moved route discovery to ISitemapRouteProvider. Developers can describe routes by implementing this.
  • Fixed label on Index administration screen.

Version 1.1

  • Added ability for developers to add URL filtering by implementing ISitemapRouteFilter.
  • Added "Manage Sitemap" permission.
  • Fixed error when adding a custom route with an empty URL. Empty custom routes are not allowed.
  • Removed the requirement for a Content Type to be creatable through the content UI in order to be included in the sitemap. This allows more custom coded types like Blogs to be indexed.

Version 1.0

  • Initial version
Clone this wiki locally