Skip to content

Commit

Permalink
Merge pull request #175 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 Jun 25, 2024
2 parents adfdb7d + 2e21c00 commit 43a3482
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-fishes-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-comics-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-spies-swim.md

This file was deleted.

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

## 2.1.3

### Patch Changes

- 66f7e28: - Remove npm workspaces and have webpack handle compiling of the main app and internal plugins.
- 43479e0: - Add settings link to the IDE Settings tab from the WordPress settings page.
- 1cfbdff: - **New Capability**: Introduced a new custom capability `manage_graphql_ide`. This capability allows administrators to control access to the WPGraphQL IDE functionalities. The capability has been assigned to the `administrator` role by default.

## 2.1.2

### 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": "2.1.2",
"version": "2.1.3",
"private": true,
"repository": {
"type": "git",
Expand Down
20 changes: 9 additions & 11 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: 2.1.2
Stable tag: 2.1.3
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -22,6 +22,14 @@ GraphQL IDE for WPGraphQL

== Changelog ==

= 2.1.3 =

### Patch Changes

- 66f7e28: - Remove npm workspaces and have webpack handle compiling of the main app and internal plugins.
- 43479e0: - Add settings link to the IDE Settings tab from the WordPress settings page.
- 1cfbdff: - **New Capability**: Introduced a new custom capability `manage_graphql_ide`. This capability allows administrators to control access to the WPGraphQL IDE functionalities. The capability has been assigned to the `administrator` role by default.

= 2.1.2 =

### Patch Changes
Expand All @@ -34,14 +42,4 @@ GraphQL IDE for WPGraphQL

- c450e5a: - Reorganized plugin directories/files.

= 2.1.0 =

### Minor Changes

- 6752c37: - Added new settings section to WPGraphQL, IDE Settings

- Added new setting, Admin Bar Link Behavior

![WPGraphQL IDE Settings tab showing the admin bar link behavior and Show legacy editor settings](https://github.com/wp-graphql/wpgraphql-ide/assets/6676674/59236b4c-0019-40a8-ae9b-a1228997f30c)

[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 @@ -7,7 +7,7 @@
* GitHub Plugin URI: https://github.com/wp-graphql/wpgraphql-ide
* License: GPLv3 or later
* Text Domain: wpgraphql-ide
* Version: 2.1.2
* Version: 2.1.3
* Requires PHP: 7.4
* Tested up to: 6.5
* Requires Plugins: wp-graphql
Expand All @@ -21,7 +21,7 @@
exit;
}

define( 'WPGRAPHQL_IDE_VERSION', '2.1.2' );
define( 'WPGRAPHQL_IDE_VERSION', '2.1.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__ ) );
Expand Down

0 comments on commit 43a3482

Please sign in to comment.