Skip to content

Releases: pluginpal/strapi-plugin-sitemap

v3.1.1

05 Apr 07:44
3293516
Compare
Choose a tag to compare

Allow core.js customization #166 @ilnytskyi

v3.1.0

13 Mar 10:04
116aa77
Compare
Choose a tag to compare

🚀 New

✅ Chores

v3.0.8

13 Jan 11:07
af7c83b
Compare
Choose a tag to compare

🚀 New

✅ Chores

v3.0.7

22 Dec 07:32
363b29e
Compare
Choose a tag to compare

🐛 Fixes

📘 Documentation

v3.0.6

03 Nov 07:42
38d8b1e
Compare
Choose a tag to compare

✅ chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 #144 @dependabot

v3.0.5

24 Oct 05:51
9c2133e
Compare
Choose a tag to compare

v3.0.4

15 Oct 09:18
dd163c3
Compare
Choose a tag to compare

⚙️ Chores

  • Drop node 14 & 16
  • Support for node 20
  • Dependency updates

v3.0.3

22 Jul 12:57
Compare
Choose a tag to compare

🐛 Fixes
Reverted the fix for incorrect URL in sitemap indexes (#127)

v3.0.2

21 Jul 09:44
Compare
Choose a tag to compare

🐛 Fixes
Fix for incorrect URL in sitemap indexes (#127)

⚙️ Chores
Security updates (#131)

v3.0.0

06 Jul 05:29
Compare
Choose a tag to compare

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