Skip to content

Commit

Permalink
Release Plugin (#356)
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 Mar 3, 2025
1 parent 84a65bb commit dc7a27f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/wicked-vans-fly.md

This file was deleted.

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

## 4.8.1

### Patch Changes

- 84a65bb: bug: Fixes fatal error when you de-activate WPGraphQL

## 4.8.0

### Minor Changes
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.8.0",
"version": "4.8.1",
"engines": {
"node": ">=16.0.0"
},
Expand Down
14 changes: 7 additions & 7 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.7.1
Stable tag: 4.8.0
Stable tag: 4.8.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -26,6 +26,12 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.

== Changelog ==

= 4.8.1 =

### Patch Changes

- 84a65bb: bug: Fixes fatal error when you de-activate WPGraphQL

= 4.8.0 =

### Minor Changes
Expand Down Expand Up @@ -222,10 +228,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
}
```

= 4.6.0 =

### Minor Changes

- 7838c93: Replaced old plugin service to use the WPE updater service for checking for updates. The new API endpoint will be https://wpe-plugin-updates.wpengine.com/wp-graphql-content-blocks/info.json

[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)
4 changes: 2 additions & 2 deletions 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.8.0
* Version: 4.8.1
* Requires PHP: 7.4
* Requires at least: 5.7
* Requires Plugins: wp-graphql
Expand Down Expand Up @@ -47,7 +47,7 @@ function wpgraphql_content_blocks_constants(): void {
}

if ( ! defined( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION' ) ) {
define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.8.0' );
define( 'WPGRAPHQL_CONTENT_BLOCKS_VERSION', '4.8.1' );
}

if ( ! defined( 'WPGRAPHQL_CONTENT_BLOCKS_PLUGIN_URL' ) ) {
Expand Down

0 comments on commit dc7a27f

Please sign in to comment.