We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d3484 commit 78d345eCopy full SHA for 78d345e
Changelog.md
@@ -1,6 +1,10 @@
1
ProcessGraphQL Changelog
2
========================
3
4
+### 0.13.1
5
+- Make sure to get request data from php://input if Content-type header contains
6
+ `application/json` string.
7
+
8
### 0.13.0
9
- Add support for create/update mutation.
10
- Add support for FieldtypeMapMarker field.
ProcessGraphQL.module
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
13
{
14
return array(
15
'title' => 'GraphQL',
16
- 'version' => '0.13.0',
+ 'version' => '0.13.1',
17
'summary' => 'GraphQL for ProcessWire.',
18
'href' => 'https://github.com/dadish/ProcessGraphql',
19
'singular' => true,
0 commit comments