Skip to content

1.5.3

Choose a tag to compare

@GaryJones GaryJones released this 15 Sep 13:29
· 117 commits to develop since this release
1.5.3
8641989

Changes

This is a hotfix release to fix #229. Without this, your XML sitemaps may appear to be blank. The XML is present in the source, so search engines can read them; it's just the human view that looks blank.

You'll need to refresh the rewrite rules, and regenerate the sitemaps:

  • wp rewrite flush
    • Or visit Settings -> Permalinks in wp-admin.
  • wp msm-sitemap generate --all --force
    • This will take a while, depending on the number of posts you have, so you can also do this via year/month/day e.g. wp msm-sitemap generate --date=2025-09 --force.