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 a144e74 commit b12b8abCopy full SHA for b12b8ab
Changelog.md
@@ -1,3 +1,9 @@
1
+### 0.12.0
2
+- Implemented `variations` field for PageImageType.
3
+- Implemented `size` field for PageImageType.
4
+- Changed security behavior. See ???
5
+- Updated documentation.
6
+
7
### 0.11.1
8
- Fixed bug for issue #2
9
- Updated PHP requirements for module. The module requires PHP version >= 5.5
ProcessGraphQL.module
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
13
{
14
return array(
15
'title' => 'GraphQL',
16
- 'version' => '0.11.1',
+ 'version' => '0.12.0',
17
'summary' => 'GraphQL for ProcessWire.',
18
'href' => 'https://github.com/dadish/ProcessGraphql',
19
'singular' => true,
0 commit comments