Skip to content

Releases: jekyll/jekyll-sitemap

v0.10.0

19 Jan 18:30
Compare
Choose a tag to compare
  • URI encode sitemap URLs (#85)
  • Do not include 'posts' collection twice (#92)
  • Fix GitHub Pages tests to test just the Jekyll version (#87)
  • Allow HTML files to end with .xhtml or .htm (#93)
  • Simplify whitespace regex for stripping whitespace (#96)

v0.9.0

22 Sep 00:37
Compare
Choose a tag to compare
  • Test against Jekyll 2, 3, and the GitHub Pages version. (#83)

v0.8.1

11 Mar 08:36
Compare
Choose a tag to compare
  • Do not assume all pages have changed (#35)
  • Remove duplicated range from regex (#73)

v0.8.0

03 Feb 23:03
Compare
Choose a tag to compare
  • Call each page page in pages loop in sitemap.xml for clarity (#64)
  • Remove changefreq (#34)
  • Remove priority (#33)
  • Don't strip 'index.html' when there is more to filename (#68)

v0.7.0

03 Feb 23:04
Compare
Choose a tag to compare

Minor Enhancements

  • Make site.baseurl support more robust (#59)
  • Add site.baseurl to base site URL construction (#50)

Development Fixes

  • Remove unnecessary spaces and escaping in README (#58)

v0.6.3

12 Nov 07:14
Compare
Choose a tag to compare

Bug Fixes

  • Be backwards-compatible when Site#in_source_dir and Site#in_dest_dir don't exist (#57)

v0.6.2

08 Nov 20:25
Compare
Choose a tag to compare

Bug Fixes

  • Don't attempt to read the sitemap upon page creation. (#52)
  • Use new secure methods to build source & dest paths. (#53)

v0.6.1

17 Oct 21:00
Compare
Choose a tag to compare

Minor Enhancements

  • Strip excess whitespace (#40)

Bug Fixes

  • Add UTC offset to <lastmod> to handle non-UTC timezones (#49)

Development Fixes

  • Adding information about exclusion flag (#45)

v0.6.0

05 Sep 17:19
Compare
Choose a tag to compare

Minor Enhancements

  • Include custom collections in the sitemap. (#30)
  • Use post.last_modified_at for post <lastmod> if available (#37)

v0.5.1

01 Aug 05:24
Compare
Choose a tag to compare

Bug Fixes

  • Explicitly set sitemap layout to nil to avoid warning (#32)