wpengine / wp-graphql-content-blocks

Plugin that extends WPGraphQL to support querying (Gutenberg) Blocks as data
https://faustjs.org/docs/gutenberg/wp-graphql-content-blocks
GNU General Public License v2.0
107 stars 14 forks source link

Bug: Incorrect `WPGRAPHQL_CONTENT_BLOCKS_VERSION` #311

Open justlevine opened 4 days ago

justlevine commented 4 days ago

Currently, the WPGRAPHQL_CONTENT_BLOCKS_VERSION constant is incorrectly set to 4.1.0 instead of 4.2.0

https://github.com/wpengine/wp-graphql-content-blocks/blob/652a186c28fb613219c6465e27bf477f10eae8e9/wp-graphql-content-blocks.php#L46

I am unclear whether it is enough to trigger a new release, or if either:

theodesp commented 3 days ago

Thanks @justlevine will take a look