-
Notifications
You must be signed in to change notification settings - Fork 21
Version History
CPyle edited this page Feb 8, 2013
·
8 revisions
- 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!
- 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
- Fixed encoding of priority element in XML stream.
- Fixed content handler breaking before installation in some cases.
- Made compatible with Orchard 1.4 release.
- Moved route discovery to
ISitemapRouteProvider. Developers can describe routes by implementing this. - Fixed label on Index administration screen.
- 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.
- Initial version