From 97c711320d114e3a57b4dc2e8353d8358f3947f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Oct 2024 14:28:55 +0000 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=93=A6=20Release=20Plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/light-impalas-argue.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- readme.txt | 20 ++++++++------------ wpgraphql-ide.php | 4 ++-- 5 files changed, 17 insertions(+), 20 deletions(-) delete mode 100644 .changeset/light-impalas-argue.md diff --git a/.changeset/light-impalas-argue.md b/.changeset/light-impalas-argue.md deleted file mode 100644 index b284e84..0000000 --- a/.changeset/light-impalas-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wpgraphql-ide": patch ---- - -chore: set workflow environment diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb704f..c4ec6e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.0.3 + +### Patch Changes + +- fd9d099: chore: set workflow environment + ## 4.0.2 ### Patch Changes diff --git a/package.json b/package.json index d8abb0f..2d085b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wpgraphql-ide", - "version": "4.0.2", + "version": "4.0.3", "private": true, "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 148c99a..849aa25 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: jasonbahl, joefusco Tags: headless, decoupled, graphql, devtools Requires at least: 5.7 Tested up to: 6.6.2 -Stable tag: 4.0.2 +Stable tag: 4.0.3 Requires PHP: 7.4 License: GPL-3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -39,11 +39,17 @@ The WPGraphQL IDE plugin includes several important dependencies. You can learn == Changelog == += 4.0.3 = + +### Patch Changes + +- fd9d099: chore: set workflow environment + = 4.0.2 = ### Patch Changes -- a2b5fbd: Bump supported WordPress version +- a2b5fbd: - chore: Bump supported WordPress version = 4.0.1 = @@ -59,14 +65,4 @@ The WPGraphQL IDE plugin includes several important dependencies. You can learn - 4da3973: - chore: Bump the npm_and_yarn group across 1 directory with 7 updates -= 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 - [View the full changelog](https://github.com/wp-graphql/wpgraphql-ide/blob/main/CHANGELOG.md) \ No newline at end of file diff --git a/wpgraphql-ide.php b/wpgraphql-ide.php index 9f12278..7d6c2bf 100644 --- a/wpgraphql-ide.php +++ b/wpgraphql-ide.php @@ -8,7 +8,7 @@ * License: GPL-3 * License URI: https://www.gnu.org/licenses/gpl-3.0.html * Text Domain: wpgraphql-ide - * Version: 4.0.2 + * Version: 4.0.3 * Requires PHP: 7.4 * Tested up to: 6.5 * Requires Plugins: wp-graphql @@ -22,7 +22,7 @@ exit; } -define( 'WPGRAPHQL_IDE_VERSION', '4.0.2' ); +define( 'WPGRAPHQL_IDE_VERSION', '4.0.3' ); 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__ ) );