From 0e08e3412e2288ee539369e642b532f71f681e02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 02:42: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/real-queens-tease.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- readme.txt | 14 +++++++------- wpgraphql-ide.php | 4 ++-- 5 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 .changeset/real-queens-tease.md diff --git a/.changeset/real-queens-tease.md b/.changeset/real-queens-tease.md deleted file mode 100644 index 1c1df74..0000000 --- a/.changeset/real-queens-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wpgraphql-ide": patch ---- - -test2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0ea27..844903d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.0.13 + +### Patch Changes + +- 81c75a8: test2 + ## 4.0.12 ### Patch Changes diff --git a/package.json b/package.json index 18cd2d3..6cd5f0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wpgraphql-ide", - "version": "4.0.12", + "version": "4.0.13", "private": true, "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index ef00014..80007af 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.8 -Stable tag: 4.0.12 +Stable tag: 4.0.13 Requires PHP: 7.4 License: GPL-3.0 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -39,22 +39,22 @@ The WPGraphQL IDE plugin includes several important dependencies. You can learn == Changelog == -= 4.0.12 = += 4.0.13 = ### Patch Changes -- 5f99ebc: test +- 81c75a8: test2 -= 4.0.11 = += 4.0.12 = ### Patch Changes -- 7a53dbc: chore: trigger release +- 5f99ebc: test -= 4.0.10 = += 4.0.11 = ### Patch Changes -- 74c832c: chore: add period to description in readme.txt +- 7a53dbc: chore: trigger release [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 96675d3..d885dab 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.12 + * Version: 4.0.13 * Requires PHP: 7.4 * Tested up to: 6.5 * Requires Plugins: wp-graphql @@ -22,7 +22,7 @@ exit; } -define( 'WPGRAPHQL_IDE_VERSION', '4.0.12' ); +define( 'WPGRAPHQL_IDE_VERSION', '4.0.13' ); 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__ ) );