Skip to content

Releases: ethercreative/seo

v3.2.7

10 May 13:57
@Tam Tam
Compare
Choose a tag to compare

3.2.7 - 2018-05-10

Heads up: This update includes changes to the SEO meta.twig. If you are using a custom version you can review the changes here.

Fixed

  • Fixed SEO field erroring after upgrade from Craft 2 #92
  • Fixed sitemap erroring when entry doesn't have an SEO field #96

Changed

  • og:site_name now uses seo.title instead of siteName #95 (via @urbantrout)
  • Canonical meta tag now uses absoluteUrl #94 (via @matthiaswh)
  • Social URLs in meta.twig now use absoluteUrl

v3.2.6

01 May 10:13
@Tam Tam
Compare
Choose a tag to compare

3.2.6 - 2018-05-01

Fixed

  • Fixed user permissions not being checked correctly #93

v3.2.5

26 Apr 16:30
@Tam Tam
Compare
Choose a tag to compare

3.2.5 - 2018-04-26

Fixed

  • Fixed broken robots.txt code editor. #90
  • Fixed sitemaps having wrong Content-Type header. #91

v3.2.4

16 Apr 13:52
@Tam Tam
Compare
Choose a tag to compare

3.2.4 - 2018-04-16

Added

  • Added a "Use suffix as prefix" option to the SEO field settings. For those clients.

Fixed

  • The sitemap settings now show all sections, regardless of what sites they are enabled on.

v3.2.3

05 Apr 09:15
@Tam Tam
Compare
Choose a tag to compare

3.2.3 - 2018-04-05

Fixed

  • Fixed bug where Craft would 500 error when robots were injected for an element without an expiry date (via @saylateam)
  • Fixed a bug where the Craft edition referenced no longer existed #81 (via @andris-sevcenko)

v3.2.2

16 Mar 10:23
@Tam Tam
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where editing entries with an SEO field would error if the current site doesn't have a base URL.

v3.2.1

15 Mar 17:57
@Tam Tam
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that would cause Element API to error when no robots have been set.

v3.2.0

13 Mar 22:51
@Tam Tam
Compare
Choose a tag to compare

Added

  • You can now manage your sites 🤖 on a site-wide or per-field basis
    • The X-Robots-Tag header is added if you've set any robots
    • If the current entry has an expiry date, the unavailable_after directive will be added automatically
    • The none and noimageindex directives are automatically added to all pages when in devMode. No more accidental indexing of development sites!
  • You can now manage your robots.txt file from the SEO settings!

Changed

  • Improved the settings page (now with 300% more tabs).

Fixed

  • Fixed sitemap dynamic urls throwing errors
  • Sitemaps no longer show "headers already sent" warnings
  • Fixed the keywords checklist not realising content had changed on the page
  • The keywords checklist now knows what spaces are and count words accordingly
  • Fixed keywords checklist not working after live preview is opened
  • Fixed bug where fallback social images would cause SEO field to error
  • Keyword density now works correctly for keywords containing more than one word
  • Fixed a bug where deleting a keyword would occasionally cause a JS error

v2.1.3

09 Mar 14:59
@Tam Tam
Compare
Choose a tag to compare
  • [Fixed] Fixed keyword checklist not knowing what spaces are. Word count is now more accurate.
  • [Fixed] Fixed keyword checklist not updating when no content is available.

v2.1.2

07 Mar 17:59
@Tam Tam
Compare
Choose a tag to compare

2.1.2

  • [Fixed] Fixed bug where redirects that had query parameters were being ignored.
  • [Whoops] I forgot to update releases.json for the last few v2 updates so no one actually got them 😅