Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 2.79 KB

File metadata and controls

66 lines (40 loc) · 2.79 KB

Release Notes: 1.4

Here's a description of all the changes.

Added predefined custom endpoint "Nested mutations + Entity as mutation payload type"

The new predefined custom endpoint "Nested mutations + Entity as mutation payload type", installed as private, is useful for executing queries that create resources in bulk.

For instance, the "Import posts from CSV" persisted query would need to be run on that client.

Added "Request headers" to GraphiQL clients on single public/private endpoint, and custom endpoints

The GraphiQL client on the single public and private GraphQL endpoints now have the "Request headers" input:

Single private endpoint GraphiQL client with 'Request headers' input

Same for custom endpoints:

Custom endpoint GraphiQL client with 'Request headers' input

(GraphiQL clients on Persisted queries do not have this addition.)

Renamed page "Recipes" to "Tutorial", and added settings to hide it

The page "Recipes" has been renamed to "Tutorial", to better represent its nature. (At the same time, the new "Queries Library" section at gatographql.com demonstrates GraphQL queries to solve common use cases.)

An option to hide the Tutorial section has been added to the Settings page, under "Plugin Configuration > General > Hide Tutorial page?":

Hiding the Tutorial page in the Settings

Alternatively, we can define this value in wp-config.php:

define( 'GATOGRAPHQL_HIDE_TUTORIAL_PAGE', true );

Improvements

  • Renamed existing bundles:
    • “Application Glue & Automator” Bundle => “Tailored WordPress Automator” Bundle
    • “Content Translation” Bundle => “Simplest WordPress Content Translation” Bundle
    • “Public API” Bundle => “Responsible WordPress Public API” Bundle
  • Added documentation for new bundles:
    • “Automated Content Translation & Sync for WordPress Multisite” Bundle
    • “Better WordPress Webhooks” Bundle
    • “Easy WordPress Bulk Transform & Update” Bundle
    • “Private GraphQL Server for WordPress” Bundle
    • “Selective Content Import, Export & Sync for WordPress” Bundle
    • “Unhindered WordPress Email Notifications” Bundle
    • “Versatile WordPress Request API” Bundle

Fixed

  • HTML codes were printed in select inputs in the WordPress editor, they have now been removed