We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6e574 commit efa2f7fCopy full SHA for efa2f7f
Changelog.md
@@ -1,4 +1,7 @@
1
### 0.10.1
2
+- Fix missed class import.
3
+
4
+### 0.10.0
5
- Remove debug option from module settigs in favor of `$config-debug = true|false` API.
6
- From now only templates selected as legal and those that have Access control enabled will be served.
7
- Remove PageUnionType in favor of PageIntefaceType.
ProcessGraphQL.module
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
13
{
14
return array(
15
'title' => 'GraphQL',
16
- 'version' => '0.10.0',
+ 'version' => '0.10.1',
17
'summary' => 'GraphQL for ProcessWire.',
18
'href' => 'https://github.com/dadish/ProcessGraphql',
19
'singular' => true,
0 commit comments