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 88cf8ae commit 4de16e7Copy full SHA for 4de16e7
Changelog.md
@@ -1,3 +1,6 @@
1
+### 0.11.1
2
+- Fixed bug for issue #2
3
+- Updated PHP requirements for module. The module requires PHP version >= 5.5
4
### 0.11.0
5
- Implement minimal language support.
6
ProcessGraphQL.module
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
13
{
14
return array(
15
'title' => 'GraphQL',
16
- 'version' => '0.11.0',
+ 'version' => '0.11.1',
17
'summary' => 'GraphQL for ProcessWire.',
18
'href' => 'https://github.com/dadish/ProcessGraphql',
19
'singular' => true,
0 commit comments