From e4c7f06759890737423a75e28a15ce63a0cfd985 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 13 Feb 2024 15:39:21 -0500 Subject: [PATCH] chore: Version 3.4.71 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51977412b..8a65ee203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # SEOmatic Changelog +## 3.4.71 - 2024.02.13 +### Fixed +* Fixed a regression where the `robots` tag would be set to `none` for CP requests, which is incorrect, because GraphQL and meta container endpoints are CP requests ([#1414](https://github.com/nystudio107/craft-seomatic/issues/1414)) + ## 3.4.70 - 2024.02.09 ### Added * Add `phpstan` and `ecs` code linting diff --git a/composer.json b/composer.json index 7b20ccc41..48958c655 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nystudio107/craft-seomatic", "description": "SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 3. It is a turnkey SEO system that is comprehensive, powerful, and flexible.", "type": "craft-plugin", - "version": "3.4.70", + "version": "3.4.71", "keywords": [ "craft", "cms",