Skip to content
CPyle edited this page Feb 8, 2013 · 8 revisions

Version 1.5.0

  • Made manual cache reset affect both XML and Display / Settings cache.
  • Fixed parent nodes in the display losing their links to content in some cases.
  • Fixed drag-and-drop manipulation of display settings (Upgraded to jQuery UI 1.10.0)
  • Fixed and improved styling of Display Settings page and Levels controls inside route blocks
  • Fixed javascript bug in dashboard 'Add Custom Route' button. [Giscard Biamby]
  • Fixed file include properties inside solution. [Giscard Biamby]
  • Fixed bug where sitemap.xml can be generated with invalid values for priority when using ISitemapRouteProvider. [Giscard Biamby]
  • Updated MVC References to use Orchard's. [Giscard Biamby]

Thanks to Giscard Biamby (TheMonarch) for his contributions!

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