Skip to content

Releases: statamic/seo-pro

2.0.4

04 Aug 19:04
Compare
Choose a tag to compare
  • [fix] Bug fixes.

2.0.3

29 Jul 21:00
Compare
Choose a tag to compare
  • [fix] Bug fixes.

2.0.2

28 Jul 20:34
Compare
Choose a tag to compare
  • [new] Makeup 💅
  • [fix] Bug fixes 🐛

2.0.1

24 Jul 23:17
Compare
Choose a tag to compare
  • [fix] Fix vendor publishing.
  • [fix] Require Statamic v3.

2.0.0

24 Jul 20:22
Compare
Choose a tag to compare
  • [new] SEO Pro ported from v2 version.
  • [break] There have been a few breaking changes to how things are configured, stored, and run in v3. See docs for more info.

1.3.3

18 Mar 13:45
Compare
Choose a tag to compare
  • [fix] Fix XSS vulnerability through the page query parameter

1.3.2

31 Jan 21:37
Compare
Choose a tag to compare
  • [fix] Fix error when method doesn't exist. #82
  • [fix] Apply section default logic to placeholder text. #80

1.3.1

23 Jan 02:38
Compare
Choose a tag to compare
  • [fix] Fix an issue where "inherit" fields would not default to their respective collection settings #80
  • [fix] Non-square social images are now cropped more logically #72

1.3

01 Oct 17:56
Compare
Choose a tag to compare
1.3
  • [new] Pages can have their own defaults. #63
  • [new] Site name and separator can be defined per section or content. #52
  • [new] Robot meta tags can be defined per site, section, or content. #19 #65
  • [new] Added a meta_data tag so you can have more fine grained control over the output. #14
  • [new] Added a dump_meta_data tag so you can inspect it.
  • [fix] Disabling the meta title no longer removes the og:title tag. It falls back to the compiled title. #51
  • [fix] The first asset container will be used for asset fields if one hasn't been selected.
  • [fix] When an asset container hasn't been selected, the select field will be empty.
  • [fix] Added some missing Portugese translations.

1.2

27 Jun 18:16
Compare
Choose a tag to compare
1.2
  • [new] New Webmaster Tools section where you can set Google and Bing site verification codes
  • [new] If a meta value is empty, its corresponding tag won't be rendered. This allows you to set your own meta tags if you so choose.
  • [new] Current locales now include their own rel="alternate" tag with corresponding hreflang
  • [fix] Meta tag values have better encoding, tag stripping, and whitespace removing powers.
  • [fix] Canonical URLs now include pagination query strings if present
  • [fix] The proper hreflang format is now used everywhere
  • [fix] Fix an issue with non-UTF8 text breaking the description field's Vue component