Skip to content

Releases: wpengine/wp-graphql-content-blocks

v3.1.2

28 Feb 17:45
5ea315c
Compare
Choose a tag to compare

Patch Changes

  • 1117a18: Fixed issue with updater functionality.

v3.1.1

28 Feb 16:49
0ab01f1
Compare
Choose a tag to compare

Patch Changes

  • bc32b94: No functional changes between 3.1.0 and 3.1.1. This was tagged due to pipeline issues during the 3.1.0 release.

v3.1.0

28 Feb 16:24
1802da7
Compare
Choose a tag to compare

Minor Changes

  • 9fab724: Added support for automatic updates hosted from WP Engine infrastructure. Includes warnings when major versions with potential breaking changes are released.

v3.0.0

05 Feb 15:47
077f48c
Compare
Choose a tag to compare

Major Changes

Patch Changes

  • be7a34f: Interface Types are now registered with the Post Type's graphql_single_name, instead of the Post Type's name. Fixes a bug where invalid Types were registered.

v2.0.0

12 Oct 15:04
c0db2f6
Compare
Choose a tag to compare

Major Changes

  • 7251fb0: Fix: use use_block_editor_for_post_type instead of post_type_supports when filtering the post types.
    BREAKING: Potential schema changes for GraphQL Types representing a Post Type that does not use the Block Editor. Each GraphQL Type representing a Post Type that does not have block editor support previously would have had the editorBlocks field but that field will no longer exist on those Types.

v1.2.1

04 Oct 13:51
ca85a85
Compare
Choose a tag to compare

Patch Changes

  • 54affda: Adds mediaDetails field in CoreImage block:

    {
      posts {
        nodes {
          editorBlocks {
            ... on CoreImage {
              mediaDetails {
                file
                sizes {
                  name
                  fileSize
                  height
                  width
                }
              }
            }
          }
        }
      }
    }

v1.2.0

06 Sep 14:58
8035c07
Compare
Choose a tag to compare

Minor Changes

  • a118662: Added new wpgraphql_content_blocks_should_apply_post_type_editor_blocks_interfaces filter to allow controlling whether ${PostType}EditorBlock interfaces should be applied.

Patch Changes

  • 2e7f2e8: Refactored register_block_types to remove usages of register_graphql_interfaces_to_types to improve performance.

    Deprecated Anchor::register_to_block public static method.

v1.1.3

02 Aug 15:20
8bd787e
Compare
Choose a tag to compare

Patch Changes

  • db52dac: Rename utilities folder to Utilities
  • 748d846: Bug Fix. Boolean block attributes no longer always resolve as false.

v1.1.2

19 Jul 15:11
c403264
Compare
Choose a tag to compare

Patch Changes

  • 28fca4a: Bug Fix: CoreImage width attribute throws error.

v1.1.1

11 Jul 18:40
2c990a7
Compare
Choose a tag to compare

Patch Changes

  • 6259405: Fix semver overrides to v7.5.2
  • b2ddbcb: Fix optionator (for word-wrap vln.) overrides to v0.9.3