@@ -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.1
6
+ Stable tag: 4.3.2
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,13 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
25
25
26
26
== Changelog ==
27
27
28
+ = 4.3.2 =
29
+
30
+ ### Patch Changes
31
+
32
+ - c8832fc: fix: improve handling of empty blocks in `ContentBlocksResolver`.
33
+ - 9a2ebf7: fix: Ensure correct `EditorBlock.type` field resolution.
34
+
28
35
= 4.3.1 =
29
36
30
37
### Patch Changes
@@ -54,25 +61,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
54
61
- c6bdab0: tests : Add tests for `CoreQuote` block.
55
62
- a38e479: tests : backfill tests for ContentBlockResolver
56
63
57
- = 4.2.0 =
58
-
59
- ### Minor Changes
60
-
61
- - 766737d: fix: cleanup constants and refactor autoload handling to improve Composer compatibility.
62
- - 7514021: chore: Update Composer dev-dependencies to their latest (semver-compatible) versions.
63
- - b64583f: dev: Add `wpgraphql_content_blocks_pre_resolve_blocks` and `wp_graphql_content_blocks_resolve_blocks` filters.
64
- - 179948c: dev: make `PluginUpdater` namespaced functions PSR-4 compatible.
65
- - bced76d: feat: expose `EditorBlock.type` field
66
-
67
- ### Patch Changes
68
-
69
- - de885f1: Skip the Sonar Qube workflow if the user that opened the PR is not a member of the Github org
70
- - 6ced628: Fix: prevent fatal errors when get_current_screen() is unset.
71
- - 58b6792: chore: remediate non-code PHPStan errors in phpstan-baseline.neon
72
- - c3e11b1: ci: test against WordPress 6.6
73
- - 27f459f: tests: fix PHP deprecation notices
74
- - 4f4b851: tests: fix order of expected/actual values passed to asserts.
75
- - 89b6c60: tests: lint and format PHPUnit tests
76
- - 65f0c2d: Update @since @todo tags and @todo placeholders in \_deprecated_function calls
77
-
78
- [View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)
64
+ [View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)
0 commit comments