Skip to content

Commit c0d51dc

Browse files
Release Plugin (#383)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b2d94c commit c0d51dc

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

.changeset/ten-guests-wonder.md

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

CHANGELOG.md

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

3+
## 4.8.4
4+
5+
### Patch Changes
6+
7+
- 43cef3d: Tested WordPress 6.8.1 and fixed a release issue with the plugin artifact
8+
39
## 4.8.3
410

511
### Patch 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.8.3",
4+
"version": "4.8.4",
55
"engines": {
66
"node": ">=16.0.0"
77
},

readme.txt

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

2727
== Changelog ==
2828

29-
= 4.8.3 =
29+
= 4.8.4 =
3030

3131
### Patch Changes
3232

33-
- bf77481: Updated plugin test suite and readme for WordPress 6.8
33+
- 43cef3d: Tested WordPress 6.8.1 and fixed a release issue with the plugin artifact
3434

35-
= 4.8.2 =
35+
= 4.8.3 =
3636

3737
### Patch Changes
3838

39-
- afd2458: bug: Fixes fatal error on the Site Health page for the info tab. Caused by a naming of the wrong object key in the Semver package.
39+
- bf77481: Updated plugin test suite and readme for WordPress 6.8
40+
- bb3631c: Adds WPGraphQL version compatibility headers and checks
4041

41-
= 4.8.1 =
42+
= 4.8.2 =
4243

4344
### Patch Changes
4445

45-
- 84a65bb: bug: Fixes fatal error when you de-activate WPGraphQL
46+
- afd2458: bug: Fixes fatal error on the Site Health page for the info tab. Caused by a naming of the wrong object key in the Semver package.
4647

4748
[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)

wp-graphql-content-blocks.php

Lines changed: 2 additions & 2 deletions
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.8.3
11+
* Version: 4.8.4
1212
* Requires PHP: 7.4
1313
* Requires at least: 5.7
1414
* Requires Plugins: wp-graphql
@@ -47,7 +47,7 @@ function wpgraphql_content_blocks_constants(): void {
4747
}
4848

4949
if ( ! defined( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION' ) ) {
50-
define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.8.3' );
50+
define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.8.4' );
5151
}
5252

5353
if ( ! defined( 'WPGRAPHQL_CONTENT_BLOCKS_PLUGIN_URL' ) ) {

0 commit comments

Comments
 (0)