Skip to content

Commit a77520d

Browse files
committed
Auto-merge master back to develop
2 parents b88c3f5 + 181c9e0 commit a77520d

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.22.1
4+
5+
### Chores / Bugfixes
6+
7+
- [#3067](https://github.com/wp-graphql/wp-graphql/pull/3067): fix: respect show avatar setting
8+
- [#3063](https://github.com/wp-graphql/wp-graphql/pull/3063): fix: fixes a bug in cursor stability filters that could lead to empty order
9+
- [#3070](https://github.com/wp-graphql/wp-graphql/pull/3070): test(3063): Adds test for [#3063](https://github.com/wp-graphql/wp-graphql/pull/3063)
10+
311
## 1.22.0
412

513
### New Features

constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function graphql_setup_constants() {
1818

1919
// Plugin version.
2020
if ( ! defined( 'WPGRAPHQL_VERSION' ) ) {
21-
define( 'WPGRAPHQL_VERSION', '1.22.0' );
21+
define( 'WPGRAPHQL_VERSION', '1.22.1' );
2222
}
2323

2424
// Plugin Folder Path.

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: GraphQL, JSON, API, Gatsby, Faust, Headless, Decoupled, Svelte, React, Nex
44
Requires at least: 5.0
55
Tested up to: 6.4.3
66
Requires PHP: 7.1
7-
Stable tag: 1.22.0
7+
Stable tag: 1.22.1
88
License: GPL-3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -252,6 +252,14 @@ Composer dependencies are no longer versioned in Github. Recommended install sou
252252

253253
== Changelog ==
254254

255+
= 1.22.1 =
256+
257+
**Chores / Bugfixes**
258+
259+
- [#3067](https://github.com/wp-graphql/wp-graphql/pull/3067): fix: respect show avatar setting
260+
- [#3063](https://github.com/wp-graphql/wp-graphql/pull/3063): fix: fixes a bug in cursor stability filters that could lead to empty order
261+
- [#3070](https://github.com/wp-graphql/wp-graphql/pull/3070): test(3063): Adds test for [#3063](https://github.com/wp-graphql/wp-graphql/pull/3063)
262+
255263
= 1.22.0 =
256264

257265
**New Features**

wp-graphql.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Description: GraphQL API for WordPress
77
* Author: WPGraphQL
88
* Author URI: http://www.wpgraphql.com
9-
* Version: 1.22.0
9+
* Version: 1.22.1
1010
* Text Domain: wp-graphql
1111
* Domain Path: /languages/
1212
* Requires at least: 5.0
@@ -18,7 +18,7 @@
1818
* @package WPGraphQL
1919
* @category Core
2020
* @author WPGraphQL
21-
* @version 1.22.0
21+
* @version 1.22.1
2222
*/
2323

2424
// Exit if accessed directly.

0 commit comments

Comments
 (0)