Write the 0.9.9 changelog - #486
Open
AllTerrainDeveloper wants to merge 1 commit into
Open
Conversation
Hand-written ahead of the release so `bin/release.sh 0.9.9 --skip-changelog` can ship it as-is. Drafted from the twelve PRs since v0.9.8, rewritten for people installing the plugin rather than reading the commit log: - The four Mio commits collapse into the line announcing Mio. It ships new in this version, so its in-cycle fixes were never visible to anyone. - Same for the empty widget column, kept as one line since nightly users could have hit it. - Dropped the PHPCS chore and the Playground blueprint rework — neither is visible to someone installing the plugin. - Added the portal URL move (it breaks installed PWAs) and the plugin-author rename summary, both missing from the auto-draft. Two names corrected against their PR bodies: the tile-drop seam is `wp.os.files.registerTilePayloadHandler()` (#472 predates the rename), and the shipped PHP prefix is `openstation_` / `OPENSTATION_`, not the `open_station_` / `OPEN_STATION_` in #475's table. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Hand-writes the
= 0.9.9 =block inreadme.txtahead of the release, so it can ship with./bin/release.sh 0.9.9 --skip-changelog. No release is cut by this PR and nothing is deployed to WordPress.org.bin/release.shdrafts this block automatically from the squash-merge titles, but that draft reads like a commit log — "Rebrand (1/2): the OpenStation palette, themes and the mascot", "Make the glow a glow". This is the same twelve PRs rewritten for someone installing the plugin.What changed against the auto-draft
/desktop-mode/to/openstation/— it breaks installed PWAs, which is the one thing in this release that asks a user to do something — and a closing line summarising the rename for plugin authors.Two names corrected against their PR bodies
wp.desktop.files.registerTilePayloadHandler(), but it merged before the rename. The shipped name iswp.os.files.…— confirmed againstsrc/desktop-files/layer.ts.open_station_*()/OPEN_STATION_*. What actually shipped isopenstation_*/OPENSTATION_*— confirmed againstdesktop-mode.phpandAGENTS.md.Notes
npm run buildclean; the diff isreadme.txtonly. TheStable tag:is deliberately untouched —bin/bump-version.showns it at release time.Two things this PR deliberately leaves open, both flagged in the review of #479:
blueprint.jsonand the README button now point atopenstation.zip, which no release carries — v0.9.8 only hasdesktop-mode.zip. The Playground badge, the Studio link and the wp.org Live Preview all 404 in the meantime. Cheapest fix without cutting a release is to upload a copy of v0.9.8's zip to that release under the nameopenstation.zip; it self-heals once 0.9.9 lands.docs/migration-*.md.wp.desktop→wp.os,<wpd-*>→<os-*>and the PHP prefix change are breaking for anyone extending the shell, andAGENTS.mdasks for a migration note on a breaking change. Worth writing before 0.9.9 goes out.🤖 Generated with Claude Code