-
Notifications
You must be signed in to change notification settings - Fork 21
Version History
CPyle edited this page Oct 23, 2012
·
8 revisions
- 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