Skip to content

Commit 22522f9

Browse files
committed
Merge branch 'master' into dev
2 parents dbca14f + 78d345e commit 22522f9

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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+
8+
### 0.13.0
9+
- Add support for create/update mutation.
10+
- Add support for FieldtypeMapMarker field.
11+
412
### 0.12.1
513
- Fixed bugs
614

ProcessGraphQL.module

Lines changed: 1 addition & 1 deletion
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.12.1',
16+
'version' => '0.13.1',
1717
'summary' => 'GraphQL for ProcessWire.',
1818
'href' => 'https://github.com/dadish/ProcessGraphql',
1919
'singular' => true,

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ At this moment ProcessGraphQL handles most of the ProcessWire's core fieldtypes.
185185
- FieldtypeTextarea
186186
- FieldtypeTextareaLanguage
187187
- FieldtypeURL
188+
- FieldtypeMapMarker
188189

189190
All the core ProcessWire fields will eventually be supported.
190191

0 commit comments

Comments
 (0)