@@ -3,7 +3,7 @@ Contributors: blakewpe, chriswiegman, joefusco, matthewguywright, TeresaGobble,
33Tags: faustjs, faust, headless, decoupled, gutenberg
44Requires at least: 5.7
55Tested up to: 6.7.1
6- Stable tag: 4.3.2
6+ Stable tag: 4.4.0
77Requires PHP: 7.4
88License: GPLv2 or later
99License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -25,6 +25,14 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
2525
2626== Changelog ==
2727
28+ = 4.4.0 =
29+
30+ ### Minor Changes
31+
32+ - 756471a: feat: add support for resolving PostContent blocks
33+ - 19f6e27: feat: add support for resolving Template Part blocks
34+ - 4c548c3: feat: add support for resolving Block Patterns
35+
2836= 4.3.2 =
2937
3038### Patch Changes
@@ -38,27 +46,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
3846
3947- f99f768: Correct version definition
4048
41- = 4.3.0 =
42-
43- ### Minor Changes
44-
45- - d123b81: dev: Refactor attribute resolution into `Data\BlockAttributeResolver`
46- - d123b81: feat: add support for parsing (deprecated) `meta` attributes.
47-
48- ### Patch Changes
49-
50- - 96bad40: tests: fix `setUp()`/`tearDown()` methods to prevent PHPUnit lifecycle issues.
51- - f898d61: tests : Add tests for `CoreList` and `CoreListItem` blocks.
52- - 3b32f06: tests : Backfill tests for Core Image block.
53- - 7301ed9: tests: Add tests for CoreHeading block
54- - d4d7374: tests : Backfill tests for Core Video block.
55- - 3a1157b: fix: Correctly parse nested attribute and tag sources.
56- - 8b2e168: tests : Add tests for `CoreSeparator` block.
57- - 962081d: tests: Add tests for CoreParagraph block
58- - 5915c06: tests: Add tests for CorePreformatted Block
59- - 3a1157b: tests: backfill tests for `CoreTable` attributes.
60- - a02e75a: tests: Add tests for CoreCode Block
61- - c6bdab0: tests : Add tests for `CoreQuote` block.
62- - a38e479: tests : backfill tests for ContentBlockResolver
63-
6449[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)
0 commit comments