Skip to content

Releases: alt-design/Alt-Sitemap-Addon

V1.3.3 - Correctly initialise settings in flat file sitemap generation

09 Oct 14:14
d3056c6
Compare
Choose a tag to compare
  • Correctly initialise settings in flat file sitemap generation - @leewillis77

v1.3.1 - Safety Checks on Event Blueprints

01 Aug 10:33
11ccc6f
Compare
Choose a tag to compare

We've run into intermittent issues with blueprints on events when working with database driven Statamic - this adds a safety check for missing event blueprints.

v1.3.0 - Handling Large Datasets

19 Feb 13:11
b1b0279
Compare
Choose a tag to compare

This release handles large databases and the timeout errors that come from handling thousands of entries all at the same time.

We assume that anyone using the Eloquent Driver for Statamic has the potential to be managing large amounts of data, and the current implementation of the sitemap addon doesn't deal with that very well. This release refactors code and also takes into consideration handling large database queries, whilst mitigating N+1 issues that may arise from looping Statamic's Entries facade.

Big shout out to @bagwaa for popping this together!

v1.2.4 - Added Taxonomy Terms

23 Jan 10:14
7cd406a
Compare
Choose a tag to compare

Added Alt Sitemap tab to Term Blueprint
Added Taxonomy to Alt Sitemap Settings Blueprint
Added data to sitemap.xml

v1.2.3 - Support for manual entry

16 Dec 20:00
7cf35f9
Compare
Choose a tag to compare

Manual entries now supported - @leewillis77

V1.2.2 Exclude Unpublished Entries

10 Sep 14:34
94b6df5
Compare
Choose a tag to compare

Change to omit entries that are unpublished from the sitemap.

Thanks for @arnevanhoorn for the PR

v1.2.1 Exclude Collections

06 Aug 19:39
e9f594b
Compare
Choose a tag to compare

Ability to exclude entire collections from the sitemap - @nat-alt

v1.2.0 - Statamic 5 Compatibility

15 May 08:07
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/main'

# Conflicts:
#	README.md

v1.1.1 Eloquent Driver Fix

19 Feb 17:13
Compare
Choose a tag to compare

v1.1.0 - Eloquent Driver Compatibility

03 Jan 11:39
Compare
Choose a tag to compare

Finalises changes for Eloquent Driver Compatibility