From 56600b12d3c2a0b73cb3b73020e23d4d9d5ad858 Mon Sep 17 00:00:00 2001 From: Ash Hitchcock Date: Fri, 30 Jun 2023 21:18:04 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 7 +++++++ package.json | 2 +- readme.txt | 2 +- wp-graphql-yoast-seo.php | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d570e7..e18cd95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.22.5] - 2023-06-30 + +### Fixed + +- Cannot redeclare get_post_type_graphql_fields() previously declared (#161) (thanks @renatonascalves) +- fixes missing seo data on contentTypes + ## [4.22.4] - 2023-05-29 ### Fixed diff --git a/package.json b/package.json index fc392c1..1c2ef17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-graphql-yoast-seo", - "version": "4.22.4", + "version": "4.22.5", "description": "A WPGraphQL Extension that adds support for Yoast SEO", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/readme.txt b/readme.txt index 3f2e9a0..3b8c159 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: SEO, Yoast, WPGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, J Requires at least: 5.0 Tested up to: 6.1.1 Requires PHP: 7.1 -Stable tag: 4.22.4 +Stable tag: 4.22.5 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/wp-graphql-yoast-seo.php b/wp-graphql-yoast-seo.php index 765fa84..43740cc 100755 --- a/wp-graphql-yoast-seo.php +++ b/wp-graphql-yoast-seo.php @@ -8,7 +8,7 @@ * Author URI: https://www.ashleyhitchcock.com * Text Domain: wp-graphql-yoast-seo * Domain Path: /languages - * Version: 4.22.4 + * Version: 4.22.5 * * @package WP_Graphql_YOAST_SEO */