Releases: pluginpal/strapi-plugin-sitemap
Releases · pluginpal/strapi-plugin-sitemap
v3.0.2
v3.0.0
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
v2.0.11
v2.0.10
Security updates
@kahrpatrick @dependabot @boazpoolman
v2.1.0-beta.2
v2.0.9
v2.1.0-beta.1
Features
- CLI for generating the sitemap from the command line (#87)
v2.0.8
v2.1.0-beta.0
Features:
- Relation field in URL patterns (#75) @kibblerz
- Paginated sitemap index for large sitemaps (#81) @boazpoolman
Other:
- Dependency updates
- More pattern unit tests