diff --git a/.changeset/wordpress-69-compatibility.md b/.changeset/wordpress-69-compatibility.md deleted file mode 100644 index 7e70c185..00000000 --- a/.changeset/wordpress-69-compatibility.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -Add WordPress 6.9 compatibility and update test matrix to support WordPress 6.9, 6.8 with PHP 8.3, 8.1. diff --git a/CHANGELOG.md b/CHANGELOG.md index 431c4a51..a30ac199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # WPGraphQL Content Blocks +## 4.8.5 + +### Patch Changes + +- f52cb9e: Add WordPress 6.9 compatibility and update test matrix to support WordPress 6.9, 6.8 with PHP 8.3, 8.1. + ## 4.8.4 ### Patch Changes diff --git a/package.json b/package.json index 463949f0..8a88cfc4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@wpengine/wp-graphql-content-blocks", "private": true, - "version": "4.8.4", + "version": "4.8.5", "engines": { "node": ">=16.0.0" }, diff --git a/readme.txt b/readme.txt index 60de2044..f3304540 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: blakewpe, chriswiegman, joefusco, matthewguywright, TeresaGobble, Tags: faustjs, faust, headless, decoupled, gutenberg Requires at least: 5.7 Tested up to: 6.8.1 -Stable tag: 4.8.4 +Stable tag: 4.8.5 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -26,6 +26,12 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data. == Changelog == += 4.8.5 = + +### Patch Changes + +- f52cb9e: Add WordPress 6.9 compatibility and update test matrix to support WordPress 6.9, 6.8 with PHP 8.3, 8.1. + = 4.8.4 = ### Patch Changes @@ -39,10 +45,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data. - bf77481: Updated plugin test suite and readme for WordPress 6.8 - bb3631c: Adds WPGraphQL version compatibility headers and checks -= 4.8.2 = - -### Patch Changes - -- 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. - [View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md) \ No newline at end of file diff --git a/wp-graphql-content-blocks.php b/wp-graphql-content-blocks.php index 73099f57..963fd4ec 100644 --- a/wp-graphql-content-blocks.php +++ b/wp-graphql-content-blocks.php @@ -8,7 +8,7 @@ * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: wp-graphql-content-blocks * Domain Path: /languages - * Version: 4.8.4 + * Version: 4.8.5 * Requires PHP: 7.4 * Requires at least: 5.7 * Requires Plugins: wp-graphql @@ -47,7 +47,7 @@ function wpgraphql_content_blocks_constants(): void { } if ( ! defined( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION' ) ) { - define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.8.4' ); + define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.8.5' ); } if ( ! defined( 'WPGRAPHQL_CONTENT_BLOCKS_PLUGIN_URL' ) ) {