@@ -3,7 +3,7 @@ Contributors: blakewpe, chriswiegman, joefusco, matthewguywright, TeresaGobble,
3
3
Tags: faustjs, faust, headless, decoupled, gutenberg
4
4
Requires at least: 5.7
5
5
Tested up to: 6.7.1
6
- Stable tag: 4.3.2
6
+ Stable tag: 4.4.0
7
7
Requires PHP: 7.4
8
8
License: GPLv2 or later
9
9
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -25,6 +25,14 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
25
25
26
26
== Changelog ==
27
27
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
+
28
36
= 4.3.2 =
29
37
30
38
### Patch Changes
@@ -38,27 +46,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
38
46
39
47
- f99f768: Correct version definition
40
48
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
-
64
49
[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)
0 commit comments