From 6bda0a71ddb9cc50f306866b8181636c699a6411 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Mon, 6 Dec 2021 14:01:18 -0700 Subject: [PATCH] - Update version numbers, changelog for release --- readme.txt | 9 ++++++++- wp-graphiql-2.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 27f397b..66c0e4c 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: jasonbahl Tags: GraphQL, WPGraphQL, GraphiQL, IDE, DevTools, Developer Tools, Tooling, Testing, Productivity, Headless, Gatsby, React, NextJS Requires at least: 5.5 Requires PHP: 7.1 -Stable Tag: 0.1.0 +Stable Tag: 0.1.1 License: GPL-3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -15,6 +15,13 @@ This plugin is intended to be used with WPGraphQL (https://wordpress.org/plugins == Changelog == += 0.1.1 = + +**Chores/Bugfixes** + +- ([#7](https://github.com/wp-graphql/wp-graphiql-2/pull/7)): Fixes bug where extensions weren't enqueueing properly. Fixes a bug with some style conflicts between Ant Design and GraphiQL. + + = 0.1.0 - Introduce a new "Router" component with a left-side menu. This is setting the foundation for providing more tools in the future. diff --git a/wp-graphiql-2.php b/wp-graphiql-2.php index 65e66df..dc8dc92 100644 --- a/wp-graphiql-2.php +++ b/wp-graphiql-2.php @@ -1,7 +1,7 @@