Releases: mitydigital/statamic-sitemapamic
v2.0.0
Hello Sitemapamic! You're the shiny new name for the "XML Sitemap generator for Statamic". Much nicer, hey?
This is a v2.0 update that does introduce breaking changes. Review the upgrade notes in the readme for full details of how to go from v1.x to v2.0. It's really easy, but just give it a read.
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
Adds support for including/excluding Taxonomy URLs per collection.
Adds a new config option, includeTaxonimies
, such as:
'blog' => [
'include' => true,
'frequency' => 'monthly',
'priority' => '0.6',
'includeTaxonomies' => false,
],
When enabled, Taxonomy URLs will be included in the sitemap. This is the default behaviour, even if you do not add this property (i.e. you're upgrading from an earlier version).
When disabled, Taxonomy URLs for that Collection will be disabled. If the Collection itself is disabled, the Taxonomy URLs will be disabled too.
Adding this property to your config file is recommended.
New installations also only come pre-configured with a single Pages Collection, just for easier on-boarding.
v1.3.0
This update provides changes to the way entries and terms are processed, and corrects a few issues.
Firstly, the Sites URL for an Entry/Term locale is used for the root - not just the app URL.
Secondly, only Collections defined in the sitemap.php config file are looked at. It makes sense to only look at Collections that you actually want to have included, right? Happy to discuss this point, but does make sense - although the config key should probably change from "defaults" to "collections" or something - but that's more breaking so can come later.