Skip to content

Releases: ethercreative/seo

v3.5.1

21 Jan 14:36
@Tam Tam
Compare
Choose a tag to compare

3.5.1 - 2019-01-21

Added

  • Added console command to manually trigger the upgrade to the new data format
    ./craft seo/upgrade/to-new-data-format.

Fixed

  • Fixed issue when updating an SEO field without a suffix.
  • Fixed readonly property error when running the upgrade task.

v3.5.0

21 Jan 12:53
@Tam Tam
8434eff
Compare
Choose a tag to compare

3.5.0 - 2019-01-21

{warning} This update changes how SEO meta is stored. We STRONGLY
recommend backing up your site before installing this update.

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

Added

  • Advanced option for overriding the canonical URL.
  • Added rel="canonical" header

Changed

  • Craft 3.1.0 is now required.
  • The SEO field now uses a token-based system for the title, allowing for only
    certain parts of the title to be editable and adding twig support for pre-filling
    from fields! (Existing meta will be automatically upgraded)
  • The SEO field description can now be pre-filled using twig.
  • Robots meta tags are now rendered in the SEO meta. Useful for statically
    cached sites!
  • Social titles and descriptions are no longer editable. Images are still
    editable. Improved social meta management is planned for a future update.

Fixed

  • SEO meta now correctly renders across multi-sites and locales.
  • Fixed keyword checklist compatibility issue in Craft 3.1.
  • Locale - replace w/ _ #143
  • Fixed incorrect og:site_name #139

Improved

  • The social image "no volume" warning now explicitly states the need for
    volumes with public URLs #115
  • Better handling of robots header.
  • Whitespace now trimmed from title when checking SEO score (via @Rias500)

v3.4.4

10 Sep 09:41
@Tam Tam
148c726
Compare
Choose a tag to compare

Fixed

  • Fixed a server error when generating the sitemap sub-maps.

v3.4.3

07 Sep 21:52
@Tam Tam
c7845d1
Compare
Choose a tag to compare

Fixed

  • Redirects page no longer throws a twig error if there are no redirects for all sites. #134

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.