Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

0.7.0

Compare
Choose a tag to compare
@leoloso leoloso released this 17 Dec 15:57
· 1407 commits to master since this release

Added:

  • Mutations and nested mutations (#28) - Thanks to WPKube for sponsoring this feature ❤️
  • Mutations in the schema:
    • Root.createPost
    • Root.updatePost
    • Root.setFeaturedImageforCustomPost
    • Root.removeFeaturedImageforCustomPost
    • Root.addCommentToCustomPost
    • Root.replyComment
    • Root.loginUser
    • Root.logoutUser
    • CustomPost.update (nested)
    • CustomPost.setFeaturedImage (nested)
    • CustomPost.removeFeaturedImage (nested)
    • CustomPost.addComment (nested)
    • Comment.reply (nested)
  • Support for PHP 8.0

Updated:

  • Replaced the About page with the Support page
  • Decreased the size of the plugin's .zip file:
    • Images are referenced from the GitHub repo, and not packed within the plugin anymore
    • Removed all package-lock.json files from the plugin

Fixed:

  • Automatic namespacing: retrieve the namespace from the called class
  • GraphiQL in Persisted query editor: use schema from selected Schema configuration
  • Array unpacking can't be used with string keys
  • Filtering of generic custom posts when passing non whitelisted CPT