DEV Community

Cover image for πŸ“£ Released v0.6 of GraphQL API for WordPress
Leonardo Losoviz
Leonardo Losoviz

Posted on

πŸ“£ Released v0.6 of GraphQL API for WordPress

This post was originally published on my blog leoloso.com


I have just released version 0.6 of the GraphQL API for WordPress πŸŽ‰.

This is a mighty new version, with several new features and improvements:

βœ… The GraphiQL Explorer has been added to all the GraphiQL clients, including the public ones
βœ… Added support for GitHub Updater, to enable self-updating when there's a new version
βœ… The plugin is coded with PHP 7.4, and can run with PHP 7.1
βœ… Introduced "embeddable fields", a custom GraphQL query syntax construct to enable templating and improve performance
βœ… PHPStan has been upgraded to level 8 (the strictest level), reducing the change of bugs happening
βœ… Release notes are displayed within the plugin, after being updated

πŸ‘‰πŸ½ Read the descriptions in detail in the release notes.


πŸ‘‰πŸ½ Install the plugin in your site: download graphql-api.zip, and in the wp-admin go to Plugins => Add New => Upload Plugin to install it.

Top comments (0)