From ec5ad85b9741ae2fcf2bf55f703acbfeffd407ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Sep 2024 12:32:18 +0000 Subject: [PATCH] Release Plugin --- .changeset/odd-pens-rule.md | 5 ----- .changeset/spotty-files-own.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- readme.txt | 17 ++++++++--------- wp-graphql-content-blocks.php | 2 +- 6 files changed, 17 insertions(+), 21 deletions(-) delete mode 100644 .changeset/odd-pens-rule.md delete mode 100644 .changeset/spotty-files-own.md diff --git a/.changeset/odd-pens-rule.md b/.changeset/odd-pens-rule.md deleted file mode 100644 index d4e2f159..00000000 --- a/.changeset/odd-pens-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": minor ---- - -dev: Refactor attribute resolution into `Data\BlockAttributeResolver` diff --git a/.changeset/spotty-files-own.md b/.changeset/spotty-files-own.md deleted file mode 100644 index 1b6aca83..00000000 --- a/.changeset/spotty-files-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": minor ---- - -feat: add support for parsing (deprecated) `meta` attributes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dfcd4f5..8bf3bbd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # WPGraphQL Content Blocks +## 4.3.0 + +### Minor Changes + +- d123b81: dev: Refactor attribute resolution into `Data\BlockAttributeResolver` +- d123b81: feat: add support for parsing (deprecated) `meta` attributes. + ## 4.2.0 ### Minor Changes diff --git a/package.json b/package.json index cf41b4d1..982d0c5e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@wpengine/wp-graphql-content-blocks", "private": true, - "version": "4.2.0", + "version": "4.3.0", "engines": { "node": ">=16.0.0" }, diff --git a/readme.txt b/readme.txt index 2a08e2b6..0ae4dffb 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.6.2 -Stable tag: 4.2.0 +Stable tag: 4.3.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -25,6 +25,13 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data. == Changelog == += 4.3.0 = + +### Minor Changes + +- d123b81: dev: Refactor attribute resolution into `Data\BlockAttributeResolver` +- d123b81: feat: add support for parsing (deprecated) `meta` attributes. + = 4.2.0 = ### Minor Changes @@ -65,12 +72,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data. - 205da8c: ci: replace `docker-compose` commands with `docker compose` - 5c21ce3: Bug fix. Reusable block isn't resolved inside innerBlocks. -= 4.0.1 = - -### Patch Changes - -- 39e8181: Bug fix: CoreTable column alignment returns null -- 8d8ce66: fix: refactor `Block::resolve_block_attributes_recursive()` and improve type safety -- a910d62: fix: Don't overload `NodeWithEditorBlocks.flat` on implementing Interfaces. - [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 61e9e85b..658b04c3 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.2.0 + * Version: 4.3.0 * Requires PHP: 7.4 * Requires at least: 5.7 *