Hello everyone!
A new update has arrived and with that new capabilities for the package. Let's go through some of them so you know what is happening.
Sitemap settings for content items
A long requested feature has finally made it into the codebase. Previously you could only add sitemap settings to a specific document type, but sometimes you just need a little bit finer control. So it's now possible to also set those same settings for a content item. By default everything will be inherited from the document type.

Sort ordering for scripts
Sometimes you just need a certain script to be loaded before another script. Previously the scripts from the script manager would always be loaded based on the date that they were created. But it is now possible to sort them in the backoffice so that you have more control over it.
And of course there are more changes. A big thanks to @timoschraa for adding the option to move the redirect middleware to any position you want in the umbraco pipeline.
As always, if you spot any issues with this release, please let me know by creating an issue on Github.
What's Changed
- Add option to insert RedirectMiddleware on given position by @timoschraa in #508
- feat: per-content sitemap overrides (ExcludeFromSitemap, ChangeFrequency, Priority) by @Copilot in #507
- Add robots.txt warning for wildcard disallow-all rules by @Copilot in #509
- Add Script Manager sort order with drag-and-drop reorder modal by @Copilot in #510
New Contributors
- @Copilot made their first contribution in #506
Full Changelog: 6.1.3...6.2.0