Skip to content

Releases: ethercreative/seo

3.6.1.1

26 Jul 13:22
@Tam Tam
b52f0ec
Compare
Choose a tag to compare

3.6.1.1 - 2019-07-26

Fixed

  • Fix bulk redirect issue when add to all sites (Fixes #154)

3.6.1

26 Jul 10:43
@Tam Tam
d9a995f
Compare
Choose a tag to compare

3.6.1 - 2019-07-26

Added

  • Added date added column to redirects (Closes #160)

Changed

  • Redirects will also be triggered by {% exit 404 %} in templates (Fix #206 via @domstubbs)

Improved

  • Redirect add forms will no longer be reset after adding a redirect. Only but the URI fields will be cleared.

Fixed

  • Fix bulk importing of redirects (Fixes #154)
  • Fix social title not syncing for new entries
  • Fix snippet url preview bug (Fix #196 via @domstubbs)
  • Fix redirect uri case sensitivity issue with MySQL (Fixes #116)

3.6.0

25 Jul 11:49
@Tam Tam
498f274
Compare
Choose a tag to compare

3.6.0 - 2019-07-25

Added

  • Add OG image width & height meta tags (Fixes #220)

Changed

  • Update minimum Craft CMS requirement to 3.2.x
  • Social titles and descriptions can now be edited independently of the main snippet (Fixed #185)

Fixed

  • Fix entry preview error on keyword checklist (Fixes #224)
  • Fix SEO field error when changing entry types (Fixes #215)
  • Fix entire image meta data being saved with SEO field (Fixes #142)
  • Fix sitemap error when SEO field doesn't have any advanced data (Fixes #96)
  • Fix keyword checklist reading title length incorrectly (Fixes #199)
  • Fix social meta outputting encoded characters (Fixes #198)
  • Fix social description not updating correctly (Fixes #213)
  • Fix multi-word keyword not checking slug correctly (Fixes #152)
  • Fix CraftQL integration (Fixes #187)
  • Fix SEO field erring in globals (Fixes #226)
  • Fix section and type not being available in tokens (Fixes #221)

Improved

  • Improve alt text judgment in keyword checklist
  • Check for keyword in first paragraph of body, main, and article tags
  • Improve page meta field instructions in SEO settings
  • Ensure canonical is always an absolute URL (Fixes #202)

3.5.4

28 Jan 12:30
@Tam Tam
593a255
Compare
Choose a tag to compare

3.5.4 - 2019-01-28

Added

  • Added support for Solspace Calendar. #184

Fixed

  • Fixed upgrade not correctly carrying over custom titles. #183

3.5.3

23 Jan 12:08
@Tam Tam
08971f5
Compare
Choose a tag to compare

3.5.3 - 2019-01-23

Fixed

  • Fixed undefined index error when creating a new element containing an SEO field. #176
  • Fixed error when using the SEO field in a category. #177
  • Fixed sitemap undefined index error. #178

3.5.2

22 Jan 11:47
@Tam Tam
b19c0a2
Compare
Choose a tag to compare

3.5.2 - 2019-01-22

Changed

  • Increased debounce timeout when watching for input changes in fields.

Fixed

  • Fixed special characters being unnecessarily encoded when being out put in meta. #173
  • Fixed JS error in SEO snippet when the entry doesn't have a slug.
  • Excess whitespace removed from social title when dynamically updated.
  • Fixed tokens sometimes showing as empty incorrectly.
  • Fixed number of SEO snippet token re-renders from increasing exponentially. #175

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