Skip to content

Commit

Permalink
Release Plugin (#247)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 25, 2024
1 parent 8fc6839 commit 7c3a6d7
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/sour-colts-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-knives-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-seas-buy.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# WPGraphQL Content Blocks

## 4.0.1

### Patch Changes

- 39e8181: Bug fix: CoreTable column alignment returns null
- 8d8ce66: fix: refactor `Block::resolve_block_attributes_recursive()` and improve type safety
- a910d62: fix: Don't overload `NodeWithEditorBlocks.flat` on implementing Interfaces.

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion includes/WPGraphQLContentBlocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private function setup_constants(): void {
$main_file_path = dirname( __DIR__ ) . '/wp-graphql.php';

// Plugin version.
$this->define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.0.0' );
$this->define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.0.1' );
// Plugin Folder Path.
$this->define( 'WPGRAPHQL_CONTENT_BLOCKS_PLUGIN_DIR', plugin_dir_path( $main_file_path ) );
// Plugin Root File.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wpengine/wp-graphql-content-blocks",
"private": true,
"version": "4.0.0",
"version": "4.0.1",
"engines": {
"node": ">=16.0.0"
},
Expand Down
22 changes: 12 additions & 10 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: blakewpe, chriswiegman, joefusco, matthewguywright, TeresaGobble,
Tags: faustjs, faust, headless, decoupled, gutenberg
Requires at least: 5.7
Tested up to: 6.5
Stable tag: 4.0.0
Stable tag: 4.0.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -25,11 +25,19 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.

== Changelog ==

= 4.0.1 =

### Patch Changes

- 39e8181: Bug fix: CoreTable column alignment returns null
- 8d8ce66: fix: refactor `Block::resolve_block_attributes_recursive()` and improve type safety
- a910d62: fix: Don't overload `NodeWithEditorBlocks.flat` on implementing Interfaces.

= 4.0.0 =

### Breaking Changes
### Major Changes

- ed23a32: BREAKING: Update Schema to reflect latest WordPress 6.5 changes.
- ed23a32: MAJOR: Update Schema to reflect latest WordPress 6.5 changes.

- WHAT the breaking change is: Added new `rich-text` type
- WHY the change was made: WordPress 6.5 replaced some of the attribute types from string to `rich-text` causing breaking changes to the existing block fields.
Expand Down Expand Up @@ -59,10 +67,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.

- 1117a18: Fixed issue with updater functionality.

= 3.1.1 =

### Patch Changes

- bc32b94: No functional changes between 3.1.0 and 3.1.1. This was tagged due to pipeline issues during the 3.1.0 release.

[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)
[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)
2 changes: 1 addition & 1 deletion wp-graphql-content-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: wp-graphql-content-blocks
* Domain Path: /languages
* Version: 4.0.0
* Version: 4.0.1
* Requires PHP: 7.4
* Requires at least: 5.7
*
Expand Down

0 comments on commit 7c3a6d7

Please sign in to comment.