Skip to content

Commit 56600b1

Browse files
committed
Version bump
1 parent d90f7c2 commit 56600b1

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.22.5] - 2023-06-30
9+
10+
### Fixed
11+
12+
- Cannot redeclare get_post_type_graphql_fields() previously declared (#161) (thanks @renatonascalves)
13+
- fixes missing seo data on contentTypes
14+
815
## [4.22.4] - 2023-05-29
916

1017
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-graphql-yoast-seo",
3-
"version": "4.22.4",
3+
"version": "4.22.5",
44
"description": "A WPGraphQL Extension that adds support for Yoast SEO",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: SEO, Yoast, WPGraphQL, GraphQL, Headless WordPress, Decoupled WordPress, J
44
Requires at least: 5.0
55
Tested up to: 6.1.1
66
Requires PHP: 7.1
7-
Stable tag: 4.22.4
7+
Stable tag: 4.22.5
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

wp-graphql-yoast-seo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Author URI: https://www.ashleyhitchcock.com
99
* Text Domain: wp-graphql-yoast-seo
1010
* Domain Path: /languages
11-
* Version: 4.22.4
11+
* Version: 4.22.5
1212
*
1313
* @package WP_Graphql_YOAST_SEO
1414
*/

0 commit comments

Comments
 (0)