Skip to content

Commit c2d394c

Browse files
authored
Vers
1 parent 7a97fcf commit c2d394c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.2] - 2023-04-17
9+
10+
### Fixed
11+
12+
- Cannot return null for non-nullable field "MediaItem.id" (#132) (thanks @izzygld)
13+
814
## [4.22.1] - 2023-03-08
915

1016
### Fixed

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.1
7+
Stable tag: 4.22.2
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.1
11+
* Version: 4.22.2
1212
*
1313
* @package WP_Graphql_YOAST_SEO
1414
*/

0 commit comments

Comments
 (0)