You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
536848a: fix: Don't return the WPGraphQLContentBlocks instance when initializing the plugin via the plugins_loaded action.
8b13b32: dev: Remove unused method params from the block attribute field resolver callback.
8b13b32: fix: Replace the usage of 'wp-graphql' text-domain with the correct 'wp-graphql-content-blocks'.
99bc5a4: chore: Add missing return types to multiple methods.
f6541d9: fix: Implement better type checking in Blocks\Block class to prevent possible fatal errors on edge cases.
f0bc286: fix: Improve WPGraphQLHelpers::format_type_name() handling of null and empty strings, and use it in more places in the codebase.
11c0676: Added cssClassName attribute on CoreQuote Block
45f9ce3: fix: Bad check for empty value in DOMHelpers::parseFirstNodeAttribute().
56f1b1e: dev: Rename WPGraphQL\ContentBlocks\Registry::OnInit() and WPGraphQL\ContentBlocks\Type\Scalar::OnInit() methods to ::init() to comply with WPCS ruleset.
16d43eb: chore: Set the minimum PHP version in composer.json to v7.2 (and the platform req to v7.3) to ensure contributions are built against the correct dependencies.
949af70: fix: Use strict string comparison when parsing the attribute selector.