Release date: June 11, 2021
Version 1.1.2 is a minor change & bugfix release.
Changes
The following changes have been made in this release:
- The
IConfiguration
parameter that is passed into the AddRedakt() call is no longer necessary. All configuration is now constructed using dependency injection. The overload with the configuration parameter is now obsolete and will be removed in a future version. - Sitemap XML middleware has been added to automatically create XML sitemaps. Register the middleware with
UseRedaktSitemapXml()
. Custom entries can be added by implementingISitemapHandler
.
Bugfixes
The following bugs have been fixed in this release:
- Fixed a null-reference exception in the node tree sidebar.