File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.10.1
2
+ - Remove debug option from module settigs in favor of ` $config-debug = true|false ` API.
3
+ - From now only templates selected as legal and those that have Access control enabled will be served.
4
+ - Remove PageUnionType in favor of PageIntefaceType.
5
+ - Introduce UserType for pages that represent system users.
6
+ - Mark fields NonNull if they are marked as ` $field->required = true ` .
7
+ - Implement simple create Mutation on a per template basis.
8
+
1
9
### 0.9.1
2
10
- Fix GraphQLServerUrl property bug.
3
11
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.9.1 ',
16
+ 'version' => '0.10.0 ',
17
17
'summary' => 'GraphQL for ProcessWire.',
18
18
'href' => 'https://github.com/dadish/ProcessGraphql',
19
19
'singular' => true,
You can’t perform that action at this time.
0 commit comments