Skip to content

Commit 5454efc

Browse files
committed
Update changelog & pump up the patch version.
1 parent cf86f0c commit 5454efc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ProcessGraphQL Changelog
22
========================
33

4+
### 0.15.1
5+
- Fix FieldtypeCheckbox bug.
6+
47
### 0.15.0
58
- Fix the FieldtypeDatetime bug.
69
- Upgrade the youshido/graphql dependency.

ProcessGraphQL.module

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

0 commit comments

Comments
 (0)