Skip to content

Commit 9975538

Browse files
jasonbahlgithub-actions[bot]
authored andcommitted
release: prepare v2.3.5
1 parent d6c1bb7 commit 9975538

File tree

11 files changed

+36
-5
lines changed

11 files changed

+36
-5
lines changed

CHANGELOG.md

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

3+
## v2.3.5 - 2025-09-01
4+
5+
### Bug Fixes
6+
7+
- fix: prevent changeset deletions from being synced back to develop ([#3412](https://github.com/jasonbahl/automation-tests/pull/3412))
8+
- fix: wp 6.8 test failures ([#3410](https://github.com/jasonbahl/automation-tests/pull/3410))
9+
- fix: Move graphql_root_value filter execution to runtime for access to request params ([#3406](https://github.com/jasonbahl/automation-tests/pull/3406))
10+
11+
### Other Changes
12+
13+
- chore: update npm deps ([#3408](https://github.com/jasonbahl/automation-tests/pull/3408))
14+
- chore: update composer deps ([#3407](https://github.com/jasonbahl/automation-tests/pull/3407))
15+
- refactor: prepare deprecations for v3 removal ([#3400](https://github.com/jasonbahl/automation-tests/pull/3400))
16+
17+
18+
319
## v2.3.4 - 2025-08-15
420

521
### Bug Fixes

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

2424
// Plugin Folder Path.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,6 @@
9292
"overrides": {
9393
"react": "18.2.0",
9494
"react-dom": "18.2.0"
95-
}
95+
},
96+
"version": "2.3.5"
9697
}

readme.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: GraphQL, Headless, REST API, Decoupled, React
44
Requires at least: 6.0
55
Tested up to: 6.8
66
Requires PHP: 7.4
7-
Stable tag: 2.3.4
7+
Stable tag: 2.3.5
88
License: GPL-3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -284,6 +284,20 @@ Composer dependencies are no longer versioned in Github. Recommended install sou
284284

285285
== Changelog ==
286286

287+
= 2.3.5 =
288+
289+
**Bug Fixes**
290+
291+
* fix: prevent changeset deletions from being synced back to develop (https://github.com/jasonbahl/automation-tests/pull/3412)
292+
* fix: wp 6.8 test failures (https://github.com/jasonbahl/automation-tests/pull/3410)
293+
* fix: Move graphql_root_value filter execution to runtime for access to request params (https://github.com/jasonbahl/automation-tests/pull/3406)
294+
295+
**Other Changes**
296+
297+
* chore: update npm deps (https://github.com/jasonbahl/automation-tests/pull/3408)
298+
* chore: update composer deps (https://github.com/jasonbahl/automation-tests/pull/3407)
299+
* refactor: prepare deprecations for v3 removal (https://github.com/jasonbahl/automation-tests/pull/3400)
300+
287301
= 2.3.4 =
288302

289303
**Bug Fixes**

0 commit comments

Comments
 (0)