Skip to content

Releases: WithCandour/statamic-aardvark-seo

v2.0.24

27 Apr 09:28
Compare
Choose a tag to compare
  • [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

13 Apr 17:17
Compare
Choose a tag to compare
  • [fix] Use SVG code for custom redirects navigation rather than custom blade template (fixes #123)
  • [fix] Register Aardvark's events with the Statamic Git system (fixes #125)
  • [docs] Add documentation for getting the git integration working for the Aardvark content

v2.0.22

22 Mar 13:25
Compare
Choose a tag to compare
  • [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

16 Dec 16:00
Compare
Choose a tag to compare
  • [fix] Prevent hreflang tags being added for locales in which the content doesn't exist (Fixes #107)

v2.0.20

02 Dec 19:09
Compare
Choose a tag to compare
  • [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

26 Nov 16:31
Compare
Choose a tag to compare
  • [new] Optimize hreflang code to improve performance when working with many many sites.

v2.0.18

25 Nov 14:51
Compare
Choose a tag to compare
  • [Fix] Revert change to the way that the site locale tag is added

v2.0.17

23 Nov 15:52
Compare
Choose a tag to compare
  • [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

v2.0.16

22 Sep 14:35
Compare
Choose a tag to compare
  • [fix] Fix issue where SEO tab isn't available until entries/terms have been created (fixes #93)
  • [fix] Remove reliance on site being set by Statamic in the cascade when fetching Aardvark settings. This fixes the issue where setting a field in a blueprint to site caused an error.

v2.0.15

26 Aug 16:33
Compare
Choose a tag to compare
  • [fix] Set antlers to true for meta description fields (#94) - thanks @jsblair9