Release 1.2.0#18
Merged
Merged
Conversation
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.2.0
Note
Medium Risk
Front-end output now depends on PHP rendering and escaping instead of stored HTML; regression risk for existing content is mitigated by deprecation but still warrants front-end and editor smoke tests.
Overview
Release 1.2.0 switches the Blockparty Iframe block from static saved HTML to server-side rendering: post content keeps block attributes, and front-end iframe markup is built in PHP via
BlockRendererand aregister_block_type()render_callback(aligned with blockparty-post-sharing).A deprecated block definition preserves the old
save.jsoutput so posts that still have serialized iframe HTML stay valid in the editor. Version strings and docs are bumped across the plugin, npm package, WordPress.org blueprint (ref1.2.0), and changelog/readme.Developer tooling updates include PSR-4 autoload for
Blockparty\Iframe\, PHPCS short-array rules, and refreshed Composer dev pins (composer.lockignored in git).Reviewed by Cursor Bugbot for commit 7e64be0. Bugbot is set up for automated code reviews on this repo. Configure here.