WordPress plugin Stable Tag, tag folder, and PHP version stay in sync
Align the trunk Stable Tag, the matching `/tags/` release, and the plugin header version before you touch the public plugin page.
Why this can grow a startup
WordPress parses the Stable Tag in trunk first, then reads the referenced tag folder for the public page, while the download button version comes from the plugin's main PHP file. That split means one casual mismatch can create a stale listing, broken updates, or a page that claims one version while shipping another. Teams often treat this as release housekeeping. In practice it is storefront hygiene because the directory page and the updater depend on the triad staying aligned.
Company example
WordPress says a Stable Tag of `1.2.3` makes the directory parse `/tags/1.2.3/`, warns that the tag folder readme must also carry the correct Stable Tag to avoid update issues, and notes that the visible download version comes from the main plugin PHP file.
Source and metric
Source: WordPress Plugin Handbook: Plugin Readmes · Browse WordPress Plugin Handbook: Plugin Readmes tactics
The public page is chosen from the Stable Tag target, while the visible download version is taken from the main plugin PHP header.
When to use it
Use this when Marketplaces, Engineering, Operations is relevant to stable tag, release hygiene, plugin updates and you can run a bounded test with a free budget.
When not to use it
Do not use it as a substitute for customer evidence, a clear owner, or a measurable stop condition. Local platform rules and market behavior still need checking.
Founder checklist
- Read WordPress Plugin Handbook: Plugin Readmes and identify what is directly supported.
- Choose one channel context: Marketplaces, Engineering, Operations.
- Define the test around The public page is chosen from the Stable Tag target, while the visible download version is taken from the main plugin PHP header..
- Set an owner, evidence window, and stop condition before launch.
Explore the context
Apply this with an operator
Choose product surfaces that compound distribution without hiding weak activation or retention.