Skip to content

v3.0.0

Compare
Choose a tag to compare
@boazpoolman boazpoolman released this 06 Jul 05:29
· 77 commits to master since this release

BREAKING CHANGES
Refer to the migration guide when updating from 2.x to 3.

Requirements
You need to be running Strapi v4.11.4 or higher to run this version.

Server changes 🚀

  • Virtual sitemaps. Stored in the database, instead of the public folder. This solves the following issues: #84, #89, #106, #97
  • Cron regeneration. The plugin will register a cron job that regenerates the sitemap periodically. This solves #83
  • Relational patterns. Insert relation fields in your URL pattern. Special thanks to @kibblerz for their work on this. It will solve #86.
  • Sitemap index. Automatic sitemap index generation for large sitemaps (45.000+ URLS). This solves #66
  • CLI. A CLI to generate your sitemap from the command line. This solves #87
  • Caching. A caching layer for re-generating just parts of the sitemap. Solving #80

Admin changes 💻

  • Loading state while the sitemap is being generated.
  • Better auto complete in the URL pattern input field.
  • The configurations page has moved to the Settings section in Strapi.

Other ✅

  • Performance optimizations. Tested with 50.000 URLs.
  • Security updates