This repository was archived by the owner on May 6, 2023. It is now read-only.
Releases: GraphQLAPI/graphql-api-for-wp
Releases · GraphQLAPI/graphql-api-for-wp
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
Added:
- Mutations and nested mutations (#28) - Thanks to WPKube for sponsoring this feature ❤️
- Mutations in the schema:
Root.createPostRoot.updatePostRoot.setFeaturedImageforCustomPostRoot.removeFeaturedImageforCustomPostRoot.addCommentToCustomPostRoot.replyCommentRoot.loginUserRoot.logoutUserCustomPost.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
.zipfile:- Images are referenced from the GitHub repo, and not packed within the plugin anymore
- Removed all
package-lock.jsonfiles 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
0.6.4
0.6.3
Fixed:
- No need to duplicate asset for GitHub Updater
- Renamed verbose options for the GraphiQL Explorer settings (if any option had been disabled using
v0.6.2or below, the form needs to be submitted again, to use the new option names) - Store plugin version to detect updates (plugin can be updated in many ways, eg: using Composer, so using hook
"upgrader_process_complete"doesn't always work) - Added option to disable admin notice in settings, and link in the admin notice
0.6.2
0.6.1: Merge pull request #55 from szepeviktor/patch-2
Fixed:
- Use the default query in the admin GraphiQL client
0.6.0
Added:
- Upgraded PHPStan to level 8
- Plugin for production can run with PHP 7.1
- Added Embeddable Fields (#41)
- Support for GitHub Updater (#53)
- Use the GraphiQL Explorer in the public clients (#23)
- About page
- After updating plugin, show an admin notice with link to Release notes