Skip to content

Commit 2d909de

Browse files
Release Plugin
1 parent 3a1157b commit 2d909de

File tree

9 files changed

+29
-36
lines changed

9 files changed

+29
-36
lines changed

.changeset/dull-pandas-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/neat-books-kick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-pens-rule.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pink-months-flash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spotty-files-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# WPGraphQL Content Blocks
22

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- d123b81: dev: Refactor attribute resolution into `Data\BlockAttributeResolver`
8+
- d123b81: feat: add support for parsing (deprecated) `meta` attributes.
9+
10+
### Patch Changes
11+
12+
- 96bad40: tests: fix `setUp()`/`tearDown()` methods to prevent PHPUnit lifecycle issues.
13+
- 3a1157b: fix: Correctly parse nested attribute and tag sources.
14+
- 3a1157b: tests: backfill tests for `CoreTable` attributes.
15+
316
## 4.2.0
417

518
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wpengine/wp-graphql-content-blocks",
33
"private": true,
4-
"version": "4.2.0",
4+
"version": "4.3.0",
55
"engines": {
66
"node": ">=16.0.0"
77
},

readme.txt

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: blakewpe, chriswiegman, joefusco, matthewguywright, TeresaGobble,
33
Tags: faustjs, faust, headless, decoupled, gutenberg
44
Requires at least: 5.7
55
Tested up to: 6.6.2
6-
Stable tag: 4.2.0
6+
Stable tag: 4.3.0
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -25,6 +25,19 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
2525

2626
== Changelog ==
2727

28+
= 4.3.0 =
29+
30+
### Minor Changes
31+
32+
- d123b81: dev: Refactor attribute resolution into `Data\BlockAttributeResolver`
33+
- d123b81: feat: add support for parsing (deprecated) `meta` attributes.
34+
35+
### Patch Changes
36+
37+
- 96bad40: tests: fix `setUp()`/`tearDown()` methods to prevent PHPUnit lifecycle issues.
38+
- 3a1157b: fix: Correctly parse nested attribute and tag sources.
39+
- 3a1157b: tests: backfill tests for `CoreTable` attributes.
40+
2841
= 4.2.0 =
2942

3043
### Minor Changes
@@ -65,12 +78,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
6578
- 205da8c: ci: replace `docker-compose` commands with `docker compose`
6679
- 5c21ce3: Bug fix. Reusable block isn't resolved inside innerBlocks.
6780

68-
= 4.0.1 =
69-
70-
### Patch Changes
71-
72-
- 39e8181: Bug fix: CoreTable column alignment returns null
73-
- 8d8ce66: fix: refactor `Block::resolve_block_attributes_recursive()` and improve type safety
74-
- a910d62: fix: Don't overload `NodeWithEditorBlocks.flat` on implementing Interfaces.
75-
7681
[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)

wp-graphql-content-blocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
99
* Text Domain: wp-graphql-content-blocks
1010
* Domain Path: /languages
11-
* Version: 4.2.0
11+
* Version: 4.3.0
1212
* Requires PHP: 7.4
1313
* Requires at least: 5.7
1414
*

0 commit comments

Comments
 (0)