Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add-period-description.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 @@
# Changelog

## 4.0.10

### Patch Changes

- 74c832c: chore: add period to description in readme.txt

## 4.0.9

### Patch 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": "4.0.9",
"version": "4.0.10",
"private": true,
"repository": {
"type": "git",
Expand Down
15 changes: 7 additions & 8 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.8
Stable tag: 4.0.9
Stable tag: 4.0.10
Requires PHP: 7.4
License: GPL-3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -39,23 +39,22 @@ The WPGraphQL IDE plugin includes several important dependencies. You can learn

== Changelog ==

= 4.0.9 =
= 4.0.10 =

### Patch Changes

- 2eab1a7: chore: update license format in readme.txt to GPL-3.0
- 74c832c: chore: add period to description in readme.txt

= 4.0.8 =
= 4.0.9 =

### Patch Changes

- f610132: fix: remove duplicate git tag creation in release workflow
- 2eab1a7: chore: update license format in readme.txt to GPL-3.0

= 4.0.7 =
= 4.0.8 =

### Patch Changes

- bf627cc: Fixed an issue with plugin updates not appearing on WordPress.org
- b47b46d: ci: attempt to fix GitHub actions auto deploy to wp.org.
- f610132: fix: remove duplicate git tag creation in release workflow

[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: 4.0.9
* Version: 4.0.10
* Requires PHP: 7.4
* Tested up to: 6.5
* Requires Plugins: wp-graphql
Expand All @@ -22,7 +22,7 @@
exit;
}

define( 'WPGRAPHQL_IDE_VERSION', '4.0.9' );
define( 'WPGRAPHQL_IDE_VERSION', '4.0.10' );
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