diff --git a/.changeset/afraid-dolphins-joke.md b/.changeset/afraid-dolphins-joke.md deleted file mode 100644 index fd1d7c8..0000000 --- a/.changeset/afraid-dolphins-joke.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"wpgraphql-ide": patch ---- - -- 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` diff --git a/.changeset/six-ways-lick.md b/.changeset/six-ways-lick.md deleted file mode 100644 index 7fdafae..0000000 --- a/.changeset/six-ways-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wpgraphql-ide": patch ---- - -docs: Remove link to community Slack on "Help Page" in favor of link community Discord (recently migrated) diff --git a/CHANGELOG.md b/CHANGELOG.md index 759d923..706842e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index c1b5347..a8eede8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wpgraphql-ide", - "version": "1.1.8", + "version": "1.1.9", "private": true, "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 56e0d30..e06ca42 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.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 @@ -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) \ No newline at end of file diff --git a/wpgraphql-ide.php b/wpgraphql-ide.php index 66ecc38..85463a5 100644 --- a/wpgraphql-ide.php +++ b/wpgraphql-ide.php @@ -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 *