Releases: dadish/ProcessGraphQL
Releases · dadish/ProcessGraphQL
v1.4.0
1.4.0 (2022-07-29)
Bug Fixes
- ci: add php ctype extension (6051409)
- composer: update the composer.lock file. (b006710)
- deps: perform tests on a site-blank profile instead of site-default (8eb1f84)
- deps: update ci run for php 8 (b49f7e0)
- deps: update php dependencies to work with php 8.1 (96465c3)
- deps: upgrade processwire/processwire to version 3.0.184 (f44209c)
- deps: upgrade processwire/processwire to version 3.0.200 (6ca94ad)
- deps: use processwire/processwire as a "vcs" repository. (caf27b3)
- deps: use site-default for testing instead of site-blank (a00703e)
- third-party-fieldtype: allow multiple types to be created by third-party fieldtypes (2146054)
Features
v1.4.0-rc.3
v1.4.0-rc.2
1.4.0-rc.2 (2022-07-27)
Bug Fixes
- ci: add php ctype extension (6051409)
- composer: update the composer.lock file. (b006710)
- deps: perform tests on a site-blank profile instead of site-default (8eb1f84)
- deps: update ci run for php 8 (b49f7e0)
- deps: update php dependencies to work with php 8.1 (96465c3)
- deps: upgrade processwire/processwire to version 3.0.184 (f44209c)
- deps: upgrade processwire/processwire to version 3.0.200 (6ca94ad)
- deps: use processwire/processwire as a "vcs" repository. (caf27b3)
- deps: use site-default for testing instead of site-blank (a00703e)
- third-party-fieldtype: allow multiple types to be created by third-party fieldtypes (2146054)
Features
- deps: upgrade php dependencies (530a72e)
v1.4.0-rc.1
v1.3.2
v1.3.2-rc.1
v1.0.0-rc.1
1.0.0-rc.1 (2021-07-12)
Bug Fixes
- ci: add stable release workflow (6ae7c7d)
- ci: correct repository/project url (407b663)
- ci: correct the main branch url (b53f868)
- ci: switch to circleci (cc19bbc)
- dependecy: bump trim-newlines from 3.0.0 to 3.0.1 (#37) (7608e1c)
- dependency: bump glob-parent from 5.1.1 to 5.1.2 (#41) (d7030b4)
- dependency: bump handlebars from 4.7.6 to 4.7.7 (#38) (7eae9e5)
- dependency: bump hosted-git-info from 2.7.1 to 2.8.9 (#35) (2260ead)
- dependency: bump lodash from 4.17.20 to 4.17.21 (#39) (3dc55ee)
- dependency: bump normalize-url from 5.3.0 to 5.3.1 (#40) (860ee9f)
v1.3.0
- Adds support for Page interface.
- Updates webonyx/graphql-php to the latest version.
- Adds hook that enables to modify the GraphQL schema. (#26 @sebastiandittrich)
- Fixes error when creating/updating a page with DateTime field. (#28 @sebastiandittrich)
v1.1.4
- Fix
FieldtypePage
bug whenFieldtypePage:derefAsPageOrNullPage
option is enabled. See https://processwire.com/talk/topic/15397-graphql-for-processwire/?do=findComment&comment=196405
v1.1.3
- Fix bug with
FieldtypePage
returning only single value. https://processwire.com/talk/topic/15397-graphql-for-processwire/?do=findComment&comment=196107