Skip to content

Commit 78d345e

Browse files
committed
Update changelog and bump up the version.
1 parent c1d3484 commit 78d345e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ProcessGraphQL Changelog
22
========================
33

4+
### 0.13.1
5+
- Make sure to get request data from php://input if Content-type header contains
6+
`application/json` string.
7+
48
### 0.13.0
59
- Add support for create/update mutation.
610
- Add support for FieldtypeMapMarker field.

ProcessGraphQL.module

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
1313
{
1414
return array(
1515
'title' => 'GraphQL',
16-
'version' => '0.13.0',
16+
'version' => '0.13.1',
1717
'summary' => 'GraphQL for ProcessWire.',
1818
'href' => 'https://github.com/dadish/ProcessGraphql',
1919
'singular' => true,

0 commit comments

Comments
 (0)