Skip to content

Commit 7a369d7

Browse files
authored
Merge branch 'main' into claude-code
2 parents 2eab1a7 + 41842e2 commit 7a369d7

File tree

7 files changed

+24
-27
lines changed

7 files changed

+24
-27
lines changed

.changeset/fix-release-workflow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-wordpress-deploy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-cycles-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 4.0.8
4+
5+
### Patch Changes
6+
7+
- f610132: fix: remove duplicate git tag creation in release workflow
8+
9+
## 4.0.7
10+
11+
### Patch Changes
12+
13+
- bf627cc: Fixed an issue with plugin updates not appearing on WordPress.org
14+
- b47b46d: ci: attempt to fix GitHub actions auto deploy to wp.org.
15+
316
## 4.0.6
417

518
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wpgraphql-ide",
3-
"version": "4.0.6",
3+
"version": "4.0.8",
44
"private": true,
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: jasonbahl, joefusco
33
Tags: headless, decoupled, graphql, devtools
44
Requires at least: 5.7
55
Tested up to: 6.8
6-
Stable tag: 4.0.6
6+
Stable tag: 4.0.8
77
Requires PHP: 7.4
88
License: GPL-3.0
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -39,24 +39,23 @@ The WPGraphQL IDE plugin includes several important dependencies. You can learn
3939

4040
== Changelog ==
4141

42-
= 4.0.6 =
42+
= 4.0.8 =
4343

4444
### Patch Changes
4545

46-
- d1df1d4: chore: update tested WordPress version to 6.8
46+
- f610132: fix: remove duplicate git tag creation in release workflow
4747

48-
= 4.0.5 =
48+
= 4.0.7 =
4949

5050
### Patch Changes
5151

52-
- c6cfbc1: fix: linting tooltips are now visible when using the IDE in the drawer
53-
- 6500ef3: fix: broken query composer by adding missing import statements for AbstractArgView and FieldView components. Props to @hacknug for the fix!
52+
- bf627cc: Fixed an issue with plugin updates not appearing on WordPress.org
53+
- b47b46d: ci: attempt to fix GitHub actions auto deploy to wp.org.
5454

55-
= 4.0.4 =
55+
= 4.0.6 =
5656

5757
### Patch Changes
5858

59-
- b4d7302: Test
60-
59+
- d1df1d4: chore: update tested WordPress version to 6.8
6160

6261
[View the full changelog](https://github.com/wp-graphql/wpgraphql-ide/blob/main/CHANGELOG.md)

wpgraphql-ide.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License: GPL-3
99
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010
* Text Domain: wpgraphql-ide
11-
* Version: 4.0.6
11+
* Version: 4.0.8
1212
* Requires PHP: 7.4
1313
* Tested up to: 6.5
1414
* Requires Plugins: wp-graphql
@@ -22,7 +22,7 @@
2222
exit;
2323
}
2424

25-
define( 'WPGRAPHQL_IDE_VERSION', '4.0.6' );
25+
define( 'WPGRAPHQL_IDE_VERSION', '4.0.8' );
2626
define( 'WPGRAPHQL_IDE_ROOT_ELEMENT_ID', 'wpgraphql-ide-root' );
2727
define( 'WPGRAPHQL_IDE_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );
2828
define( 'WPGRAPHQL_IDE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

0 commit comments

Comments
 (0)