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 03a1904 commit e2cc451Copy full SHA for e2cc451
Changelog.md
@@ -1,6 +1,10 @@
1
ProcessGraphQL Changelog
2
========================
3
4
+### 0.15.0
5
+- Fix the FieldtypeDatetime bug.
6
+- Upgrade the youshido/graphql dependency.
7
+
8
### 0.14.1
9
- Fix the access rules complience bug.
10
ProcessGraphQL.module
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
13
{
14
return array(
15
'title' => 'GraphQL',
16
- 'version' => '0.14.1',
+ 'version' => '0.15.0',
17
'summary' => 'GraphQL for ProcessWire.',
18
'href' => 'https://github.com/dadish/ProcessGraphql',
19
'singular' => true,
0 commit comments