Skip to content

Commit b12b8ab

Browse files
committed
Update changelog and bump up the version.
1 parent a144e74 commit b12b8ab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
### 0.11.1
28
- Fixed bug for issue #2
39
- Updated PHP requirements for module. The module requires PHP version >= 5.5

ProcessGraphQL.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
1313
{
1414
return array(
1515
'title' => 'GraphQL',
16-
'version' => '0.11.1',
16+
'version' => '0.12.0',
1717
'summary' => 'GraphQL for ProcessWire.',
1818
'href' => 'https://github.com/dadish/ProcessGraphql',
1919
'singular' => true,

0 commit comments

Comments
 (0)