From 67ce1f13d5bf33e9bf7453b3fa2cbe5c8d79a6f4 Mon Sep 17 00:00:00 2001 From: Tam Date: Mon, 14 Jun 2021 12:07:59 +0100 Subject: [PATCH] Fix error when trying to fetch social image Fixes #358, via @MDXDave --- CHANGELOG.md | 6 ++++-- composer.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d029a8..b6f2770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -## 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) @@ -7,7 +10,6 @@ - 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) diff --git a/composer.json b/composer.json index 1647b18..e4a64f1 100644 --- a/composer.json +++ b/composer.json @@ -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": {