diff --git a/readme.txt b/readme.txt index 9f317c8..44f0895 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.2 +Stable Tag: 0.1.3 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.3 = + +**Chores/Bugfixes** + +- ([#16](https://github.com/wp-graphql/wp-graphiql-2/pull/16)): Fixes a bug where the variables were always being reset to a hardcoded value. + + = 0.1.2 = **New Feature** diff --git a/wp-graphiql-2.php b/wp-graphiql-2.php index c65f042..876c547 100644 --- a/wp-graphiql-2.php +++ b/wp-graphiql-2.php @@ -1,7 +1,7 @@