diff --git a/.changeset/dull-pandas-joke.md b/.changeset/dull-pandas-joke.md deleted file mode 100644 index fc90f01b..00000000 --- a/.changeset/dull-pandas-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -tests: fix `setUp()`/`tearDown()` methods to prevent PHPUnit lifecycle issues. diff --git a/.changeset/empty-pants-live.md b/.changeset/empty-pants-live.md deleted file mode 100644 index a4af4597..00000000 --- a/.changeset/empty-pants-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -tests : Add tests for `CoreList` and `CoreListItem` blocks. \ No newline at end of file diff --git a/.changeset/fair-scissors-teach.md b/.changeset/fair-scissors-teach.md deleted file mode 100644 index 8bd1ad48..00000000 --- a/.changeset/fair-scissors-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -tests : Backfill tests for Core Image block. diff --git a/.changeset/four-shoes-fix.md b/.changeset/four-shoes-fix.md deleted file mode 100644 index d36e85e5..00000000 --- a/.changeset/four-shoes-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -tests: Add tests for CoreHeading block diff --git a/.changeset/good-days-work.md b/.changeset/good-days-work.md deleted file mode 100644 index abdca74c..00000000 --- a/.changeset/good-days-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -tests : Backfill tests for Core Video block. diff --git a/.changeset/neat-books-kick.md b/.changeset/neat-books-kick.md deleted file mode 100644 index 202bcfd7..00000000 --- a/.changeset/neat-books-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -fix: Correctly parse nested attribute and tag sources. diff --git a/.changeset/odd-hounds-sing.md b/.changeset/odd-hounds-sing.md deleted file mode 100644 index 81c39a62..00000000 --- a/.changeset/odd-hounds-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -tests : Add tests for `CoreSeparator` block. 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/olive-clocks-clean.md b/.changeset/olive-clocks-clean.md deleted file mode 100644 index 105d8570..00000000 --- a/.changeset/olive-clocks-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -tests: Add tests for CoreParagraph block diff --git a/.changeset/orange-buses-help.md b/.changeset/orange-buses-help.md deleted file mode 100644 index c581d9f9..00000000 --- a/.changeset/orange-buses-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -tests: Add tests for CorePreformatted Block diff --git a/.changeset/pink-months-flash.md b/.changeset/pink-months-flash.md deleted file mode 100644 index 72d261dc..00000000 --- a/.changeset/pink-months-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -tests: backfill tests for `CoreTable` attributes. diff --git a/.changeset/silver-actors-retire.md b/.changeset/silver-actors-retire.md deleted file mode 100644 index 6377130a..00000000 --- a/.changeset/silver-actors-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -tests: Add tests for CoreCode Block 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/.changeset/thirty-chicken-drum.md b/.changeset/thirty-chicken-drum.md deleted file mode 100644 index 672426ba..00000000 --- a/.changeset/thirty-chicken-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -tests : Add tests for `CoreQuote` block. diff --git a/.changeset/weak-days-suffer.md b/.changeset/weak-days-suffer.md deleted file mode 100644 index a6297612..00000000 --- a/.changeset/weak-days-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wpengine/wp-graphql-content-blocks": patch ---- - -tests : backfill tests for ContentBlockResolver diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dfcd4f5..9d1802ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # 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. + +### Patch Changes + +- 96bad40: tests: fix `setUp()`/`tearDown()` methods to prevent PHPUnit lifecycle issues. +- f898d61: tests : Add tests for `CoreList` and `CoreListItem` blocks. +- 3b32f06: tests : Backfill tests for Core Image block. +- 7301ed9: tests: Add tests for CoreHeading block +- d4d7374: tests : Backfill tests for Core Video block. +- 3a1157b: fix: Correctly parse nested attribute and tag sources. +- 8b2e168: tests : Add tests for `CoreSeparator` block. +- 962081d: tests: Add tests for CoreParagraph block +- 5915c06: tests: Add tests for CorePreformatted Block +- 3a1157b: tests: backfill tests for `CoreTable` attributes. +- a02e75a: tests: Add tests for CoreCode Block +- c6bdab0: tests : Add tests for `CoreQuote` block. +- a38e479: tests : backfill tests for ContentBlockResolver + ## 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..b1438d09 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,29 @@ 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. + +### Patch Changes + +- 96bad40: tests: fix `setUp()`/`tearDown()` methods to prevent PHPUnit lifecycle issues. +- f898d61: tests : Add tests for `CoreList` and `CoreListItem` blocks. +- 3b32f06: tests : Backfill tests for Core Image block. +- 7301ed9: tests: Add tests for CoreHeading block +- d4d7374: tests : Backfill tests for Core Video block. +- 3a1157b: fix: Correctly parse nested attribute and tag sources. +- 8b2e168: tests : Add tests for `CoreSeparator` block. +- 962081d: tests: Add tests for CoreParagraph block +- 5915c06: tests: Add tests for CorePreformatted Block +- 3a1157b: tests: backfill tests for `CoreTable` attributes. +- a02e75a: tests: Add tests for CoreCode Block +- c6bdab0: tests : Add tests for `CoreQuote` block. +- a38e479: tests : backfill tests for ContentBlockResolver + = 4.2.0 = ### Minor Changes @@ -65,12 +88,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 *