Skip to content

Commit

Permalink
Merge pull request #203 from wp-graphql/changeset-release/main
Browse files Browse the repository at this point in the history
release: 📦 Release Plugin
  • Loading branch information
josephfusco authored Sep 11, 2024
2 parents 3020ef0 + 26dec42 commit 2b39920
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-tools-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-mangos-check.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 4.0.0

### Major Changes

- eda911d: Updated the plugin's custom filter and action names to be consistent across the plugin

### Patch Changes

- eda911d: Fixed bug where credentials were being sent in the headers unnecessarily under certain conditions

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wpgraphql-ide",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
18 changes: 11 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: jasonbahl, joefusco
Tags: headless, decoupled, graphql, devtools
Requires at least: 5.7
Tested up to: 6.5
Stable tag: 3.0.0
Stable tag: 4.0.0
Requires PHP: 7.4
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -39,6 +39,16 @@ The WPGraphQL IDE plugin includes several important dependencies. You can learn

== Changelog ==

= 4.0.0 =

### Major Changes

- eda911d: Updated the plugin's custom filter and action names to be consistent across the plugin

### Patch Changes

- eda911d: Fixed bug where credentials were being sent in the headers unnecessarily under certain conditions

= 3.0.0 =

### Major Changes
Expand All @@ -52,10 +62,4 @@ The WPGraphQL IDE plugin includes several important dependencies. You can learn
- cb6eda0: Reorder sidebar menu to always have the IDE first.
- 1f50c93: Fixes issue where custom capability was not being assigned to the administrator role. This now happens on plugin activation.

= 2.1.4 =

### Patch Changes

- 8f6f131: Update license to GPL-3

[View the full changelog](https://github.com/wp-graphql/wpgraphql-ide/blob/main/CHANGELOG.md)
4 changes: 2 additions & 2 deletions wpgraphql-ide.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: wpgraphql-ide
* Version: 3.0.0
* Version: 4.0.0
* Requires PHP: 7.4
* Tested up to: 6.5
* Requires Plugins: wp-graphql
Expand All @@ -22,7 +22,7 @@
exit;
}

define( 'WPGRAPHQL_IDE_VERSION', '3.0.0' );
define( 'WPGRAPHQL_IDE_VERSION', '4.0.0' );
define( 'WPGRAPHQL_IDE_ROOT_ELEMENT_ID', 'wpgraphql-ide-root' );
define( 'WPGRAPHQL_IDE_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );
define( 'WPGRAPHQL_IDE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down

0 comments on commit 2b39920

Please sign in to comment.