Release 1.0.5#22
Merged
Merged
Conversation
Ver/1.0.4
Playground now runs runPHP from /wordpress, so the legacy relative path prevented the demo page from being created.
UI improvment
francoistibo
approved these changes
Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 1.0.5
Note
Low Risk
Changes are mostly versioning, docs, and dev tooling; the only front-end behavior change is a narrow pass-through fix in
render_blockwhen inputs are empty.Overview
Release 1.0.5 bumps plugin metadata and version constants to 1.0.5, renames the plugin to Blockparty Table of content, and documents the release in
CHANGELOG.md.Runtime fix:
render_blocknow returns the original$block_contentwhen$block_contentor$blockis empty, instead of forcing an empty string—addressing broken output when block parameters are empty.Distribution & demo: Adds a WordPress Playground blueprint (
.wordpress.org/blueprints/blueprint.json) that installs tag1.0.5, logs in, and seeds a demo page with the TOC block and sample headings.Tooling: Composer dev dependencies are trimmed (Psalm, phplint, phpcompatibility-wp removed;
wp-cliand explicit PHPCS added),composer.lockis removed from the repo and added to.gitignore, and GrumPHP no longer runs Psalm. CI YAML only fixes indentation fornode-version-file.Reviewed by Cursor Bugbot for commit 61dc993. Bugbot is set up for automated code reviews on this repo. Configure here.