Skip to content

Releases: harness-software/wp-graphql-posts-to-posts

v0.5.0.2 - Hotfix

19 Sep 20:20
b94c25b
Compare
Choose a tag to compare

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

13 Sep 11:40
732e8df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.0.1

v0.5.0

10 Sep 22:46
c833fdd
Compare
Choose a tag to compare

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

05 Oct 20:07
Compare
Choose a tag to compare

v0.2.2

v0.2.1

05 Oct 19:27
9115083
Compare
Choose a tag to compare

fix:

error on create and update mutations with no connections made

v0.2.0

01 Oct 13:28
78ed127
Compare
Choose a tag to compare

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

30 Sep 14:24
e4c8e48
Compare
Choose a tag to compare

v0.1.3

Fix duplicate registering of connection when from and to name is the same

v0.1.2

29 Sep 17:10
c999a00
Compare
Choose a tag to compare

v0.1.2

fix: prevent duplicate connection registering when from and to are
the same

v0.1.1

08 Jul 15:16
c999a00
Compare
Choose a tag to compare
Add linting

Initial Release v0.1.0

08 Jul 13:25
Compare
Choose a tag to compare
Initail release

Supports

- creating GraphQL connection for all the registered P2P connections