Skip to content

Releases: pelican-plugins/sitemap

Sitemap 1.2.0

05 Nov 08:51
Compare
Choose a tag to compare
  • Allow changefreq and priority to be set by page/article metadata (#30 by @dgaylo)
  • Fix error message for invalid changefreq value (#31 by @dgaylo)
  • Fix error in tests (#37 by @projectgus)
  • Support Python 3.9 – 3.13 (#38 by @justinmayer)
  • Pin Blinker temporarily to 1.7 until upstream fix is released (#35 by @justinmayer)

Sitemap 1.1.0

24 Jul 12:49
Compare
Choose a tag to compare

Re-factor plugin, including the following changes:

  • Act on every content_written signal to avoid guessing what pages to cover.
  • Instead of manually fiddling with timezones, expect article.date to be TZ-aware if required.
  • Add xmlns:xhtml to XML header.

Sitemap 1.0.3

12 Jul 08:41
Compare
Choose a tag to compare
  • Enable URL exclusion when using txt format
  • Improve performance by compiling "exclude" regexes
  • Look for the "exclude" regexes anywhere in the URL instead of just at the start

Sitemap 1.0.2

22 Aug 07:45
Compare
Choose a tag to compare

Specify Pelican 4.5 as minimum required version

Sitemap 1.0.1

03 May 05:35
Compare
Choose a tag to compare
  • Remove duplicate entries from TXT file header
  • Avoid listing DIRECT_TEMPLATES for which *_SAVE_AS is empty string

Sitemap 1.0.0

20 Apr 15:41
Compare
Choose a tag to compare

First release in new namespace plugin format