File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
ProcessGraphQL Changelog
2
2
========================
3
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.
11
+
4
12
### 0.12.1
5
13
- Fixed bugs
6
14
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
13
13
{
14
14
return array(
15
15
'title' => 'GraphQL',
16
- 'version' => '0.12 .1',
16
+ 'version' => '0.13 .1',
17
17
'summary' => 'GraphQL for ProcessWire.',
18
18
'href' => 'https://github.com/dadish/ProcessGraphql',
19
19
'singular' => true,
Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ At this moment ProcessGraphQL handles most of the ProcessWire's core fieldtypes.
185
185
- FieldtypeTextarea
186
186
- FieldtypeTextareaLanguage
187
187
- FieldtypeURL
188
+ - FieldtypeMapMarker
188
189
189
190
All the core ProcessWire fields will eventually be supported.
190
191
You can’t perform that action at this time.
0 commit comments