Skip to content

Commit c7d3978

Browse files
Release Plugin
1 parent cc78950 commit c7d3978

5 files changed

Lines changed: 16 additions & 15 deletions

File tree

.changeset/wordpress-69-compatibility.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# WPGraphQL Content Blocks
22

3+
## 4.8.5
4+
5+
### Patch Changes
6+
7+
- f52cb9e: Add WordPress 6.9 compatibility and update test matrix to support WordPress 6.9, 6.8 with PHP 8.3, 8.1.
8+
39
## 4.8.4
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wpengine/wp-graphql-content-blocks",
33
"private": true,
4-
"version": "4.8.4",
4+
"version": "4.8.5",
55
"engines": {
66
"node": ">=16.0.0"
77
},

readme.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: blakewpe, chriswiegman, joefusco, matthewguywright, TeresaGobble,
33
Tags: faustjs, faust, headless, decoupled, gutenberg
44
Requires at least: 5.7
55
Tested up to: 6.8.1
6-
Stable tag: 4.8.4
6+
Stable tag: 4.8.5
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -26,6 +26,12 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
2626

2727
== Changelog ==
2828

29+
= 4.8.5 =
30+
31+
### Patch Changes
32+
33+
- f52cb9e: Add WordPress 6.9 compatibility and update test matrix to support WordPress 6.9, 6.8 with PHP 8.3, 8.1.
34+
2935
= 4.8.4 =
3036

3137
### Patch Changes
@@ -39,10 +45,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
3945
- bf77481: Updated plugin test suite and readme for WordPress 6.8
4046
- bb3631c: Adds WPGraphQL version compatibility headers and checks
4147

42-
= 4.8.2 =
43-
44-
### Patch Changes
45-
46-
- afd2458: bug: Fixes fatal error on the Site Health page for the info tab. Caused by a naming of the wrong object key in the Semver package.
47-
4848
[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)

wp-graphql-content-blocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
99
* Text Domain: wp-graphql-content-blocks
1010
* Domain Path: /languages
11-
* Version: 4.8.4
11+
* Version: 4.8.5
1212
* Requires PHP: 7.4
1313
* Requires at least: 5.7
1414
* Requires Plugins: wp-graphql
@@ -47,7 +47,7 @@ function wpgraphql_content_blocks_constants(): void {
4747
}
4848

4949
if ( ! defined( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION' ) ) {
50-
define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.8.4' );
50+
define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.8.5' );
5151
}
5252

5353
if ( ! defined( 'WPGRAPHQL_CONTENT_BLOCKS_PLUGIN_URL' ) ) {

0 commit comments

Comments
 (0)