Skip to content

v1.1.1 - Fix sitemap title fallbacks and release packaging

Choose a tag to compare

@NichlasB NichlasB released this 06 Apr 13:16
· 3 commits to main since this release

What's New in v1.1.1

This patch release fixes sitemap title generation issues that could leave the sitemap page showing an Untitled browser title on some WordPress sites. It also hardens the GitHub release packaging workflow so builds use lockfile-aware npm installs and exclude local-only artifacts from the generated plugin zip.

Highlights

  • Fix sitemap title fallbacks when title generation happens before the sitemap query var is available
  • Improve reliability of The SEO Framework and Slim SEO sitemap metadata integration with lazy adapter detection
  • Harden release packaging to use
    pm ci when a lockfile exists and exclude local-only files from release archives

Changelog

[1.1.1] - 2026-04-06

Changed

  • Hardened the GitHub release packaging workflow to use npm lockfile installs, cache Node dependencies, and exclude local-only build artifacts from the generated plugin zip.

Fixed

  • Repaired sitemap document titles when WordPress, themes, or SEO plugins generated an Untitled placeholder before the sitemap query var was available.
  • Added request URI sitemap detection and lazy SEO adapter resolution so supported SEO integrations still supply sitemap metadata when plugin load order changes.
  • Added regression coverage for sitemap title repairs and late SEO adapter detection.

Upgrade Notes

No breaking changes in this release.