Skip to content

Releases: pluginpal/strapi-plugin-sitemap

v3.0.2

21 Jul 09:44

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

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

v2.0.11

17 Jun 07:39
67763eb

Choose a tag to compare

Fix crash in Strapi admin (#114)

v2.0.10

28 Apr 16:36

Choose a tag to compare

v2.1.0-beta.2

31 Dec 13:15

Choose a tag to compare

v2.1.0-beta.2 Pre-release
Pre-release

Fixes

  • Remove fontawesome as a dependency (#104 & #103)
  • Fix for double forwards slashes (#94)
  • Fix CI build status shield in README

Misc

  • Update import formats for strapi packages
  • Add node 18 to the CI testing pipeline
  • Dependency updates

v2.0.9

31 Dec 12:53

Choose a tag to compare

Fixes

  • Remove fontawesome as a dependency (#104 & #103)
  • Fix CI build status shield in README

Misc

  • Update import formats for strapi packages
  • Add node 18 to the CI testing pipeline
  • Dependency updates

v2.1.0-beta.1

09 May 07:24

Choose a tag to compare

v2.1.0-beta.1 Pre-release
Pre-release

Features

  • CLI for generating the sitemap from the command line (#87)

v2.0.8

06 May 15:35

Choose a tag to compare

Changes

  • Updated NPM dependencies
  • Allow setting field names as wel as field types in the allowedFields config. #82

v2.1.0-beta.0

25 Apr 07:25

Choose a tag to compare

v2.1.0-beta.0 Pre-release
Pre-release

Features:

Other:

  • Dependency updates
  • More pattern unit tests

v2.0.7

05 Apr 20:01

Choose a tag to compare

Features 🎉

  • Ability to opt-out of the <lastmod> tag (#61)

Bugfixes 🐛

  • Compatibility with Node 12 (#57)
  • Issue when Draft & Publish is disabled (#69)
  • Remove double items from the sitemap (#73) @tmclouisluk