Skip to content

Commit

Permalink
Fix error when trying to fetch social image
Browse files Browse the repository at this point in the history
Fixes #358, via @MDXDave
  • Loading branch information
Tam committed Jun 14, 2021
1 parent e944fa2 commit 67ce1f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
## 3.7.3 - 2021-05-28
## 3.7.4 - 2021-06-14
### Fixed
- Fix error when trying to fetch social image (Fixes #358, via @MDXDave)

## 3.7.3 - 2021-05-28
### Changes
- Up Craft CMS requirement to `^3.5` (Fixes #341)

### Fixed
- Fix JS error on sitemap admin (Fixes #325)

## 3.7.2 - 2021-05-25

### Changed
- SEO will now add `noindex` to all environments except production, regardless of `devMode` (via @nstCactus)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ether/seo",
"license": "MIT",
"description": "SEO utilities including a unique field type, sitemap, & redirect manager",
"version": "3.7.3",
"version": "3.7.4",
"type": "craft-plugin",
"minimum-stability": "dev",
"require": {
Expand Down

0 comments on commit 67ce1f1

Please sign in to comment.