You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,22 @@
1
1
ProcessGraphQL Changelog
2
2
========================
3
3
4
-
### 1.0.0-rc.0
4
+
### 1.0.0-rc10
5
5
#### ⚠️ 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
7
7
built in page fields.
8
8
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
+
9
20
### 0.23.3
10
21
- Fix module installation via class name from pw modules directory.
11
22
@@ -141,4 +152,5 @@ it to the module to meet your needs.
0 commit comments