Releases: stormid/sitemapify
Releases · stormid/sitemapify
v0.5.2
v0.5.0
Further abstractions to content provider base class
Introduces AbstractContentProvider
containing common logic, please inherit from this when creating a custom provider
Provides more customisation options
More customisation options are available within the ContentProvider for Umbraco specifically, the content provider interface has also been altered.
For Umbraco support is be now required that you add an ApplicationEventHandler derived from AbstractSitemapifyApplicationEventHandler
0.2.0 - Alteration to exclusion logic
This update slightly tweaks the exclusion logic within the supported Umbraco content provider. Previously if you hid a node from the sitemap then all its children would also be hidden, this logic has been updated so that if you now hide a node all the child nodes will still undergo the same exclusion check, this was always the expected behaviour.
0.1.6
v0.1.5
v0.1.4
v0.1.2
v0.1.0 - First release!
Initial Release
- Sitemapify core library
- Sitemapify Umbraco library
- Sitemapify Castle Windsor library adapter