Releases: WithCandour/statamic-aardvark-seo
Releases · WithCandour/statamic-aardvark-seo
v2.0.24
- [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
v2.0.23
v2.0.22
- [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_modified
in Schema (#119) Thanks @xuneXTW! - [fix] Improve sitemap items filtering to ensure localized values without an explicit
no_index_page
value will attempt to inherit it from their origin (#112) - [fix] Update utilised node version to v14.19.0 and update frontend dependencies
v2.0.21
v2.0.20
- [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()
v2.0.19
- [new] Optimize hreflang code to improve performance when working with many many sites.
v2.0.18
- [Fix] Revert change to the way that the site locale tag is added
v2.0.17
- [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