Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the Press This plugin/package version from 2.0.2-beta to the final 2.0.2 release and updates WordPress.org readme metadata and release notes accordingly.
Changes:
- Update plugin header and
PRESS_THIS__VERSIONconstant to2.0.2 - Update
package.jsonandpackage-lock.jsonversion fields to2.0.2 - Update
readme.txtstable tag and add 2.0.2 upgrade notice/changelog entries
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| readme.txt | Updates stable tag to 2.0.2 and adds 2.0.2 upgrade notice + changelog entries |
| press-this-plugin.php | Updates plugin header version and PRESS_THIS__VERSION constant to 2.0.2 |
| package.json | Updates npm package version to 2.0.2 |
| package-lock.json | Updates lockfile version fields to 2.0.2 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
readme.txt
Outdated
| * **Fix:** Stale state in category toggle handler | ||
| * **Change:** Removed auto-suggestion of link post format | ||
| * **Change:** Restored category search filter using Gutenberg components | ||
| * **Change:** Requires Node 22 |
There was a problem hiding this comment.
The changelog entry says "Requires Node 22", but the repo currently targets Node 20 (e.g., .nvmrc is 20.10.0 and GitHub Actions uses node-version: '20', and package.json engines is >=20.10.0). Please update this line to match the actual requirement, or update the tooling/engines if Node 22 is truly required.
| * **Change:** Requires Node 22 | |
| * **Change:** Requires Node 20.10 or higher |
There was a problem hiding this comment.
@copilot I believe we can remove that completely. My guess is it's looking at trunk. Can you compare and update the changelog looking at 2.0.1 to this commit on this branch.
There was a problem hiding this comment.
Compared the commits between 2.0.1 and this branch — the "Requires Node 22" entry came from trunk (where Node 22 was adopted), but release/2.0.2 uses Node 20.10.0. Removed that line in eb8679a. All other changelog entries are backed by actual commits on this branch.
Co-authored-by: kraftbj <88897+kraftbj@users.noreply.github.com> Agent-Logs-Url: https://github.com/WordPress/press-this/sessions/4d90d1f0-7927-42af-9789-df393cf5fabc
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Summary
2.0.2-betato2.0.2in plugin header, version constant, package.json, and package-lock.json2.0.1to2.0.2