6.0.2
March 19th, 2026
What's Changed
- Remove hardcoded version from composer.json
- Add MIT license
Full Changelog: https://github.com/justkidding96/statamic-aardvark-seo/compare/6.0.1...6.0.2
6.0.1
March 17th, 2026
What's Changed
- Fix #206 - Convert $ctx to array. by @AnnieJones1994 in https://github.com/justkidding96/statamic-aardvark-seo/pull/207
Contributors
- @AnnieJones1994 made their first contribution in https://github.com/justkidding96/statamic-aardvark-seo/pull/207
Full Changelog: https://github.com/justkidding96/statamic-aardvark-seo/compare/6.0.0...6.0.1
6.0.0
February 14th, 2026
What's Changed
Breaking Changes
- Requires Statamic v6 (
statamic/cms: ^6.0) - Redirect events renamed:
ManualRedirectCreated,ManualRedirectSaved,ManualRedirectDeletedare nowRedirectCreated,RedirectSaved,RedirectDeleted
New Features
- CSV import/export for redirects (#47)
- Auto-resize share images with Glide to 1200x630 (#49)
- Title order switching: title first or site first (#102)
- Config option to disable default schema output (#101)
- Config options to disable favicons and redirects (#97)
- Trailing slash support for redirects (#198)
- Better XSS protection on all SEO meta output (#169)
Improvements
- Redesigned Google Preview matching actual search results
- Enhanced meta title/description inputs with progress bars and character counters
- Code editor with syntax highlighting for script/schema fields
- New options in
config/aardvark-seo.php:
#89DDFF;">'disable_favicons#89DDFF;">' #89DDFF;">=> #89DDFF;">false,#89DDFF;">'disable_redirects#89DDFF;">' #89DDFF;">=> #89DDFF;">false,#89DDFF;">'disable_default_schema#89DDFF;">' #89DDFF;">=> #89DDFF;">false,
Upgrade Guide
- Update your
composer.jsonto require^6.0of the addon - Run
composer update justkidding96/statamic-aardvark-seo - Publish assets:
php artisan vendor:publish --force --tag=aardvark-seo - If you were listening to
ManualRedirectCreated,ManualRedirectSaved, orManualRedirectDeletedevents, update your references toRedirectCreated,RedirectSaved, andRedirectDeleted - Review the new config options in
config/aardvark-seo.phpand publish them if needed
5.1.2
March 19th, 2026
What's Changed
- Remove hardcoded version from composer.json
- Add MIT license
Full Changelog: https://github.com/justkidding96/statamic-aardvark-seo/compare/5.1.1...5.1.2
5.1.1
March 17th, 2026
What's Changed
- Fix #206 - Convert $ctx to array. by @AnnieJones1994 in https://github.com/justkidding96/statamic-aardvark-seo/pull/207
Contributors
- @AnnieJones1994 made their first contribution in https://github.com/justkidding96/statamic-aardvark-seo/pull/207
Full Changelog: https://github.com/justkidding96/statamic-aardvark-seo/compare/5.1.0...5.1.1
5.1.0
January 7th, 2026
What's Changed
Breaking Changes
- Package ownership transferred from
withcandour/aardvark-seotojustkidding96/aardvark-seo - Namespace changed from
WithCandour\AardvarkSeotoJustkidding96\AardvarkSeo
Upgrade steps
- Update your composer dependency:
composer remove withcandour/aardvark-seocomposer require justkidding96/aardvark-seo
-
Update any namespace references in your code from WithCandour\AardvarkSeo to Justkidding96\AardvarkSeo
-
If you published the service provider, update the reference: Old: WithCandour\AardvarkSeo\ServiceProvider New: Justkidding96\AardvarkSeo\ServiceProvider
-
Clear your caches:
php artisan optimize:clear
Full Changelog: https://github.com/justkidding96/statamic-aardvark-seo/compare/5.0.5...5.1.0
5.0.5
June 18th, 2025
What's Changed
- fix: constructor dynamic properties by @crumple-zone in https://github.com/WithCandour/statamic-aardvark-seo/pull/199
New Contributors
- @crumple-zone made their first contribution in https://github.com/WithCandour/statamic-aardvark-seo/pull/199
Full Changelog: https://github.com/WithCandour/statamic-aardvark-seo/compare/5.0.4...5.0.5
5.0.4
May 15th, 2025
What's Changed
- Type cast enable_breadcrumbs config by @FlxRobole in https://github.com/WithCandour/statamic-aardvark-seo/pull/194
- Collection defaults only work on taxonomies and "pages" collection by @clee-fma in https://github.com/WithCandour/statamic-aardvark-seo/pull/195
New Contributors
- @FlxRobole made their first contribution in https://github.com/WithCandour/statamic-aardvark-seo/pull/194
- @clee-fma made their first contribution in https://github.com/WithCandour/statamic-aardvark-seo/pull/195
Full Changelog: https://github.com/WithCandour/statamic-aardvark-seo/compare/5.0.3...5.0.4
5.0.3
April 3rd, 2025
What's Changed
- Add the ability to set the the maximum characters for title and description fields by @justkidding96 in https://github.com/WithCandour/statamic-aardvark-seo/pull/192
Full Changelog: https://github.com/WithCandour/statamic-aardvark-seo/compare/5.0.2...5.0.3
5.0.2
March 21st, 2025
What's Changed
- Adds name property to WebSite Schema by @mkwia in https://github.com/WithCandour/statamic-aardvark-seo/pull/191
Full Changelog: https://github.com/WithCandour/statamic-aardvark-seo/compare/5.0.1...5.0.2
5.0.1
February 24th, 2025
What's Changed
- Excluding future entries from the sitemap by @jonrcarey in https://github.com/WithCandour/statamic-aardvark-seo/pull/171
- Bump vite from 4.5.3 to 4.5.5 by @dependabot in https://github.com/WithCandour/statamic-aardvark-seo/pull/182
- Bump rollup from 3.29.4 to 3.29.5 by @dependabot in https://github.com/WithCandour/statamic-aardvark-seo/pull/183
- exclude entries with Link blueprint from sitemap by @mkwia in https://github.com/WithCandour/statamic-aardvark-seo/pull/190
Full Changelog: https://github.com/WithCandour/statamic-aardvark-seo/compare/5.0.0...5.0.1
5.0.0
June 3rd, 2024
- New Add support for Statamic 5
- New Replaced Webpack with Vite
3.0.1
January 29th, 2024
- New Add
x-defaulthreflangsupport (Thanks @DanielDarrenJones)
3.0.0
June 1st, 2023
- New Add support for Statamic 4 (Thanks @justkidding96)
2.0.31
June 1st, 2023
- New Add
statamic/cmsdependency
2.0.30
October 18th, 2022
- Fix Fix regression where footer/body tags didn't return anything when using the regex parser
2.0.29
October 17th, 2022
- [FIX] Fix compatibility with GraphQL (#133)
- [FIX] Fix view issues (#143)
2.0.28
June 24th, 2022
- Fix Marketing settings not pulling through to the head tag. Thanks @GertTimmerman
2.0.27
June 8th, 2022
- Fix Swap
view()withView::maketo prevent the page data from being augmented (Thanks @jackwakefield)
2.0.26
June 6th, 2022
- Fix Fix compatibility with Statamic 3.2.x when generating content defaults
- New Allow for antlers usage in
meta_title(Thanks @xuneXTW)
2.0.25
May 24th, 2022
- Fix Fix collection/taxonomy fixes in content defaults - Thanks @MrTammer (#132)
- Fix Fix content defaults not parsing antlers tags (#129)
- Fix Fix the issue where an error would be thrown if the social URL field was blank (#130)
2.0.24
April 27th, 2022
- Fix Resolve an issue with taxonomy/collection mappings for Sitemaps introduced in Statamic 3.3 as a result of certain properties returning augmented values.
- [chore] Update frontend dependencies
2.0.23
April 13th, 2022
2.0.22
March 22nd, 2022
- Fix Ensure that hreflang tags aren't present for draft pages (#111)
- Fix Remove custom XML attributes to fix GSC namespace error (#113)
- Fix Fix 3.3.x compatibility by parsing
last_modifiedin Schema (#119) Thanks @xuneXTW! - Fix Improve sitemap items filtering to ensure localized values without an explicit
no_index_pagevalue will attempt to inherit it from their origin (#112) - Fix Update utilised node version to v14.19.0 and update frontend dependencies
2.0.21
December 16th, 2021
- Fix Prevent hreflang tags being added for locales in which the content doesn't exist (Fixes #107)
2.0.20
December 2nd, 2021
- [Fix] Fix issue where localized entries/terms were excluded from the sitemap due to the query builder filtering them out
- [Fix] Fix an issue where the sitemap cache wasn't invalidated correctly if the editor's selected locale was different to the value returned from
Site::current()
2.0.19
November 26th, 2021
- New Optimize hreflang code to improve performance when working with many many sites.
2.0.18
November 25th, 2021
- [Fix] Revert change to the way that the site locale tag is added
2.0.17
November 23rd, 2021
- New Add self-referencing hreflang tag
- Fix Ensure blueprint fields are added when running SSG
- Fix Ensure the og:locale tag is output when manually calling the aardvark head tag (Thanks @jbreuer95)
- [chore] Update vue-loader
- [chore] Update frontend dependencies
2.0.16
September 22nd, 2021
- Fix Fix issue where SEO tab isn't available until entries/terms have been created (fixes #93)
- Fix Remove reliance on
sitebeing set by Statamic in the cascade when fetching Aardvark settings. This fixes the issue where setting a field in a blueprint tositecaused an error.
2.0.15
August 26th, 2021
- Fix Set
antlersto true for meta description fields (#94) - thanks @jsblair9
2.0.14
June 22nd, 2021
- New Add functionality for mapping taxonomies to collections in order to generate collection-specific term URLs for sitemaps (#78)
- Fix Check whether entries/terms contain a redirect key before adding them to the sitemap (#89)
- Fix Make absolute-ly sure that sitemap URLs are absolute (by running their
absoluteUrl()value throughURL::makeAbsolute)
2.0.13
June 17th, 2021
- Fix Fall back to using the origin title when generating mutisite breadcrumbs schema (Thanks @moritzlang)
2.0.12
May 21st, 2021
- Fix Ensure canonical URLs are absolute before pulling them into sitemaps (#89)
2.0.11
April 11th, 2021
- Fix Fix optional parameter warnings in PHP 8
2.0.10
March 11th, 2021
- New Parse antlers variables in meta titles
2.0.9
February 23rd, 2021
- Fix [PHP 8] Amend RedirectsRepository to make
$siteoptional with a fallback toSite::current()
2.0.8
February 5th, 2021
- New Update dependencies for PHP8 compatibility (thank you to the maintainers of Lingua for this one)
2.0.7
January 25th, 2021
- New Add config options to docs
- Fix Fix multisite breadcrumb generation
- Fix Update frontend dependencies
- Fix Fix error that occurs if no social icons have been set up
2.0.6
December 23rd, 2020
- Fix Set a default title for 404 pages
2.0.5
December 18th, 2020
- Bump version
2.0.4
December 18th, 2020
- New Fix dependabot dependencies
- Fix Fix issue with multisite subfolder installations not redirecting to a localised target
- New Add information to docs about redirects being relative
2.0.3
December 8th, 2020
- New Convert hreflang locales to ISO-639-1 (with country code)
2.0.2
December 4th, 2020
- Fix Prevent SEO blueprint fields being added to the blueprint editor
- Fix Fix permissions issue if a user does not have access to the "general" settings
2.0.1
November 30th, 2020
- Fix Name sitemap routes to fix
artisan optimizecommand - Fix Add social section permissions
- Fix Update redirects permission name when generating nav
- New Update documentation with additional
vendor:publishstep when installing via composer
Thanks @aerni for spotting these
2.0.0
November 27th, 2020
- New Full compatibility with Statamic V3
- Break This will not work in Statamic V2 (for that code please see the
v1branch