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 9dd5592 commit 9f64c8cCopy full SHA for 9f64c8c
Changelog.md
@@ -1,6 +1,9 @@
1
ProcessGraphQL Changelog
2
========================
3
4
+### 0.12.1
5
+- Fixed bugs
6
+
7
### 0.12.0
8
- Implemented `variations` field for PageImageType.
9
- Implemented `size` field for PageImageType.
ProcessGraphQL.module
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
13
{
14
return array(
15
'title' => 'GraphQL',
16
- 'version' => '0.12.0',
+ 'version' => '0.12.1',
17
'summary' => 'GraphQL for ProcessWire.',
18
'href' => 'https://github.com/dadish/ProcessGraphql',
19
'singular' => true,
0 commit comments