Date

Release v0.2.3

Today we released a new version of WPGraphQL, v0.2.3.

The release can be found here: https://github.com/wp-graphql/wp-graphql/releases/tag/v0.2.3

Below is a recap of the release notes:

Breaking Changes

  • none

New Features

  • #676: New TimezoneEnum type added to the Schema
  • #719: New graphql_menu_item_connection_args and graphql_menu_item_connection_query_argsfilters added to the MenuItemConnectionResolver. Thanks @epeli!

Bug Fixes

  • #714 Fixes global $post not properly being setup before resolving fields for posts. Thanks @epeli!
  • #716: Adjusts how the MenuLocationEnum values are determined to include all locations, not just locations with a menu already assigned.