Update readme.txt for WP 7.1 and replace scaffold placeholder text - #32
Open
miyanialkesh7 wants to merge 1 commit into
Open
Update readme.txt for WP 7.1 and replace scaffold placeholder text#32miyanialkesh7 wants to merge 1 commit into
miyanialkesh7 wants to merge 1 commit into
Conversation
Bump Tested up to from 6.7 to 7.1, add the Requires at least/Requires PHP fields (matching the plugin file header, previously only declared in one place), and replace the Create Block tool's placeholder description/installation/FAQ text with content describing what the plugin's three blocks actually do. Drop the Screenshots and Arbitrary section blocks, which only contained unfilled boilerplate and, for Screenshots, referenced screenshot files that don't exist in the repo. Also updates the plugin file's own header Description field, which had the same "Example block scaffolded with Create Block tool." placeholder text, to match.
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.
Summary
Tested up to: 6.7→7.1.Requires at least: 6.7andRequires PHP: 7.4to readme.txt — these were only declared in the plugin file header before, not in readme.txt (WordPress.org reads readme.txt's header for the directory listing, so it should match).composer installactivation requirement.Screenshotssection (referencedscreenshot-1.png/screenshot-2.png, which don't exist in this repo — Plugin Check flags dangling screenshot references) and theArbitrary sectionblock (contained only the scaffold's explanatory placeholder text, no real content).Description:field, which had the sameExample block scaffolded with Create Block tool.placeholder, so it's consistent with readme.txt's short description.Stable tagstays0.1.0; Changelog untouched.Note: this touches the plugin header's
Description:line inadvanced-multi-block.php, close to (but not overlapping) the lines changed by the wp_trigger_error PR in this batch — flagging in case of merge-order conflicts.Test Plan
php -lpasses on advanced-multi-block.phpRequires at least,Requires PHP,Description, andStable tag/Versionnow match exactly