Releases: harness-software/wp-graphql-posts-to-posts
Releases · harness-software/wp-graphql-posts-to-posts
v0.5.0.2 - Hotfix
fix: replace usage of graphql_register_types_late with graphql_register_types to ensure inputs are added correctly to the schema.
fix: ensure inputs are registered only on CPTs that have a p2p connection registered.
v0.5.0.1 - Hotfix
What's Changed
- fix: use WPGraphQL's list of allow post types by @justlevine in #15
Full Changelog: v0.5.0...v0.5.0.1
v0.5.0
Note: The minimum WPGraphQL version is now 1.8.1
(1.10.0
recommended)
What's Changed
- Feat! : Add compatibility with latest versions of WPGraphQL by @justlevine in #13
Full Changelog: v0.4.0...v0.5.0
v0.2.2
v0.2.1
v0.2.0
v0.2.0
feat: support querying for Custom Post Types via their postToPostConnetions
feat: support updating p2p connection on CPT mutations
feat: add a PostsToPostsConnectionNameEnum
to help frontend devs using typescript to target the desired connection they want to query by or modify.
v0.1.3
v0.1.2
v0.1.1
Initial Release v0.1.0
Initail release Supports - creating GraphQL connection for all the registered P2P connections