Skip to content

Commit cb18964

Browse files
committed
Auto-merge master back to develop
2 parents 45e7f56 + b9ac1a6 commit cb18964

File tree

4 files changed

+38
-5
lines changed

4 files changed

+38
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 1.25.0
4+
5+
### Upgrade Notice
6+
7+
This release includes a fix to a regression in the v1.24.0. Users impacted by the regression in 1.24.0 included, but are not necessarily limited to, users of the WPGraphQL for WooCommerce extension.
8+
9+
### New Features
10+
11+
- [#3104](https://github.com/wp-graphql/wp-graphql/pull/3104): feat: add `AbsractConnectionResolver::pre_should_execute()`. Thanks @justlevine!
12+
13+
### Chores / Bugfixes
14+
- [#3104](https://github.com/wp-graphql/wp-graphql/pull/3104): refactor: `AbstractConnectionResolver::should_execute()` Thanks @justlevine!
15+
- [#3112](https://github.com/wp-graphql/wp-graphql/pull/3104): fix: fixes a regression from v1.24.0 relating to field arguments defined on Interfaces not being properly merged onto Object Types that implement the interface. Thanks @kidunot89!
16+
- [#3114](https://github.com/wp-graphql/wp-graphql/pull/3114): fix: node IDs not showing in the Query Analyzer / X-GraphQL-Keys when using DataLoader->load_many()
17+
- [#3116](https://github.com/wp-graphql/wp-graphql/pull/3116): chore: Update WPGraphQLTestCase to v3. Thanks @kidunot89!
18+
19+
320
## 1.24.0
421

522
### Upgrade Notice
@@ -10,7 +27,7 @@ The AbstractConnectionResolver has undergone some refactoring. Some methods usin
1027
- `getContext` -> `get_context`
1128
- `getInfo` -> `get_info`
1229
- `getShouldExecute` -> `get_should_execute`
13-
- `getLoader` -> `getLoader`
30+
- `getLoader` -> `get_loader`
1431

1532
### New Features
1633

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.24.0' );
21+
define( 'WPGRAPHQL_VERSION', '1.25.0' );
2222
}
2323

2424
// Plugin Folder Path.

readme.txt

Lines changed: 17 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.5
66
Requires PHP: 7.1
7-
Stable tag: 1.24.0
7+
Stable tag: 1.25.0
88
License: GPL-3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -87,6 +87,10 @@ Learn more about how [Appsero collects and uses this data](https://appsero.com/p
8787

8888
== Upgrade Notice ==
8989

90+
= 1.25.0 =
91+
92+
This release includes a fix to a regression in the v1.24.0. Users impacted by the regression in 1.24.0 included, but are not necessarily limited to, users of the WPGraphQL for WooCommerce extension.
93+
9094
= 1.24.0 =
9195

9296
The AbstractConnectionResolver has undergone some refactoring. Some methods using `snakeCase` have been deprecated in favor of their `camel_case` equivalent. While we've preserved the deprecated methods to prevent breaking changes, you might begin seeing PHP notices about the deprecations. Any plugin that extends the AbstractConnectionResolver should update the following methods:
@@ -262,6 +266,18 @@ Composer dependencies are no longer versioned in Github. Recommended install sou
262266

263267
== Changelog ==
264268

269+
= 1.25.0 =
270+
271+
**New Features**
272+
273+
- [#3104](https://github.com/wp-graphql/wp-graphql/pull/3104): feat: add `AbsractConnectionResolver::pre_should_execute()`. Thanks @justlevine!
274+
275+
**Chores / Bugfixes**
276+
- [#3104](https://github.com/wp-graphql/wp-graphql/pull/3104): refactor: `AbstractConnectionResolver::should_execute()` Thanks @justlevine!
277+
- [#3112](https://github.com/wp-graphql/wp-graphql/pull/3104): fix: fixes a regression from v1.24.0 relating to field arguments defined on Interfaces not being properly merged onto Object Types that implement the interface. Thanks @kidunot89!
278+
- [#3114](https://github.com/wp-graphql/wp-graphql/pull/3114): fix: node IDs not showing in the Query Analyzer / X-GraphQL-Keys when using DataLoader->load_many()
279+
- [#3116](https://github.com/wp-graphql/wp-graphql/pull/3116): chore: Update WPGraphQLTestCase to v3. Thanks @kidunot89!
280+
265281
= 1.24.0 =
266282

267283
**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.24.0
9+
* Version: 1.25.0
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.24.0
21+
* @version 1.25.0
2222
*/
2323

2424
// Exit if accessed directly.

0 commit comments

Comments
 (0)