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 8facf18 commit b9b14b8Copy full SHA for b9b14b8
Changelog.md
@@ -1,3 +1,9 @@
1
+### 0.9.0
2
+- Made GraphiQL assets load in traditional Process module way.
3
+- Added template name change tracking support.
4
+- Incompatible template names now cannot be selected as legalTemplates.
5
+-
6
+
7
### 0.8.0
8
- Global fields now are included into PageInterface.
9
- Added `me` field that represents the current user.
ProcessGraphQL.module
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
13
{
14
return array(
15
'title' => 'GraphQL',
16
- 'version' => '0.8.0',
+ 'version' => '0.9.0',
17
'summary' => 'GraphQL for ProcessWire.',
18
'href' => 'https://github.com/dadish/ProcessGraphql',
19
'singular' => true,
0 commit comments