Skip to content

Commit 35ecb0e

Browse files
authored
Merge pull request #33 from wpengine/changeset-release/main
Release Plugin
2 parents 349821a + 36ad4ef commit 35ecb0e

File tree

9 files changed

+38
-36
lines changed

9 files changed

+38
-36
lines changed

.changeset/flat-drinks-unite.md

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

.changeset/neat-apricots-grow.md

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

.changeset/smooth-deers-admire.md

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

.changeset/strange-cougars-sell.md

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

.changeset/tricky-ghosts-smell.md

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

CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 3b27c03: - **[BREAKING]** Changed the `contentBlocks` field to be `editorBlocks`.
8+
- 72e75ea: - **[BREAKING]** Changed `flatlist` to true by default
9+
- 3b27c03: - **[BREAKING]** Changed the `nodeId` field to be `clientId`
10+
- **[BREAKING]** Changed the `parentId` field to be `parentClientId`
11+
12+
### Patch Changes
13+
14+
- e57855f: Remove the `composer install` step by bundling the prod `vendor` directory with the plugin
15+
- e965de9: Fixed: Undefined index error in Block.php. Thanks @kidunot89!
16+
317
## 0.1.0
418

519
- Proof of concept.

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": "0.1.0",
4+
"version": "0.2.0",
55
"engines": {
66
"node": ">=16.0.0"
77
},

readme.txt

Lines changed: 22 additions & 8 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.1
6-
Stable tag: 0.8.0
6+
Stable tag: 0.2.0
77
Requires PHP: 7.2
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -23,10 +23,24 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
2323

2424
== Screenshots ==
2525

26-
== Changelog ==
27-
28-
= 0.1.0 =
29-
30-
### Minor Changes
31-
32-
- Proof of concept
26+
== Changelog ==
27+
28+
= 0.2.0 =
29+
30+
### Minor Changes
31+
32+
- 3b27c03: - **[BREAKING]** Changed the `contentBlocks` field to be `editorBlocks`.
33+
- 72e75ea: - **[BREAKING]** Changed `flatlist` to true by default
34+
- 3b27c03: - **[BREAKING]** Changed the `nodeId` field to be `clientId`
35+
- **[BREAKING]** Changed the `parentId` field to be `parentClientId`
36+
37+
### Patch Changes
38+
39+
- e57855f: Remove the `composer install` step by bundling the prod `vendor` directory with the plugin
40+
- e965de9: Fixed: Undefined index error in Block.php. Thanks @kidunot89!
41+
42+
= 0.1.0 =
43+
44+
- Proof of concept.
45+
46+
[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: 0.1.0
11+
* Version: 0.2.0
1212
* Requires PHP: 7.2
1313
* Requires at least: 5.7
1414
*

0 commit comments

Comments
 (0)