Skip to content

Releases: ethercreative/seo

v3.4.2

07 Sep 13:20
@Tam Tam
Compare
Choose a tag to compare

Fixed

  • Fixed a bug when saving a new element with an SEO field.

v3.4.1

06 Sep 16:35
@Tam Tam
Compare
Choose a tag to compare

Fixed

  • Fixed a bug when adding a redirect to all sites.

v3.4.0

06 Sep 16:28
@Tam Tam
Compare
Choose a tag to compare

{warning} This update contains some potentially breaking changes. If you use a custom meta.twig template you should review the changes here.

Added

  • Added getSeoField($handle = 'seo') Twig function for Site templates.
  • Added global settings for Facebook App ID and Twitter handle.

Changed

  • SEO field data is now used via an SeoData model, rather than an array. This may cause breaking changes, especially if you have a custom meta.twig template!
  • The default robots.txt now disallows all when the environment is NOT set to 'production'.
    This will not have an effect for existing installs (where the SEO settings have been saved).
    To manually update your robots.txt, replace the line {% if craft.app.config.general.devMode %} with {% if craft.app.config.env != 'production' %}. #122
  • Redirects are no longer case-sensitive #116

Fixed

  • SEO no longer errors if a social image doesn't have a public url. #131
  • Protocol relative image URLs are now handled correctly. #125, #126 (via @monachilada)

Improved

  • The SEO meta field will now look for product and category elements when searching for the SEO field. #128
  • Redirects now support full PCRE syntax. #119, #127
  • Redirects can now be specified on a per-site basis!

v3.3.1

03 Sep 21:44
@Tam Tam
Compare
Choose a tag to compare

Fixed

  • craft.seo.custom social images now fallback to the default social image from global settings. #113
  • Fixed bug where some requests would 404 when injecting 🤖's #130

Changed

  • SEO robots no longer return empty values #110
  • Text in the keyword input will automatically be turned into a tag on blur #114

v3.3.0

25 Jun 15:29
@Tam Tam
Compare
Choose a tag to compare

3.3.0 - 2018-05-25

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 field settings throwing deprecation warning #109
  • Fixed invalid sitemap urls
  • Robot lightswitches now have a min-width #103
  • Fixed TypeError in SEO variable when social image doesn't have a transform URL #101
  • Fixed SEO hook throwing an error when a populated SEO field was removed from the current element #99

Changed

  • Redirect list moved below "Add Redirect" fields #107
  • Empty / suffix only title fields will now populate with the element title

v3.2.8

16 May 15:34
@Tam Tam
Compare
Choose a tag to compare

3.2.8 - 2018-05-16

Fixed

  • Fixed bug where robots.txt would not be accessible when not logged in.

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.