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 11ProcessGraphQL 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
Original file line number Diff line number Diff 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,
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.
185185- FieldtypeTextarea
186186- FieldtypeTextareaLanguage
187187- FieldtypeURL
188+ - FieldtypeMapMarker
188189
189190All the core ProcessWire fields will eventually be supported.
190191
You can’t perform that action at this time.
0 commit comments