Skip to content

Releases: stormid/sitemapify

v0.5.2

12 Jan 12:08
423ff44
Compare
Choose a tag to compare

One issue was fixed in this release:

#5 - Locale (fixed via #6)

ensures the priority double is string formatted as invariant to avoid formatting differences between server/client locale and xml scheme expected by Google.

v0.5.0

28 Jun 14:41
Compare
Choose a tag to compare

1 Issue was closed for this release:

#3 Lastmod date does not pass Google webmaster tools validation

lastmod property on the SitemapUrl class is now a DateTimeOffset. While this is a breaking change, DateTime and DateTimeOffset are intrinsically convertable.

Further abstractions to content provider base class

09 Dec 10:18
Compare
Choose a tag to compare

Introduces AbstractContentProvider containing common logic, please inherit from this when creating a custom provider

Provides more customisation options

08 Dec 17:21
Compare
Choose a tag to compare

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

08 Dec 15:11
Compare
Choose a tag to compare

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

30 Nov 17:26
Compare
Choose a tag to compare

Fixes bug in recursive lookup of content items to include in the sitemap, where the "hide child nodes" flag was set only the first child of the top level node was checked. Updates the recursive method to pass the child predicate to each recursive call.

v0.1.5

16 Aug 09:36
Compare
Choose a tag to compare

Updates documentation

v0.1.4

16 Aug 09:18
Compare
Choose a tag to compare

More improvements to the installation transforms

v0.1.2

15 Aug 16:15
Compare
Choose a tag to compare

Updates transforms for better installation experience

v0.1.0 - First release!

15 Aug 14:48
Compare
Choose a tag to compare

Initial Release

  • Sitemapify core library
  • Sitemapify Umbraco library
  • Sitemapify Castle Windsor library adapter