Skip to content

Commit 58c9ddc

Browse files
committed
Update module version & changelog.
1 parent da98b7f commit 58c9ddc

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

Changelog.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
ProcessGraphQL Changelog
22
========================
33

4-
### 1.0.0-rc.0
4+
### 1.0.0-rc10
55
#### ⚠️ WARNING: Breaking Changes! ⚠️
6-
The ProcessGraphQl was rewritten to use [webonyx/graphql-php](https://github.com/webonyx/graphql-php) instead of [youshido/graphql](http://github.com/youshido/graphql). There are also several deprecations regarding the
6+
The ProcessGraphQl was rewritten to use [webonyx/graphql-php][webonyx/graphql-php] instead of [youshido/graphql](http://github.com/youshido/graphql). There are also several deprecations regarding the
77
built in page fields.
88

9+
- The following fields no longer will be available for Page object types.
10+
- `find`
11+
- `next`
12+
- `prev`
13+
- `rootParent`
14+
- `siblings`
15+
- Also an experimental `pages` field is no longer supported.
16+
- The lowest version of PHP is 7.1 is required.
17+
- If you had used a third-party module to support additional PW fields for GraphQL, then they are no longer going to work. You'll have to update them to use [webonyx/graphql-php][webonyx/graphql-php].
18+
- If you used `GraphqlFieldtypeMapMarker` module, you need to update it to the latest vesion available.
19+
920
### 0.23.3
1021
- Fix module installation via class name from pw modules directory.
1122

@@ -141,4 +152,5 @@ it to the module to meet your needs.
141152
[module-access-control]: https://github.com/dadish/ProcessGraphQL/tree/master#access-control
142153
[latest-release]: https://github.com/dadish/ProcessGraphQL/releases/latest
143154
[travis-ci-badge]: https://www.travis-ci.org/dadish/ProcessGraphQL.svg?branch=master
144-
[travis-ci]: https://travis-ci.org/dadish/ProcessGraphQL/
155+
[travis-ci]: https://travis-ci.org/dadish/ProcessGraphQL/
156+
[webonyx/graphql-php]: https://github.com/webonyx/graphql-php

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

0 commit comments

Comments
 (0)