Releases: ethercreative/seo
Releases · ethercreative/seo
3.6.5
3.6.4
3.6.3
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
3.6.1.1
3.6.1
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
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
3.5.3
3.5.2
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