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 22522f9 commit 2f70f5eCopy full SHA for 2f70f5e
Changelog.md
@@ -1,6 +1,9 @@
1
ProcessGraphQL Changelog
2
========================
3
4
+### 0.14.0
5
+- Add a GraphQL pages generator
6
+
7
### 0.13.1
8
- Make sure to get request data from php://input if Content-type header contains
9
`application/json` string.
ProcessGraphQL.module
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
13
{
14
return array(
15
'title' => 'GraphQL',
16
- 'version' => '0.13.1',
+ 'version' => '0.14.0',
17
'summary' => 'GraphQL for ProcessWire.',
18
'href' => 'https://github.com/dadish/ProcessGraphql',
19
'singular' => true,
0 commit comments