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.
25
+
- 8b13b32: dev: Remove unused method params from the block attribute field resolver callback.
26
+
- 8b13b32: fix: Replace the usage of `'wp-graphql'` text-domain with the correct `'wp-graphql-content-blocks'`.
27
+
- 99bc5a4: chore: Add missing return types to multiple methods.
28
+
- f6541d9: fix: Implement better type checking in `Blocks\Block` class to prevent possible fatal errors on edge cases.
29
+
- f0bc286: fix: Improve `WPGraphQLHelpers::format_type_name()` handling of `null` and empty strings, and use it in more places in the codebase.
30
+
- 11c0676: Added `cssClassName` attribute on `CoreQuote` Block
31
+
- 45f9ce3: fix: Bad check for empty value in `DOMHelpers::parseFirstNodeAttribute()`.
32
+
- 56f1b1e: dev: Rename `WPGraphQL\ContentBlocks\Registry::OnInit()` and `WPGraphQL\ContentBlocks\Type\Scalar::OnInit()` methods to `::init()` to comply with WPCS ruleset.
- c7290cd: chore: Disable PHPCS linting for `/tests` directory
35
+
- ee722d2: chore: Fix existing PHPCS smells for doc-blocks and comments.
36
+
- 2f02d7d: dev: Deprecate the unused `$context` param on EditorBlockInterface::get_blocks(), and update all internal usage of that method.
37
+
- 8b13b32: fix: Ensure proper string translation, concatenation, and escaping.
38
+
- f44fb6f: fix: Use `wp_rand()` instead of `rand()`.
39
+
- 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.
40
+
- 949af70: fix: Use strict string comparison when parsing the attribute selector.
- 536848a: fix: Don't return the `WPGraphQLContentBlocks` instance when initializing the plugin via the `plugins_loaded` action.
50
+
- 8b13b32: dev: Remove unused method params from the block attribute field resolver callback.
51
+
- 8b13b32: fix: Replace the usage of `'wp-graphql'` text-domain with the correct `'wp-graphql-content-blocks'`.
52
+
- 99bc5a4: chore: Add missing return types to multiple methods.
53
+
- f6541d9: fix: Implement better type checking in `Blocks\Block` class to prevent possible fatal errors on edge cases.
54
+
- f0bc286: fix: Improve `WPGraphQLHelpers::format_type_name()` handling of `null` and empty strings, and use it in more places in the codebase.
55
+
- 11c0676: Added `cssClassName` attribute on `CoreQuote` Block
56
+
- 45f9ce3: fix: Bad check for empty value in `DOMHelpers::parseFirstNodeAttribute()`.
57
+
- 56f1b1e: dev: Rename `WPGraphQL\ContentBlocks\Registry::OnInit()` and `WPGraphQL\ContentBlocks\Type\Scalar::OnInit()` methods to `::init()` to comply with WPCS ruleset.
- c7290cd: chore: Disable PHPCS linting for `/tests` directory
60
+
- ee722d2: chore: Fix existing PHPCS smells for doc-blocks and comments.
61
+
- 2f02d7d: dev: Deprecate the unused `$context` param on EditorBlockInterface::get_blocks(), and update all internal usage of that method.
62
+
- 8b13b32: fix: Ensure proper string translation, concatenation, and escaping.
63
+
- f44fb6f: fix: Use `wp_rand()` instead of `rand()`.
64
+
- 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.
65
+
- 949af70: fix: Use strict string comparison when parsing the attribute selector.
66
+
28
67
= 0.2.1 =
29
68
30
69
### Patch Changes
@@ -52,8 +91,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
52
91
- e57855f: Remove the `composer install` step by bundling the prod `vendor` directory with the plugin
53
92
- e965de9: Fixed: Undefined index error in Block.php. Thanks @kidunot89!
54
93
55
-
= 0.1.0 =
56
-
57
-
- Proof of concept.
58
-
59
-
[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)
94
+
[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)
0 commit comments