Skip to content

Releases: mitydigital/statamic-sitemapamic

v2.0.0

02 May 03:08
Compare
Choose a tag to compare

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

02 May 01:35
Compare
Choose a tag to compare

Just some minor code clean ups with the slight tweak to the name. Also improved the readme details.

v1.3.5

27 Oct 21:14
Compare
Choose a tag to compare

Just a small one: moved the XML header to the controller (rather than the blade template) as it is creating issues with some users with PHP short tags enabled.

v1.3.4

08 Oct 02:16
Compare
Choose a tag to compare

Tweak behaviour for terms and multi-sites

v1.3.3

08 Oct 01:24
Compare
Choose a tag to compare

Caching improvements for multi-site setups

v1.3.2

08 Oct 01:17
Compare
Choose a tag to compare

Improved handling of multi-site sitemap generation

v1.3.1

04 Oct 02:35
Compare
Choose a tag to compare

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

29 Sep 22:51
Compare
Choose a tag to compare

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.

v1.2.1

19 Sep 22:26
Compare
Choose a tag to compare

Added support for PHP short tags on the base template.

v1.2

17 Jun 04:29
Compare
Choose a tag to compare

Fixed an issue with excluding a specific Entry from the sitemap