Skip to content

Commit 4de16e7

Browse files
committed
Update changelog and bump up the version.
1 parent 88cf8ae commit 4de16e7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
14
### 0.11.0
25
- Implement minimal language support.
36

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.0',
16+
'version' => '0.11.1',
1717
'summary' => 'GraphQL for ProcessWire.',
1818
'href' => 'https://github.com/dadish/ProcessGraphql',
1919
'singular' => true,

0 commit comments

Comments
 (0)