Releases: alt-design/Alt-Sitemap-Addon
V1.3.3 - Correctly initialise settings in flat file sitemap generation
- Correctly initialise settings in flat file sitemap generation - @leewillis77
v1.3.1 - Safety Checks on Event Blueprints
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
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
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
Manual entries now supported - @leewillis77
V1.2.2 Exclude Unpublished Entries
Change to omit entries that are unpublished from the sitemap.
Thanks for @arnevanhoorn for the PR
v1.2.1 Exclude Collections
Ability to exclude entire collections from the sitemap - @nat-alt
v1.2.0 - Statamic 5 Compatibility
Merge remote-tracking branch 'origin/main' # Conflicts: # README.md
v1.1.1 Eloquent Driver Fix
v1.1.0 - Eloquent Driver Compatibility
Finalises changes for Eloquent Driver Compatibility