Skip to content

Releases: ethercreative/seo

3.6.5

18 May 14:05
@Tam Tam
2e9a458
Compare
Choose a tag to compare

3.6.5 - 2020-05-18

Added

  • Add redirect ordering (Closes #274)

3.6.4

15 Apr 15:18
@Tam Tam
58de8d6
Compare
Choose a tag to compare

3.6.4 - 2020-04-15

Fixed

  • Fix JS error when % appeared in SEO snippet text

3.6.3

18 Dec 16:53
@Tam Tam
9f491fd
Compare
Choose a tag to compare

3.6.3 - 2019-12-18

Improved

  • Replace SVG's while keeping text intact (Fixes #197)

Fixed

  • Fix social images not falling back to default (Fixes #188, #247)
  • Fix slug showing incorrect site URL (Fixes #237)
  • Fix SEO snippet showing homepage slug (Fixes #270)
  • Fix snippet issue when using protocol relative site URLs (Fixes #249, #239)
  • Fix incorrect canonical URL when site is behind a CDN (Closes #268)
  • Fix sitemap not filtering elements by type correctly (Fixes #275)

3.6.2

05 Aug 11:01
@Tam Tam
97d036b
Compare
Choose a tag to compare

3.6.2 - 2019-08-05

Improved

  • Improve support for diacritics

Fixed

  • Fix an issue when legacy SEO data is just the title string
  • Fix issues with slug on single entries (Fixes #233, #228)
  • Fis issue with umlauts in optimisation checklist (Fixes #232)

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