Skip to content

Commit

Permalink
Merge pull request #138 from wp-graphql/changeset-release/main
Browse files Browse the repository at this point in the history
Release Plugin
  • Loading branch information
josephfusco committed May 7, 2024
2 parents 47e3c34 + dac36f5 commit 1f85f70
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .changeset/afraid-dolphins-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-ways-lick.md

This file was deleted.

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

## 1.1.9

### Patch Changes

- 194821c: - fix: The IDE no longer waits on `DOMContentLoaded` in order to help client side performance with heavier pages.
- add: New PHP filters for updating the drawer label:
- `wpgraphqlide_drawer_button_label`
- `wpgraphqlide_drawer_button_loading_label`
- f5130d9: docs: Remove link to community Slack on "Help Page" in favor of link community Discord (recently migrated)

## 1.1.8

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

== Changelog ==

= 1.1.8 =
= 1.1.9 =

### Patch Changes

- b005b0e: update tested up to version to WordPress 6.5
- 194821c: - fix: The IDE no longer waits on `DOMContentLoaded` in order to help client side performance with heavier pages.
- add: New PHP filters for updating the drawer label:
- `wpgraphqlide_drawer_button_label`
- `wpgraphqlide_drawer_button_loading_label`
- f5130d9: docs: Remove link to community Slack on "Help Page" in favor of link community Discord (recently migrated)

= 1.1.7 =
= 1.1.8 =

### Patch Changes

- 195dba9: fix: update z-index of the CodeMirror-info tooltip to show above the drawer
- b005b0e: update tested up to version to WordPress 6.5

= 1.1.6 =
= 1.1.7 =

### Patch Changes

- b3164da: fix GitHub release upload
- 195dba9: fix: update z-index of the CodeMirror-info tooltip to show above the drawer

[View the full changelog](https://github.com/wp-graphql/wpgraphql-ide/blob/main/CHANGELOG.md)
2 changes: 1 addition & 1 deletion 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/josephfusco/wpgraphql-ide
* License: GPLv3 or later
* Text Domain: wpgraphql-ide
* Version: 1.1.8
* Version: 1.1.9
* Requires PHP: 7.4
* Tested up to: 6.5
*
Expand Down

0 comments on commit 1f85f70

Please sign in to comment.