We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f23f8 commit c940b8aCopy full SHA for c940b8a
Changelog.md
@@ -1,3 +1,6 @@
1
+### 0.9.1
2
+- Fix GraphQLServerUrl property bug.
3
+
4
### 0.9.0
5
- Made GraphiQL assets load in traditional Process module way.
6
- Added template name change tracking support.
ProcessGraphQL.module
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
13
{
14
return array(
15
'title' => 'GraphQL',
16
- 'version' => '0.9.0',
+ 'version' => '0.9.1',
17
'summary' => 'GraphQL for ProcessWire.',
18
'href' => 'https://github.com/dadish/ProcessGraphql',
19
'singular' => true,
0 commit comments