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
- WHAT the breaking change is: Added new `rich-text` type
62
-
- WHY the change was made: WordPress 6.5 replaced some of the attribute types from string to `rich-text` causing breaking changes to the existing block fields.
63
-
- HOW a consumer should update their code: If users need to use WordPress >= 6.5 they need to update this plugin to the latest version and update their graphql schemas.
64
-
65
-
### Patch Changes
66
-
67
-
- d62e8db: chore: remove `squizlabs/php_codesniffer` from Composer's direct dependencies.
68
-
- e348494: fix: handle arrays before casting when using `Block::normalize_attribute_value()`
69
-
- 7bf6bcb: fix: Change Block:get_block_attribute_fields()`$prefix parameter be an optional`string`.
70
-
- e6b4ac4: chore: update Composer dev-deps and lint
71
-
- 05b21b5: fix: Update parameter type for `$supported_blocks_for_post_type_context` in `wpgraphql_content_blocks_should_apply_post_type_editor_blocks_interfaces` to support boolean values
72
-
- 7b49863: chore: Bump PHPStan.neon.dist to level 8 and generate baseline of existing tech debt.
73
-
- 0c8e2c7: fix: check for `post_content` before attempting to parse them.
74
-
- 8eb1bb8: chore: remove unnecessary `isset()` in Anchor::get_block_interfaces().
75
-
- bdff4fb: dev: inline and remove `Block::resolve()` and make `name` field nullable.
76
-
- 9b0a63e: fix: Ensure valid `WP_Block_Type` before applying `Anchor` interfaces.
77
-
- 2d4a218: fix: : rename `WPGraphQLHelpers` file to match class casing. The file name has been changed from `includes/Utilities/WPGraphqlHelpers.php` to `includes/Utilities/WPGraphQLHelpers.php`.
78
-
- d00ee4a: fix: rename `DomHelpers.php` to `DOMHelpers.php` and improve type-safety of internal methods.
79
-
- 66f74fb: chore: stub WP_Post_Type and boostrap wp-graphql-content-blocks.php when scanning with PHPStan
80
-
- ad03a21: fix: Don't register `NodeWithEditorBlocks` interface to `null` type names.
81
-
- 43791db: chore: update PHPStan ruleset for stricter linting, and address newly-discovered tech debt.
82
-
83
-
[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)
76
+
[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)
0 commit comments