Skip to content

Commit

Permalink
Merge pull request #150 from wpengine/changeset-release/main
Browse files Browse the repository at this point in the history
Release Plugin
  • Loading branch information
blakewilson committed Sep 6, 2023
2 parents a118662 + 1152795 commit 8035c07
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-taxis-speak.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/thin-insects-sparkle.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# WPGraphQL Content Blocks

## 1.2.0

### Minor Changes

- a118662: Added new `wpgraphql_content_blocks_should_apply_post_type_editor_blocks_interfaces` filter to allow controlling whether ${PostType}EditorBlock interfaces should be applied.

### Patch Changes

- 2e7f2e8: Refactored `register_block_types` to remove usages of `register_graphql_interfaces_to_types` to improve performance.

Deprecated `Anchor::register_to_block` public static method.

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion includes/WPGraphQLContentBlocks.php
Expand Up @@ -78,7 +78,7 @@ private function setup_constants(): void {
$main_file_path = dirname( __DIR__ ) . '/wp-graphql.php';

// Plugin version.
$this->define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '1.1.3' );
$this->define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '1.2.0' );
// 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
@@ -1,7 +1,7 @@
{
"name": "@wpengine/wp-graphql-content-blocks",
"private": true,
"version": "1.1.3",
"version": "1.2.0",
"engines": {
"node": ">=16.0.0"
},
Expand Down
21 changes: 13 additions & 8 deletions readme.txt
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.1
Stable tag: 1.1.3
Stable tag: 1.2.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -25,6 +25,18 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.

== Changelog ==

= 1.2.0 =

### Minor Changes

- a118662: Added new `wpgraphql_content_blocks_should_apply_post_type_editor_blocks_interfaces` filter to allow controlling whether ${PostType}EditorBlock interfaces should be applied.

### Patch Changes

- 2e7f2e8: Refactored `register_block_types` to remove usages of `register_graphql_interfaces_to_types` to improve performance.

Deprecated `Anchor::register_to_block` public static method.

= 1.1.3 =

### Patch Changes
Expand All @@ -38,11 +50,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.

- 28fca4a: Bug Fix: CoreImage `width` attribute throws error.

= 1.1.1 =

### Patch Changes

- 6259405: Fix semver overrides to v7.5.2
- b2ddbcb: Fix optionator (for word-wrap vln.) overrides to v0.9.3

[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
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: 1.1.3
* Version: 1.2.0
* Requires PHP: 7.4
* Requires at least: 5.7
*
Expand Down

0 comments on commit 8035c07

Please sign in to comment.