Skip to content

Releases: bjornfix/mcp-abilities-block-editor

MCP Abilities - Block Editor 0.20.35

Choose a tag to compare

@bjornfix bjornfix released this 06 Sep 10:47
  • Remove unused media and design-analysis helpers.
  • Detect FAQ schema from content and rendered HTML instead of a specific block provider.
  • Use provider-neutral ability descriptions and validation examples.

v0.20.23

Choose a tag to compare

@bjornfix bjornfix released this 20 Jul 15:39

Recognizes semantic GenerateBlocks headlines during content validation and keeps static-markup mutation guidance in the structured guardrail instead of emitting page warnings.

mcp-abilities-block-editor 0.20.22

Choose a tag to compare

@bjornfix bjornfix released this 05 Jul 10:56

Fixes FAQ schema detection for nested Rank Math FAQ blocks inside Gutenberg container layouts.

mcp-abilities-block-editor 0.20.21

Choose a tag to compare

@bjornfix bjornfix released this 05 Jul 10:53

Refines Gutenberg design evaluation so Rank Math FAQ blocks are recognized as schema-backed FAQ content and normal three-card support rows are not blocked as cramped when their copy load is moderate.

MCP Abilities Block Editor 0.20.20

Choose a tag to compare

@bjornfix bjornfix released this 05 Jul 03:23

Use the shared presentation validator for source design updates and preserve valid raw Gutenberg content during updates.

mcp-abilities-block-editor 0.20.19

Choose a tag to compare

@bjornfix bjornfix released this 05 Jul 01:20

Fixes gutenberg/update-post-blocks so Devenia source-design repairs are preflighted against the proposed content before saving. This lets targeted native GenerateBlocks repairs proceed when they make the source pass the editorial design gate, instead of being stopped by the downstream publish-save blocker.

MCP Abilities - Block Editor 0.20.18

Choose a tag to compare

@bjornfix bjornfix released this 02 Jul 16:28

Release 0.20.18 adds the shared Devenia editorial source post validation adapter for source-design guardrails.\n\nValidation:\n- Built from commit 4a36c51 with git archive\n- Public ZIP SHA256 dba01e3e951672a26b6eb8c95554814f23b8737585d4687774b2fc3847503cd6\n- Dev WP Plugin Check passed with 0 errors and 0 warnings\n- MCP manifest publishes 0.20.18

MCP Abilities - Block Editor 0.20.15

Choose a tag to compare

@bjornfix bjornfix released this 29 Jun 16:33

Release 0.20.15 keeps the Gutenberg generator layer vanilla WordPress friendly.

Changes:

  • Lowered the minimum WordPress metadata back to 6.9 while keeping 7.0 as the tested version.
  • Removed bakery-specific demo copy, hardcoded gradient identity, theme preset assumptions, and block-level typography overrides from generated landing pages and reusable sections.
  • Added small generation helpers for buttons and lists so generated markup is easier to audit and keep valid.

Validation:

  • PHP syntax checks passed.
  • Dev WP Plugin Check passed with 0 errors and 0 warnings.
  • Dev discovered 67 Gutenberg abilities.
  • Generator regression matrix passed 75 checks across landing page, section, and query-section generators.
  • Staged, public downloads, manifest, and GitHub artifact are expected to match the release ZIP.

v0.20.14

Choose a tag to compare

@bjornfix bjornfix released this 29 Jun 15:52

Deepened error handling and permissions for the block-editor abilities: WP_Error responses now preserve codes, issue lists, and structured data; output schemas include shared error fields; Site Editor template/template-part/navigation writes require edit_theme_options at the ability permission layer.

v0.20.13

Choose a tag to compare

@bjornfix bjornfix released this 29 Jun 15:37

Refactored block-editor abilities into focused include modules, added Gutenberg write/generator gates with concrete issue details, and hardened Site Editor template/navigation writes behind edit_theme_options.