Skip to content

Releases: aerni/statamic-advanced-seo

v1.3.0

05 Aug 14:12
ebdbc79
Compare
Choose a tag to compare

What's new

  • Add more control over site name position #31

What's improved

  • Disable social images generator by default #29
  • Add alternate links for collection taxonomy pages #30

v1.2.0

29 Jul 21:41
b724f96
Compare
Choose a tag to compare

What's new

  • Added a new setup migration #25

What's fixed

  • Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5 #26
  • Bump terser from 4.8.0 to 4.8.1 #27

v1.1.6

13 Jun 07:33
6c81ac2
Compare
Choose a tag to compare

What's fixed

  • Fix issue of missing doesntContain method by requiring Laravel 8.77 (#19)

v1.1.5

03 Jun 17:22
8dc363b
Compare
Choose a tag to compare

What's fixed

  • Fix regression with breadcrumb titles that happened on unstructured collections (#15)

v1.1.4

03 Jun 09:06
b2f2b62
Compare
Choose a tag to compare

What's fixed

  • The structure of the breadcrumbs is now valid (#13)

v1.1.3

02 Jun 07:35
7e7a51d
Compare
Choose a tag to compare

What's improved

  • Removed hreflang on collection term pages (#9)
  • Significantly better sitemap performance (#11)

What's fixed

  • Bump guzzlehttp/guzzle from 7.4.2 to 7.4.3 (#10)

v1.1.2

24 May 15:01
1f08375
Compare
Choose a tag to compare

What's fixed

  • Fix an issue where the social images would be generated even though they shouldn't
  • Fix an issue where the social images glide cache couldn't be deleted
  • The {{ seo }} tag now also works in the social images generator views
  • Update the stub of the social images layout to hide the debugbar

v1.1.1

24 May 08:57
7a2843a
Compare
Choose a tag to compare

What's fixed

  • Prevent an error if no social images theme is defined in the entry
  • Don't create or delete SEO defaults if the Collection or Taxonomy was disabled in the config

v1.1.0

12 May 16:42
Compare
Choose a tag to compare

What's new

  • Major refactor of how default values get augmented, making the addon even more robust
  • Added the concept of themes to the social images generator
  • Added live preview for the social images generator
  • Added a generate_on_save config option for the social images generator
  • Generate all your social images at once, using the new php please seo:generate-images command
  • Create your own custom sitemaps for routes outside of Statamic's control
  • You may customize the directory in which Advanced SEO saves its data
  • Probably a bunch more that I can't recall 😅

What's improved

  • Better multi-site sitemaps: Previously there was a sitemap for each localization. Now you only have one sitemap that includes alternate links pointing to each localization of an entry or term. Now you only have to submit one sitemap to Google Search Console.
  • You can now disable the sitemap on each entry or term
  • The config file now looks a lot prettier. I suggest you copy the new config and merge it with yours.
  • A bunch of improvements under the hood

What's fixed

  • A bunch of things I encountered along the way

v1.0.4

24 Mar 18:15
Compare
Choose a tag to compare

What's fixed

  • Fix multi-site issue with sitemaps when an entry/term doesn't exist in the requested localization